Update Yealink T54W mac.cfg

Allows for updating the server address to that of the primary server address if the username = user@domain
This commit is contained in:
mbarvoipdrs 2020-11-09 15:18:26 -05:00 committed by GitHub
parent 17bc3aa49b
commit 816b1c7a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ account.1.user_name = {$account.1.user_id}@{$account.1.server_address}
account.1.user_name = {$account.1.user_id}
{/if}
account.1.sip_server.1.address= {$account.1.server_address}
{if isset($account.1.server.1.address)} account.1.sip_server.1.address= {$account.1.server.1.address} {else} account.1.sip_server.1.address= {$account.1.server_address} {/if}
account.1.sip_server.1.port= {$account.1.sip_port}