On 7/8/06, Henry Duan <[EMAIL PROTECTED]> wrote:
> I input the local SDP in the tag SOATAG_USER_SDP_STR("m=audio 5004 RTP/AVP 8
> 0") when calling nua_invite, but the c line in SDP chose the local loopback
> address(127.x.x.x). So I added c line in this tag, SOATAG_USER_SDP_STR("c=IN
> IP4 25.25.23.4\r\nm=audio 5004 RTP/AVP 8 0"), but the o line in SDP still
> choose the local loopback address. If I put SOATAG_ADDRESS("25.25.23.4") in
> nua_invite I got an Internal 500 error.

> Any advice what I should do?

I'm afraid soa tries to be too smart, it checks that the address the
application specified is really available using su_localinfo(). And
su_localinfo() thinks you have just the local loopback address
available.

What addresses the "localinfo -n" command lists?

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to