From c97e0e43c574687286ea33a8c2876f2e5e675e02 Mon Sep 17 00:00:00 2001
From: Danmei Chen <danmei.chen@belledonne-communications.com>
Date: Fri, 5 Mar 2021 14:24:41 +0100
Subject: [PATCH] fix dial plan for IceLand and add couries

---
 src/dial-plan/dial-plan.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/dial-plan/dial-plan.cpp b/src/dial-plan/dial-plan.cpp
index 3c7b6ddc96..3d5afd6480 100644
--- a/src/dial-plan/dial-plan.cpp
+++ b/src/dial-plan/dial-plan.cpp
@@ -94,6 +94,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
 	DialPlan::create("Djibouti", "DJ", "253", 8, "00"),
 	DialPlan::create("Dominica", "DM", "1", 10, "011"),
 	DialPlan::create("Dominican Republic", "DO", "1", 10, "011"),
+	DialPlan::create("East Timor", "TLS", "670", 8, "00"),
 	DialPlan::create("Ecuador", "EC", "593", 9, "00"),
 	DialPlan::create("Egypt", "EG", "20", 10, "00"),
 	DialPlan::create("El Salvador", "SV", "503", 8, "00"),
@@ -127,7 +128,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
 	DialPlan::create("Honduras", "HN", "504", 8, "00"),
 	DialPlan::create("Hong Kong", "HK", "852", 8, "001"),
 	DialPlan::create("Hungary", "HU", "36", 9, "00"),
-	DialPlan::create("Iceland", "IS", "354", 9, "00"),
+	DialPlan::create("Iceland", "IS", "354", 7, "00"),
 	DialPlan::create("India", "IN", "91", 10, "00"),
 	DialPlan::create("Indonesia", "ID", "62", 12, "001"),
 	DialPlan::create("Iran", "IR", "98", 10, "00"),
@@ -144,6 +145,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
 	DialPlan::create("Kiribati", "KI", "686", 5, "00"),
 	DialPlan::create("Korea, North", "KP", "850", 12, "99"),
 	DialPlan::create("Korea, South", "KR", "82", 12, "001"),
+	DialPlan::create("Kosovo", "KOS", "383", 8, "00"),
 	DialPlan::create("Kuwait", "KW", "965", 8, "00"),
 	DialPlan::create("Kyrgyzstan", "KG", "996", 9, "00"),
 	DialPlan::create("Laos", "LA", "856", 10, "00"),
@@ -229,6 +231,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
 	DialPlan::create("Solomon Islands", "SB", "677", 7, "00"),
 	DialPlan::create("Somalia", "SO", "252", 8, "00"),
 	DialPlan::create("South Africa", "ZA", "27", 9, "00"),
+	DialPlan::create("South Soudan", "SSD", "211", 9, "00"),
 	DialPlan::create("Spain", "ES", "34", 9, "00"),
 	DialPlan::create("Sri Lanka", "LK", "94", 9, "00"),
 	DialPlan::create("Sudan", "SD", "249", 9, "00"),
-- 
GitLab