[asterisk-users] SIP To: header

Tom Browning ttbrowning at gmail.com
Thu Jul 13 04:28:54 MST 2006


You can pull anything from the header with SIP_HEADER

I'll often just pass them into a Perl AGI as $ARGV[0] $ARGV[1] with this
line:


exten => myapp,2,AGI(myapp.agi|${SIP_HEADER(From)}|${SIP_HEADER(To)})


Note also you can get *anything* in the SIP header  SIP_HEADER(Mumblefratz)
etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060713/af91ab48/attachment.htm


More information about the asterisk-users mailing list