mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update {$mac}.cfg
This commit is contained in:
@@ -22,6 +22,7 @@ account.1.sip_server_port = {$sip_port_1}
|
||||
account.1.outbound_host = {$outbound_proxy_1}
|
||||
account.1.outbound_port = {$sip_port_1}
|
||||
{if isset($yealink_sip_listen_port)}account.1.sip_listen_port = {$yealink_sip_listen_port}{else}account.1.sip_listen_port = 5060{/if}
|
||||
|
||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
||||
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
|
||||
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
|
||||
|
||||
Reference in New Issue
Block a user