Update {$mac}.cfg (#3270)
This commit is contained in:
parent
bcfbd0ba38
commit
326d56a382
|
|
@ -322,7 +322,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 =
|
||||
|
|
@ -790,7 +790,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 =
|
||||
|
|
@ -1272,7 +1272,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 =
|
||||
|
|
@ -1744,7 +1744,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 =
|
||||
|
|
@ -2216,7 +2216,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 =
|
||||
|
|
@ -2687,7 +2687,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