Hello
When I have changed signalling from UDP to TCP, and make connection by regexroute expression, does regexroute for SIP in TCP different ?
^.*$=sip/sip:${called}@10.10.10.18:5060;ip_transport=tcp
I get:
2016-03-25_09:38:13.434008 <sip:ALL> YateSIPEndPoint::buildParty(0x1adbba0,'(null)',0,(nil))
2016-03-25_09:38:13.434088 <sip/14:WARN> Could not create party for 'sip:322000@10.10.10.18' [0x1a84ef0]
SIP/2.0 503 Invalid address: sip:322000@10.10.10.18
error='noconn' code=503 reason='Invalid address: sip:322000@10.10.10.18:5060'
There is no problem when I move back to UDP.