Update {$mac}.cfg (#3277)
This commit is contained in:
parent
f85146c32b
commit
b32785502f
|
|
@ -324,7 +324,7 @@ account.1.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.1.dtmf.info_type =
|
||||
|
|
@ -791,7 +791,7 @@ account.2.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.2.dtmf.info_type =
|
||||
|
|
@ -1302,7 +1302,7 @@ account.3.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.3.dtmf.info_type =
|
||||
|
|
@ -1796,7 +1796,7 @@ account.4.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.4.dtmf.info_type =
|
||||
|
|
@ -2288,7 +2288,7 @@ account.5.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.5.dtmf.info_type =
|
||||
|
|
@ -2779,7 +2779,7 @@ account.56.direct_pickup_code =
|
|||
## DTMF ##
|
||||
#######################################################################################
|
||||
#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 DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
|
||||
account.6.dtmf.info_type =
|
||||
|
|
|
|||
Loading…
Reference in New Issue