Nii Report post Posted 11/19/2024 11:39 PM 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
SupportTeam Report post Posted 11/19/2024 11:49 PM 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: Share this post Link to post
SupportTeam Report post Posted 11/19/2024 11:53 PM 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
Nii Report post Posted 11/21/2024 09:34 AM Thanks support, will revert when any issues . Share this post Link to post
Nii Report post Posted 12/02/2024 12:11 PM support, how do we get VG to stop playing automatically when the callee drop the call? tnx Share this post Link to post
SupportTeam Report post Posted 12/02/2024 08:51 PM 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