mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add dns srv port 0 to more yealink phones.
This commit is contained in:
@@ -47,7 +47,7 @@ account.1.sip_server.1.address =
|
||||
{if $sip_transport_1 == 'dns srv'}
|
||||
account.1.sip_server.1.port = 0
|
||||
{else}
|
||||
account.1.sip_server.1.port = 5060
|
||||
account.1.sip_server.1.port = {$sip_port_1}
|
||||
{/if}
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
account.1.sip_server.1.expires = {$register_expires_1}
|
||||
@@ -126,7 +126,7 @@ account.1.nat.stun_server =
|
||||
account.1.nat.stun_port = 3478
|
||||
|
||||
#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
|
||||
account.1.nat.udp_update_enable = 1
|
||||
account.1.nat.udp_update_enable = 3
|
||||
|
||||
#Specify the keep-alive interval (in seconds), the default value is 30.
|
||||
account.1.nat.udp_update_time = 30
|
||||
|
||||
Reference in New Issue
Block a user