Re: [Sofia-sip-devel] PRACK not working

2007-10-08 Thread Pekka Pessi
2007/10/1, Fabio Margarido <[EMAIL PROTECTED]>: > Have you seen the bug I filed in the tracker for this PRACK issue? > Apparently there is some code missing in nua_stack.c/.h . Changing > those files made it work, no need to manually setting RAck. Oops. Thanks. Looks like an unusually bad "it is

Re: [Sofia-sip-devel] PRACK not working

2007-10-01 Thread Fabio Margarido
On 10/1/07, Pekka Pessi <[EMAIL PROTECTED]> wrote: > That is interesting. How you set the From header when you send INVITE? > A tag in nua_handle() or in nua_invite()? In any case, according to > the spec it is O.K. to change the From URI as long as the From tag is > kept same. > I've tried both,

Re: [Sofia-sip-devel] PRACK not working

2007-10-01 Thread Pekka Pessi
2007/9/27, Fabio Margarido <[EMAIL PROTECTED]>: > Hi there, > > when my application receives a 180 with a Require header containing > 100rel, the PRACK requests Sofia sends lacks the user part of the url > of the From header, which causes the remote agent to respond with a > 481. That is interesti

[Sofia-sip-devel] PRACK not working

2007-09-27 Thread Fabio Margarido
Hi there, when my application receives a 180 with a Require header containing 100rel, the PRACK requests Sofia sends lacks the user part of the url of the From header, which causes the remote agent to respond with a 481. I tried to include PRACK in the list of headers my application takes care of