VoiceGuide IVR Software Main Page
Jump to content

End call

Recommended Posts

Hi support ,

how can we get VG to end call when the play voice ends . 
 

2, does inbound calls used any of the 30 channels to receive  calls , irrespective of the number of channels you have ?  Eg , say we have 2 license channels , and has set inbound  calls to play a sound ,  sometime  it plays , other time plays the defaults . The “credit card”

Share this post


Link to post

To end call immediately you just create a 'timeout 0' path to a Hangup type module.

All callflow modules will hangup call after some timeout if there is no valid user input or result - but if you have a 'timeout 0' path then that path will be taken immediately. eg. In case of a "Play" module the 'timeout 0' path will be take immediately when the last sound file completes playing.

 

Please see: https://www.voiceguide.com/vghelp/source/html/modhangupcall.htm

and from: https://www.voiceguide.com/vghelp/source/html/paths.htm :

Quote

Timeout Paths

A Timeout path will be taken if a caller has not made a selection within the specified number of seconds. A Timeout path with a wait time of zero seconds will be taken immediately after the last sound file in the module has completed playing.

eg:

image.thumb.png.0e865b24342e4486ed0611be57ae32f2.png

Share this post


Link to post
Quote

2, does inbound calls used any of the 30 channels to receive  calls , irrespective of the number of channels you have ?  Eg , say we have 2 license channels , and has set inbound  calls to play a sound ,  sometime  it plays , other time plays the defaults . The “credit card”

Sounds like you have not configured all lines to use your callflow script as the starting script.

Suggest checking your Config.xml file to ensure all channel configurations point to your callflow script.

Share this post


Link to post

 

support, 

how do we get VG to stop playing automatically when the callee drop the call?

 

tnx 

Share this post


Link to post

Sounds like your VoIP provider is not sending a SIP 'End of Call' message (BYE message) when the remote party hang up.

VoiceGuide will hangup if it receives the BYE SIP message.

Most VoIP providers send that message. Maybe your VoIP provider plays a 'disconnect tone' instead? Try starting a Record module and having the remote side hang up and see if any disconnect tones were recorded after hangup.

Otherwise VoiceGuide callow will just timeout awaiting user input and hangup when that timeout occurs.

Please also see:

https://www.voiceguide.com/vghelp/source/html/disconnectiondetect.htm

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
×