Eric Lyons
2006-Apr-04 17:15 UTC
[Asterisk-Users] Set(CDR(anything_but_userfield_or_accountcode)=bla) broken?
I'm unable to set any cdr fields except userfield and accountcode using Set(CDR(lastapp)="foo") [for example]. This is 1.2.4. I'm using the cdr_addon_mysql plugin, which handles userfield, accountcode, and uniqueid fine. Is this broken in Asterisk, or the addon? The addon code looks like it's just copying what's passed in. Eric.
Kevin P. Fleming
2006-Apr-04 17:27 UTC
[Asterisk-Users] Set(CDR(anything_but_userfield_or_accountcode)=bla) broken?
Eric Lyons wrote:> I'm unable to set any cdr fields except userfield and accountcode using > Set(CDR(lastapp)="foo") [for example]. This is 1.2.4. I'm using the > cdr_addon_mysql plugin, which handles userfield, accountcode, and > uniqueid fine.The documentation shows that those fields are read-only, I believe.