[asterisk-dev] [Code Review]: Add support for ${} parsing in sip_notify.conf

gareth reviewboard at asterisk.org
Mon Sep 10 23:15:03 CDT 2012



> On Aug. 17, 2012, 1:06 a.m., Olle E Johansson wrote:
> > You could consider the option of supporting channel variables set with the setvar= option in the device configuration in sip.conf. Just an idea.

Done. I initially avoided doing this a those variables can be accessed with ${SIPPEER(${PEERNAME},chanvar[SOME_VAR_NAME])} but that can be a little clunky.


- gareth


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2074/#review6918
-----------------------------------------------------------


On Sept. 10, 2012, 11:12 p.m., gareth wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2074/
> -----------------------------------------------------------
> 
> (Updated Sept. 10, 2012, 11:12 p.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> This is the second part split out from the much larger patch at https://reviewboard.asterisk.org/r/1976/ - this part contains the code required to get the phone to restart or reset from a SIP NOTIFY requuest:
> 
> - Add ${} parsing for sip_notify.conf, PEERNAME variable contains the name of the peer being sent the notification.
> 
> - Allows the user to specify their own Subscription-State header as the Cisco phones require 'active' instead of 'terminated'.
> 
> There are probably other uses for this especially when paired with using Content => ${SHELL(/path/to/script "${PEERNAME}")} etc. 
> 
> Note: Using SHELL() and CURL() emit errors here because they try to start autoservice on the channel. Not sure what the best fix for that is, maybe checking for dummy channels ast_autoservice_{start|stop} and treating it as a no-op.
> 
> Addendum: I submitted a patch to fix the above problem: ASTERISK-20283.
> 
> 
> Diffs
> -----
> 
>   /trunk/CHANGES 372831 
>   /trunk/UPGRADE-11.txt 372831 
>   /trunk/channels/chan_sip.c 372831 
>   /trunk/configs/sip_notify.conf.sample 372831 
> 
> Diff: https://reviewboard.asterisk.org/r/2074/diff
> 
> 
> Testing
> -------
> 
> Sent a few notifications to a peer containing ${} contructs.
> 
> 
> Thanks,
> 
> gareth
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20120911/68524aab/attachment.htm>


More information about the asterisk-dev mailing list