{$mac}.cfg

fix the port # for yealink DNS SRV
This commit is contained in:
blackc2004
2015-10-07 13:41:17 -07:00
parent c307c48a72
commit 6ae87d5ff4

View File

@@ -44,7 +44,11 @@ account.1.naptr_build = 0
account.1.fallback.redundancy_type = 0
account.1.fallback.timeout = 120
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
{/if}
#Configure the register expiry time (in seconds), the default value is 3600.
account.1.sip_server.1.expires = {$register_expires_1}
account.1.sip_server.1.retry_counts = 3