Yate Community Forum

Yate server => Other Yate server issues => Topic started by: rodrigopassos on June 28, 2017, 01:38:40 PM

Title: TCP Calls using Yate
Post by: rodrigopassos 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
Title: Re: TCP Calls using Yate
Post by: rodrigopassos on June 28, 2017, 09:46:44 PM
Hi Yate,

Problem solved using oconnection_id.
Regards,
Rodrigo