From 38ed60045643d26af5d3c00efd0de54af545202e Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer <gautier.pelloux-prayer@belledonne-communications.com> Date: Thu, 28 May 2015 15:40:26 +0200 Subject: [PATCH] proxy.c: add Jersey in dialplans --- coreapi/proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/proxy.c b/coreapi/proxy.c index 84a0338a53..4569f75f5f 100644 --- a/coreapi/proxy.c +++ b/coreapi/proxy.c @@ -702,6 +702,7 @@ static dial_plan_t const dial_plans[]={ {"Ireland" ,"IE" , "353" , 9 , "00" }, {"Israel" ,"IL" , "972" , 9 , "00" }, {"Italy" ,"IT" , "39" , 10 , "00" }, + {"Jersey" ,"JE" , "44" , 10 , "00" }, {"Jamaica" ,"JM" , "1" , 10 , "011" }, {"Japan" ,"JP" , "81" , 10 , "010" }, {"Jordan" ,"JO" , "962" , 9 , "00" }, -- GitLab