Author Topic: TCP Calls using Yate  (Read 4268 times)

rodrigopassos

  • Newbie
  • *
  • Posts: 25
    • View Profile
TCP Calls using Yate
« on: June 28, 2017, 01:38:40 PM »
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

rodrigopassos

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: TCP Calls using Yate
« Reply #1 on: June 28, 2017, 09:46:44 PM »
Hi Yate,

Problem solved using oconnection_id.
Regards,
Rodrigo