View previous topic :: View next topic |
Author |
Message |
anthony.minessale at g... Guest
|
Posted: Mon Oct 13, 2008 3:30 pm Post subject: [Freeswitch-users] Reading SIP headers |
|
|
${sip_h_X-conf-pin} should do the trick.
All X- headers are made into vars prepended with sip_h_
And all such vars will be turned back into X-headers on outbound.
*HINT* you can use the "info" app to see all the variables.
On Mon, Oct 13, 2008 at 3:23 PM, Kristian Kielhofner <kkielhofner@star2star.com (kkielhofner@star2star.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
kkielhofner at star2st... Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Oct 13, 2008 3:41 pm Post subject: [Freeswitch-users] Reading SIP headers |
|
|
Try out the info app and see what happens to be there and you can get at it.
/b
On Oct 13, 2008, at 1:23 PM, Kristian Kielhofner wrote:
Quote: | Hello everyone,
I'm trying to read SIP headers as described here:
http://wiki.freeswitch.org/wiki/Channel_Variables#variable_xxxx
It sounds like I should be able to grab an arbitrary SIP header and
use it in my XML dialplan, right? However I've tried this and it
doesn't seem to work. Here's the header I'm attaching:
X-conf-pin: 1234
However, reading sip_X-conf-pin doesn't return anything. What am I
missing here? Is there any other way to read SIP headers?
Thanks! |
|
|
Back to top |
|
|
kkielhofner at star2st... Guest
|
|
Back to top |
|
|
|