search for: 0818dcd0

Displaying 1 result from an estimated 1 matches for "0818dcd0".

Did you mean: 081858d0
2007 Sep 11
0
SIPAddHeader cmd from Realtime MySQL, not getting all the 'appdata' field
Hi All, I'm doing some simple paging functions and using the SIPAddHeader cmd. * 1.2 branch. Using it in the extensions.conf file, it works fine: exten => _*2XX,1,SIPAddHeader(Call-Info: sip:\;answer-after=0) in * console: lab2*CLI> -- Executing SIPAddHeader("SIP/204-0818dcd0", "Call-Info: sip:;answer-after=0") in new stack When i put the same cmd in Realtime MySQL, I get this: -- Executing SIPAddHeader("SIP/53683-7ca5", ";answer-after=0") in new stack Pulling the command from MySQL I loos the 'Call-Info: sip:' part of the a...