Re: [Sofia-sip-devel] How to retrieve the local bound SIP port when created dynamically? (as used in contact-header)

2011-02-03 Thread Pekka Pessi
Hi,

2011/1/31 EiSl 1972 eisl1...@gmail.com:
 I have the feeling the answer lays in front of my nose, but for some reason
 I cannot find/see it...

nua_get_params(.., NTATAG_CONTACT(NULL), TAG:END())

and look for ntatag_contact in the tag list of nua_r_get_params().
 I'm using the released stable version 1.12.10.
 I know there is a lot of incident repair and other development still
 ongoing. If I would like to use a more recent version, which branch/tag is
 considered then most stable?

The master branch at

git://gitorious.org/sofia-sip/sofia-sip.git

is currently pretty stable...

-- 
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


Re: [Sofia-sip-devel] Sofia Getting 900 Internal Error When SIPTAG_TO_STR(sip:7348902; rfrid=eaff000000221c6035b5@200.21.3.10)

2011-02-03 Thread Pekka Pessi
Hi Jerry,

2011/2/3 Jerry Richards jerry.richa...@teotech.com:
 Okay, I think I fixed it.  For some reason, sofia did not like when I set
 both NUTAG_URL() in the nua_handle() call and also set SIPTAG_TO_STR() to
 the same thing in the nua_invite() call.  So I removed specifying the
 SIPTAG_TO_STR() in the nua_invite() call and the error no longer occurs.

I think your problem is a syntax violation:

 SIPTAG_TO_STR(sip:7348902;rfrid=eaff00221c6035b5@200.21.3.10)

Try to enclose the URI in , otherwise To header parser thinks the
URI is sip:7348902 and the parameter
rfrid=eaff00221c6035b5@200.21.3.10 has invalid syntax..

-- 
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