Change the default setting to another method.

This commit is contained in:
Mark Crane 2014-01-09 01:28:21 +00:00
parent 1929894376
commit 1a1d6bef06
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ account.1.outbound_host = {$outbound_proxy_1}
account.1.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $sip_transport_1 == ''}account.1.transport = 1{/if}
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}