Hi Stefan,

2011/1/13 Stefan Eckel <stefan.ec...@c4b.de>:
> we are looking for a method to put transport tags into the contact header 
> field of an invite message.
> With
>
> nua_invite(m_handle,   SIPTAG_CONTACT_STR( 
> "sip:100.100.100.100:5160;tansport=tcp" ) , ....
>
> we get
>
> Contact: <sip: 100.100.100.100:5160>;transport=tcp

If there is no <> aroung the URI, it ends at first ;. Try

SIPTAG_CONTACT_STR( "<sip:100.100.100.100:5160;tansport=tcp>" )

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to