[asterisk-users] CDR issue - Problem logging CDR(userfield) in Master.csv
Tilghman Lesher
tilghman at meg.abyt.es
Fri Jan 28 12:43:23 CST 2011
On Friday 28 January 2011 05:34:21 Athanasia Tsertou wrote:
> In my dialplan, right before my Hangup() call, I have put the following
> (am using AEL, but I guess this is irrelevant)
>
> Set(JITTER=${CUT(RTPAUDIOQOS,\;,4)});
> Set(CDR(userfield)=${CUT(JITTER,\=,2)});
Did you put it in the "h" extension? That is where it needs to be executed
in order for it to go into the CDR. If it's not in the "h" extension,
you're updating the CDR after it has already been posted.
--
Tilghman
More information about the asterisk-users
mailing list