Re: [Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Aleksander Morgado
Hi Pekka, >> In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using >> TCP connection, and I would like to send back the NOTIFY messages to >> the subscriber also using TCP, instead of UDP. I found that >> nta_outgoing_tcreate() uses UDP by default, and I didn't found any way >> to

Re: [Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Pekka Pessi
2009/1/16 Aleksander Morgado : > In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using > TCP connection, and I would like to send back the NOTIFY messages to > the subscriber also using TCP, instead of UDP. I found that > nta_outgoing_tcreate() uses UDP by default, and I didn't foun

[Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Aleksander Morgado
Hi all, In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using TCP connection, and I would like to send back the NOTIFY messages to the subscriber also using TCP, instead of UDP. I found that nta_outgoing_tcreate() uses UDP by default, and I didn't found any way to make it use TCP.