mehdi_h Report post Posted 11/11/2008 01:44 AM Sorry, me again, Now I'm just facing old issue of disconnect tone detection. I have set up the correct tone I have used audacity. I have set them up in the configline file but it seems that the system waits the same timing to hang up (about 10 to 15 sec after hang up) Could you just tell me if the system detect the tone that I have setup tkx log.zip Share this post Link to post
SupportTeam Report post Posted 11/11/2008 02:22 AM The TID_DISCONENCT tone is only used during the dialing out phase before the outgoing call is connected. (All TID_* tones are only used during the dialing out phase before the outgoing call is connected). Once calls are connected you need to use the tone defintions whose <ID> starts with: "DISCONNECTED_", the TID_* tones will no longer be used by Dialogic after call is answered. I notice that you don't have any of these in the ConfigLine.xml file. eg: DISCONNECT_USER_1 and DISCONNECT_USER_2 etc. Try adding this to your ConfigLine.xml, just after the FAX tone: <Tone Name="DISCONNECT_USER_1"> <ID>DISCONNECT_USER_1</ID> <Freq1>440</Freq1> <Freq1Dev>50</Freq1Dev> <Freq2>0</Freq2> <Freq2Dev>0</Freq2Dev> <On>50</On> <OnDev>5</OnDev> <Off>50</Off> <OffDev>5</OffDev> <Count>2</Count> </Tone> Please post traces and the config files, as well as the recording of the disconnect tone itself if you still have problems. (BTW. your question was moved into new thread as it was a question on new topic, not related to MySQL) Share this post Link to post
mehdi_h Report post Posted 11/11/2008 02:35 AM PERFECT ! Thank you so much Share this post Link to post