VoiceGuide IVR Software Main Page
Jump to content

Hang Up All Lines

Recommended Posts

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

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

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
×