Update {$mac}.cfg (#3253)
This commit is contained in:
parent
6ea283ab9e
commit
7dfe17c53c
|
|
@ -111,7 +111,7 @@ account.1.enable_signal_encode =
|
|||
account.1.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.1.dtmf.type =
|
||||
account.1.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.1.dtmf.dtmf_payload =
|
||||
|
|
@ -341,7 +341,7 @@ account.2.enable_signal_encode =
|
|||
account.2.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.2.dtmf.type =
|
||||
account.2.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.2.dtmf.dtmf_payload =
|
||||
|
|
@ -571,7 +571,7 @@ account.3.enable_signal_encode =
|
|||
account.3.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.3.dtmf.type =
|
||||
account.3.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.3.dtmf.dtmf_payload =
|
||||
|
|
@ -801,7 +801,7 @@ account.4.enable_signal_encode =
|
|||
account.4.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.4.dtmf.type =
|
||||
account.4.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.4.dtmf.dtmf_payload =
|
||||
|
|
@ -1031,7 +1031,7 @@ account.5.enable_signal_encode =
|
|||
account.5.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.5.dtmf.type =
|
||||
account.5.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.5.dtmf.dtmf_payload =
|
||||
|
|
@ -1280,7 +1280,7 @@ account.6.enable_signal_encode =
|
|||
account.6.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.6.dtmf.type =
|
||||
account.6.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.6.dtmf.dtmf_payload =
|
||||
|
|
@ -1529,7 +1529,7 @@ account.7.enable_signal_encode =
|
|||
account.7.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.7.dtmf.type =
|
||||
account.7.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.7.dtmf.dtmf_payload =
|
||||
|
|
@ -1778,7 +1778,7 @@ account.8.enable_signal_encode =
|
|||
account.8.signal_encode_key =
|
||||
|
||||
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
|
||||
account.8.dtmf.type =
|
||||
account.8.dtmf.type = {$yealink_dtmf_type}
|
||||
|
||||
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
|
||||
account.8.dtmf.dtmf_payload =
|
||||
|
|
|
|||
Loading…
Reference in New Issue