Some platforms add/use URI params in the user portion of the URI. I was just reminded of this this week with Global Crossing:
sip:+18005551212;[email protected] That is (of course) the number portability display indicator... ;) Anyways, I had to rewrite the URI using OpenSIPS to strip the ";npdi=yes". I imagine you could do the same but I'm not sure how in FreeSWITCH... 2009/3/27 Brian West <[email protected]>: > Params are not added before the @ sign that I'm pretty sure of. > <action application="export" > data="sip_invite_params=this=kewl;that=iskewl"/> > > <action application="bridge" data="sofia/profile/b...@blah"/> > > Results in INVITE sip:b...@blah;this=kewl;that=iskewl SIP/2.0 > > You also have sip_invite_to_params, sip_invite_from_params, > sip_invite_contact_params > /b > > > On Mar 27, 2009, at 5:11 AM, James H Thompson wrote: > > I need to generate calls with Invite URIs in this format: > > INVITE sip:9085551212;npdi=yes;[email protected]:5060 SIP/2.0 > > Is there an easy way to do this? > > Thanks. -- Kristian Kielhofner http://blog.krisk.org http://www.submityoursip.com http://www.astlinux.org http://www.star2star.com _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
