Archive for the ‘chan_sip’ Category
The SIP channel driver
Thursday, August 14th, 2008
In order to avoid issues as described in bug #13296 I propose Asterisk matches before a peer (this is: matching the IP:port) than the user (mathing the "From").It's totally expected that a local user can't be registered in the same IP as a SIP provider (a peer) so what I ...
Posted in chan_sip | 1 Comment »
Thursday, August 14th, 2008
I'd love to see sip channel debug filters that let you filter on things _in_ the SIP headers. Something along the lines of:sip set debug cpn "7775551212" timeout 90which prints SIP output and information for all calls with a Calling Party Number of 7775551212 for the next 90 seconds.Another option ...
Posted in chan_sip | No Comments »
Tuesday, April 29th, 2008
The SIP Forum has just released SIPconnect Technical Recommendation Version 1.0 on January 23, 2008.Press release: http://www.sipforum.org/content/view/297/171/Spec: http://www.sipforum.org/component/option,com_docman/task,doc_download/gid,134/Itemid,75/ The impact on Asterisk of the requirements of this specification have yet to be fully gaged. I propose that we start this topic to start going down the list of requirements for implementation of ...
Posted in chan_sip | 1 Comment »
Monday, March 17th, 2008
The SIPPER function needs to be enhanced to expose channel variables set by the peer with "setvar" in sip.conf. SIPPEER(adam,chanvar[CELLPHONE])
Posted in Dialplan functions, chan_sip | No Comments »