From d50e36bbe3817da1526513e7493e98ee24d0f728 Mon Sep 17 00:00:00 2001 From: sonic331va Date: Fri, 24 Mar 2017 11:09:03 -0400 Subject: [PATCH] Update template_data.json Remove "| <:1352>[2-9]xxxxxx" from default dial plan as this prefixes 1352 to all 7 digit numbers and strips the dialed area code from a 10 digit number then prefixes 1352 to the remaining 7 dialed digits before passing the number to the PBX or SIP provider. --- endpoint/cisco/spa/template_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoint/cisco/spa/template_data.json b/endpoint/cisco/spa/template_data.json index 7e36563b..2cd9928c 100644 --- a/endpoint/cisco/spa/template_data.json +++ b/endpoint/cisco/spa/template_data.json @@ -105,7 +105,7 @@ }, { "variable":"$dial_plan", - "default_value":"( [23456789]11 | *xxx. | <:1352>[2-9]xxxxxx | <:1>[2-9]xx[2-9]xxxxxxS0 | 1[2-9]xx[2-9]xxxxxxS0 | 011xxxxxxx. | [#*x][*x][*x]. )", + "default_value":"( [23456789]11 | *xxx. | <:1>[2-9]xx[2-9]xxxxxxS0 | 1[2-9]xx[2-9]xxxxxxS0 | 011xxxxxxx. | [#*x][*x][*x]. )", "description":"Dial Plan", "type":"input" },