From 8ebb8afaac6125320ad9cb483f0c0fb69268c020 Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 12 Jun 2017 23:32:30 -0400 Subject: [PATCH] Create {$mac}.cfg --- .../templates/provision/yealink/t29g/{$mac}.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/templates/provision/yealink/t29g/{$mac}.cfg b/resources/templates/provision/yealink/t29g/{$mac}.cfg index fd3f6c2c96..d5779fabab 100644 --- a/resources/templates/provision/yealink/t29g/{$mac}.cfg +++ b/resources/templates/provision/yealink/t29g/{$mac}.cfg @@ -351,7 +351,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 @@ -816,7 +816,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 @@ -1325,7 +1325,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 @@ -1816,7 +1816,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 @@ -2307,7 +2307,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 @@ -2805,7 +2805,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