linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Force linphone to use TCP


From: Luiz Silva
Subject: Re: [Linphone-developers] Force linphone to use TCP
Date: Thu, 24 Apr 2014 09:38:40 -0400

Thank you Kaushik, got it working.


On Wed, Apr 23, 2014 at 11:23 AM, kaushik parmar <address@hidden> wrote:
You can forcefully use TCP as transport in linphone. 

in WizardViewController.m file modify below values

transportValue.udp_port=0;
transportValue.tls_port=0;
transportValue.tcp_port=5060;


in LinphoneCoreSettingsStore.m file modify 

const char *tname = "tcp";

Build and install linphone. It will use tcp as default transport.



On Wed, Apr 23, 2014 at 8:41 PM, Luiz Silva <address@hidden> wrote:
Hello,

I'm trying to setup linphone to use TCP as default transport method but so far it will only works
if I go to settings and change the transport.

I tried to change it on the linphonerc file but it's not working.

I've tried setting under [sip] section the value transport_preference=tcp and alson under [net].

This is on the iOS version. Will this also work with the android version?

Thank you,

Luiz

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Kind regards,

Kaushik Parmar

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]