VoiceGuide IVR Software Main Page
Jump to content

What Happened To $rv_calllength In

Recommended Posts

Hi,

 

After we installed VG 4 Dialogic patch, we have a big problem about call length feature, we can NOT get the value of it. We've tried a couple of ways to get it, but all the return values are 0.

 

So, what happened to $RV_CALLLENGTH?

 

For example,

 

1. We used this script from your example in the calling out script:

 

set vg = CreateObject("VoiceGuide.CommandLink")

'see how long the call on current line has been going on for:

sReturnValue = vg.RvGet($RV_LINEID, "RV_CALLLENGTH")

set vg = Nothing

MsgBox sReturnValue

 

It shows 0.

 

2. As I posted before, in our hang up script, the $RV_CALLLENGTH worked fine before we installed VG 4 Dialogic patch, but we only can get 0 now.

 

By the way, you guys asked for posting the log, I did. But after a week, I still get no response from you guys about it, why?

 

Jack

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
×