[reSIProcate-users] Sending on particular transport
Hi,
On resip 1.7 I initialise the transports on the stack like this
profile->addTransport(UDP, sipPort,V4, address);
profile->addTransport(TCP, sipPort, V4, address);
where sip port = 5060
How can I choose to send a sip message over TCP as the stack defaults to UDP because there is no
transport=UDP param on the request uri etc
Is there any setting somewhere
Thanks