sip listen port yealink cordless (#6450)

This commit is contained in:
Mendel 2022-08-04 14:23:11 -04:00 committed by GitHub
parent 10b28721f7
commit 86fe4fe1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ account.1.anonymous_reject_oncode =
account.1.anonymous_reject_offcode =
#Configure the SIP port for account 1, the default value is 5060.
account.1.sip_listen_port =
account.1.sip_listen_port = {$yealink_sip_listen_port}
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
account.1.100rel_enable = {$yealink_retransmission}

View File

@ -64,7 +64,7 @@ account.1.anonymous_reject_oncode =
account.1.anonymous_reject_offcode =
#Configure the SIP port for account 1, the default value is 5060.
account.1.sip_listen_port =
account.1.sip_listen_port = {$yealink_sip_listen_port}
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
account.1.100rel_enable = {$yealink_retransmission}