jewillis Report post Posted 06/18/2009 07:29 PM 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
SupportTeam Report post Posted 06/18/2009 11:12 PM 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
jewillis Report post Posted 09/25/2009 06:03 AM per previous post, is $RV[CDR_amaflags] and $RV[CDR_user] now available in 7.1 thanks Share this post Link to post
jewillis Report post Posted 09/25/2009 03:42 PM 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
SupportTeam Report post Posted 09/25/2009 10:26 PM 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
jewillis Report post Posted 09/30/2009 06:06 PM $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