Displaying 1 result from an estimated 1 matches for "0816a490".
Did you mean:
016490
2007 Feb 27
0
asterisk CDR and mysql
Hello all,
I added a record named pre_dst in the cdr table.
It has the same type as dst field.
And I used this line in the dialplan:
exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1})
When I call, 70123456, (7 is only to use the provider trunk),
I have this in the CLI:
Executing Set("SIP/foo-0816a490", "CDR(predst)=0123456") in new stack
-- Executing NoOp("SIP/foo-0816a490", "0123456") in new stack
-- Executing Dial("SIP/moi-0816a490", "SIP/0123456@provider") in new stack
But nothing in the pre_dst field in cdr table.
Is there something...