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
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
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.