VoiceGuide IVR Software Main Page
Jump to content

Disconnect tone detection

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×