VoiceGuide IVR Software Main Page
Jump to content

Detecting Other Leg Status

Recommended Posts

HI,

 

we found small problem.

 

We try transfer call using blind connect option. after blind transfer we forward caller to PLAY module to wait for an reaction. In PLAY module we set option DTMF 1 to disconnect (when caller not pick up call) and forward to other module. To free other leg we set VBS module:

set vg = CreateObject("vgServices.CommandLink")
vg.Bridge_Disconnect $RV[Conf_LineId_1], $RV[Conf_LineId_2]
vg.Line_Hangup $RV[Conf_LineId_2]
vg.Run_ResultReturn $RV[Conf_LineId_1], "Success"
set vg = Nothing

but sometimes channel described as $RV[Conf_LineId_2] was release (free for outbound call) and used by other thread (call) and in VBS we hangup other call line.

 

Can You help to identify if other leg is connected (related, associated) with $RV[Conf_LineId_1] or with other call. and how to make related condition for vg.Line_Hangup $RV[Conf_LineId_2]

 

 

Share this post


Link to post

Could you please post full ktTel and vgEngine traces for the day when that the issue occurs. We can then see what happened on the system and advise.

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
×