From a42df5ee711bc5426a052513243ccc0c2fbb98f4 Mon Sep 17 00:00:00 2001 From: Len Date: Wed, 7 Jun 2017 13:36:48 -0400 Subject: [PATCH] update cid_source --- .../provision/yealink/w52p/{$mac}.cfg | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/resources/templates/provision/yealink/w52p/{$mac}.cfg b/resources/templates/provision/yealink/w52p/{$mac}.cfg index 73b2b0e8ec..f993779bd7 100644 --- a/resources/templates/provision/yealink/w52p/{$mac}.cfg +++ b/resources/templates/provision/yealink/w52p/{$mac}.cfg @@ -101,7 +101,10 @@ account.1.subscribe_mwi = 0 account.1.subscribe_mwi_expires = 3600 #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI; -account.1.cid_source = +account.1.cid_source = 1 + +#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916; +account.1.cp_source = 2 #Enable or disable the session timer; 0-Disabled (default), 1-Enabled; account.1.session_timer.enable = {$yealink_session_timer} @@ -347,7 +350,10 @@ account.2.subscribe_mwi = 0 account.2.subscribe_mwi_expires = 3600 #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI; -account.2.cid_source = +account.2.cid_source = 1 + +#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916; +account.2.cp_source = 2 #Enable or disable the session timer; 0-Disabled (default), 1-Enabled; account.2.session_timer.enable = {$yealink_session_timer} @@ -593,7 +599,10 @@ account.3.subscribe_mwi = 0 account.3.subscribe_mwi_expires = 3600 #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI; -account.3.cid_source = +account.3.cid_source = 1 + +#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916; +account.3.cp_source = 2 #Enable or disable the session timer; 0-Disabled (default), 1-Enabled; account.3.session_timer.enable = {$yealink_session_timer} @@ -840,7 +849,10 @@ account.4.subscribe_mwi = 0 account.4.subscribe_mwi_expires = 3600 #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI; -account.4.cid_source = +account.4.cid_source = 1 + +#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916; +account.4.cp_source = 2 #Enable or disable the session timer; 0-Disabled (default), 1-Enabled; account.4.session_timer.enable = {$yealink_session_timer} @@ -1087,7 +1099,10 @@ account.5.subscribe_mwi = 0 account.5.subscribe_mwi_expires = 3600 #Configure the type of SIP header to carry the caller ID; 0-FROM (default), 1-PAI; -account.5.cid_source = +account.5.cid_source = 1 + +#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916; +account.5.cp_source = 2 #Enable or disable the session timer; 0-Disabled (default), 1-Enabled; account.5.session_timer.enable = {$yealink_session_timer}