Re: [Sofia-sip-devel] Sending INVITE in response to REFER

2007-11-20 Thread Tan Miaoqing
Hi Pekka, Thanks for your reply very much! My problem is solved. The only reason that I did not get NOTIFY 200 OK is that I did not copy the sip_event_t header from NUTAG_REFER_EVENT() in nua_i_refer tags. After I retrieve the header using tl_gets as follow: sip_event_t const *event = NULL;

Re: [Sofia-sip-devel] INVITE through tcp tport saved channel

2007-11-20 Thread Ge@@ru
I see that doesn't work well, because message are sent always with UDP and tport is ignored. Problem is on outgoing_create function on nta.c file. Seems that tport it is used only if there are route header but this is wrong, use tport (for outbound message complaint with outbound draft) on message

[Sofia-sip-devel] sofia-sip changes (2007-11-20)

2007-11-20 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo http://sofia-sip.org/repos/sofia-sip. Tue Nov 20 18:47:06 EET 2007 Pekka Pessi [EMAIL PROTECTED] * test_register.c: fixed authentication caching issue M ./libsofia-sip-ua/nua/test_register.c +9 Tue Nov 20 18:46:34 EET 2007 Pekka