I assume you mean you see the problem in the trace, but can't figure what would cause this in the code.

I tried adding SIPTAG_FROM_STR() to the nua_handle(). It does not fix either problem.

I've worked around this by adding:
SIPTAG_FROM_STR() and SIPTAG_M_USERNAME() to all:
nua_invite()
nua_cancel()
nua_bye()
nua_ack()
Also, I had to turn set NUTAG_AUTOACK( 0 ) in nua_handle(). So I could include the SIPTAGs in the ACK.

Are there any traces that might help identify what causes this ?


Pekka Pessi wrote:
On 10/23/06, Colin Whittaker <[EMAIL PROTECTED]> wrote:
  
 I'm still running 1.12.3.
 I'm running multiple endpoints under a single nua.
 I am calling one endpoint to another via a proxy.
 What I see is the calling endpoint handle seems to first forget who the
From: is, then looses the Contact: info.
 Everything looks fine until the calling end ACKs. In the ACK the From:
header is changed.
    

I can't figure out what is wrong here. However, you could try to
circumvent the bug by including the SIPTAG_FROM_STR() in the
nua_handle() parameters.

  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to