Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-18 Thread Michael Jerris
On Sep 18, 2008, at 4:53 AM, Jon Bruel wrote: Thank you for your replies. In checking the SIP messaging sequence, I saw that you are right about the source of the tag to the To- header: it is the phone, which as a response to the INVITE, adds the tag (and not, as I wrote, the FreeSWITCH). S

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-18 Thread Jon Bruel
Thank you for your replies. In checking the SIP messaging sequence, I saw that you are right about the source of the tag to the To-header: it is the phone, which as a response to the INVITE, adds the tag (and not, as I wrote, the FreeSWITCH). Still, we need a way to read it, and not the least to se

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Anthony Minessale
don't forget the bounty amount willing to pay for us to implement something to make it work. On Wed, Sep 17, 2008 at 12:39 PM, Michael Jerris <[EMAIL PROTECTED]> wrote: > Can you open up a bug on http://jira.freeswitch.org with full traces both > of freeswitch and how broadworks does it, along w

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Robert Dyck
There should be no To tag with the initial INVITE. The tag is added by the callee per RFC3261. On Wednesday 17 September 2008, Jon Bruel wrote: > Mike, in my test setup, no tags are added to the To-header by the > FreeSWITCH. The reason why I want to control it? Well, many phones uses > the tag t

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Michael Jerris
Can you open up a bug on http://jira.freeswitch.org with full traces both of freeswitch and how broadworks does it, along with if possible the language about to tags from the rfc. There are a bunch of interop qwirks related to those tags and when they should or shouldn't be in there so we

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Jon Bruel
Mike, in my test setup, no tags are added to the To-header by the FreeSWITCH. The reason why I want to control it? Well, many phones uses the tag to relate an existing call to a NOTIFY message (send after the INVITE has been sent) with the same headers (and the same to-tag) as the INVITE. I'm not a

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Michael Jerris
if you mean tag= param on the to header, there should be one added automatically as defined in rfc3261. To send the notify might be a bit trickier, I think we added a way to use an event to send a notify, are you trying to control as iff the user hit the hold button on their phone? In res

[Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Jon Bruel
Well, let me be more precise: In general, I want to be able to modify the SIP headers to my liking. I would like to add a tag to the To-header sent to the B-phone. This tag information can be used at a later stage to put the phone on/off hold from the switch by sending a NOTIFY with an header: Even

Re: [Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Brian West
Do you want the SDP or the SIP Headers? Your question is ambiguous! SDP should be in ${switch_r_sdp} X-Header should be in ${sip_h_X-Header} The "info" app helps show all the variables. /b On Sep 17, 2008, at 2:11 AM, Jon Bruel wrote: > How do I read the contents of the SIP headers sdp in a

[Freeswitch-users] How to get the content of SIP headers and sdp in dialplan?

2008-09-17 Thread Jon Bruel
How do I read the contents of the SIP headers sdp in a dialplan? ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options