search for: pre_dst

Displaying 2 results from an estimated 2 matches for "pre_dst".

2007 Feb 28
3
read write or only read fields in cdr?
Hello, I created a new field named pre_dst of type varchar(80) exactly like dst field in cdr table. In the dialplan I put: exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1}) and when I call, all goes fine except that pre_dst has always NULL value in cdr. Do you know why? Is something wrong I did? I know that original fields in cdr are onl...
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&qu...