Create {$mac}.cfg
This commit is contained in:
parent
a36debbf8e
commit
96fd6a6bed
|
|
@ -355,7 +355,7 @@ account.1.conf_uri =
|
|||
## cid_source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.1.cid_source = 1
|
||||
account.1.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.1.cid_source_privacy = 1
|
||||
account.1.cid_source_ppi = 1
|
||||
|
|
@ -820,7 +820,7 @@ account.2.conf_uri =
|
|||
## cid source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.2.cid_source = 1
|
||||
account.2.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.2.cid_source_privacy = 1
|
||||
account.2.cid_source_ppi = 1
|
||||
|
|
@ -1329,7 +1329,7 @@ account.3.conf_uri =
|
|||
## cid source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.3.cid_source = 1
|
||||
account.3.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.3.cid_source_privacy = 1
|
||||
account.3.cid_source_ppi = 1
|
||||
|
|
@ -1820,7 +1820,7 @@ account.4.conf_uri =
|
|||
## cid source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.4.cid_source = 1
|
||||
account.4.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.4.cid_source_privacy = 1
|
||||
account.4.cid_source_ppi = 1
|
||||
|
|
@ -2311,7 +2311,7 @@ account.5.conf_uri =
|
|||
## cid source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.5.cid_source = 1
|
||||
account.5.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.5.cid_source_privacy = 1
|
||||
account.5.cid_source_ppi = 1
|
||||
|
|
@ -2801,7 +2801,7 @@ account.6.conf_uri =
|
|||
## cid source ##
|
||||
#######################################################################################
|
||||
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
|
||||
account.6.cid_source = 1
|
||||
account.6.cid_source = {$yealink_cid_source}
|
||||
|
||||
account.6.cid_source_privacy = 1
|
||||
account.6.cid_source_ppi = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue