Displaying 1 result from an estimated 1 matches for "7e06d220".
Did you mean:
7e06d000
2007 Dec 06
3
Setting custom field in CDR
Hi,
The Asterisk Wiki (page:
http://www.voip-info.org/wiki/view/Asterisk+func+cdr) mentions I can set any
custom CDR field I want. Here is the example it gives:
; Update our accountcode field and then save some random music facts too
exten => s,1,Set(CDR(accountcode)=8675309)
exten => s,2,Set(CDR(MyFavoriteBand)=Foo Fighters)
exten => s,3,Set(CDR(MyFavoriteSong)=Hero)
I am