Hi Yate,
I'm trying to setup a call with Yate using TCP. Yate has listen all calls via TCP from Zoiper client, but, when i trying to forward a call to Zoiper, Yate send the invite using UDP.
In javascript, i'm seting up the transport to TCP using msg.ip_transport = "TCP", but without success. On call.execute message i can see param['ip_transport'] = 'TCP', but on invite packet Via: SIP/2.0/UDP 10.45.0.11:5060;rport;branch=z9hG4bK1373430624.
Anyone knows how can correct this packet?
Regards,
Rodrigo