VoiceGuide IVR Software Main Page
Jump to content

Amaflags

Recommended Posts

How can i populate the AMAFLAGS files that appears in the CdrOut table. What DB column is populated during a load to cause this to be populated in the CdrOut table

 

In the documentation it is described as:

amaflags: Billing flags (string)

 

Jeff

 

 

Share this post


Link to post

This field is not written to at this stage.

 

In future update releases we will add a $RV[CDR_amaflags]

 

The value of $RV[CDR_amaflags] will be stored in the amaflags field. The $RV[CDR_amaflags] can be set at call load time or from within the script.

 

NB.

We may also add an additional field to the CDR log and corresponding database table: user

 

The value of $RV[CDR_user] will be stored in the user field. The $RV[CDR_user] will be able to be set at call load time or from within the script.

Share this post


Link to post

per previous post, is $RV[CDR_amaflags] and $RV[CDR_user] now available in 7.1

 

thanks

Share this post


Link to post

Just did some testing

$RV[CDR_amaflags] - works. When passed in it is stored in the cdrout amaflags column

$RV[CDR_user] - does not work. When passed in it is NOT stored in the cdrout usr column

Share this post


Link to post

Please .ZIP up and post the VgEngine trace capturing the call and the writing of CDR logs. We can then see what is happening on the system.

Share this post


Link to post

$RV[CDR_user] works ok Now. It was my fault. I had an extra space in the RV name in the code. Once removed, worked great

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
×