jonas kellens
2010-Feb-03 15:24 UTC
[asterisk-users] ast_cdr_setvar: Attempt to set the 'src' read-only variable!
Hello list. I would like to set the CDR(src)-variable to the SIPphone that is initiating the call. When calling out, the src-variable is always the public telephone number. I get the ERROR : ast_cdr_setvar: Attempt to set the 'src' read-only variable! Is there some way to implement this ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100203/4b514487/attachment.htm
Tilghman Lesher
2010-Feb-03 17:08 UTC
[asterisk-users] ast_cdr_setvar: Attempt to set the 'src' read-only variable!
On Wednesday 03 February 2010 09:24:34 jonas kellens wrote:> I would like to set the CDR(src)-variable to the SIPphone that is > initiating the call. > > When calling out, the src-variable is always the public telephone > number. > > I get the ERROR : ast_cdr_setvar: Attempt to set the 'src' read-only > variable! > > Is there some way to implement this ??Set(CALLERID(ani)=whatyouwantinsrc) -- Tilghman