Displaying 1 result from an estimated 1 matches for "accoundcod".
Did you mean:
accoundcode
2013 Oct 07
1
IAX and Variables
...he IAXVAR "ACCOUNTID" the accountcode.
On the second, in dialplan, we have:
exten => 18,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)})
That's work, the second server get the variable.
I want now said at the second server that accountcode =
${IAXVAR(ACCOUNTID)},
for use this accoundcode in CDR. On second server, in cdr_mysql.conf i have:
[columns]
alias start => calldate
alias end => callend
alias clid => clid
alias src => src
alias dst => dst
alias dcontext => dcontext
alias channel => channel
alias dstchannel => dstchannel
alias lastapp => lastapp
al...