Guest techpaul702 Report post Posted 04/01/2013 03:20 PM Occasionally a line hangs and the script does not hangup the csll. Seems to happen when transfer to extension and the PBX does not return to VG. Is there a way to Hangup all lines via a script? so we can reset it by calling into another line. We are using Enterprise Version 6.x Share this post Link to post
SupportTeam Report post Posted 04/04/2013 01:10 AM The LineHangup function can be called through the script. please see: http://www.voiceguide.com/vghelp/source/html/com_line_hangup.htm -1 should hangup all lines. Do you have any traces that capture what is happening? Also, which Dialogic card are you using and what type of transfer is being made? Share this post Link to post
Guest techpaul702 Report post Posted 04/04/2013 04:15 PM Had to change the vgservices to VoiceGuide set vg = CreateObject("VoiceGuide.CommandLink") vg.Line_Hangup -1 set vg = Nothing Works perfect. If this happens again I will upload the log Thank you Share this post Link to post