diff --git a/src/dial-plan/dial-plan.cpp b/src/dial-plan/dial-plan.cpp
index 3c7b6ddc9680aa5c72b220f9c9bc009843ac796f..3d5afd648070a3ec6c4d5330e7481033134f67ae 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"),