From 5f9b2481d6d1e6e820b19f215ca1acf66e335d1b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 23 Aug 2017 09:59:19 +0200 Subject: [PATCH] Fixed Myanmar dialplan --- coreapi/dial_plan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/dial_plan.c b/coreapi/dial_plan.c index 85c652fe8..31f60bbc0 100644 --- a/coreapi/dial_plan.c +++ b/coreapi/dial_plan.c @@ -168,7 +168,7 @@ static LinphoneDialPlan const dial_plans[]={ {"Montserrat" ,"MS" , "664" , 10 , "011" }, {"Morocco" ,"MA" , "212" , 9 , "00" }, {"Mozambique" ,"MZ" , "258" , 9 , "00" }, - {"Myanmar" ,"MM" , "95" , 8 , "00" }, + {"Myanmar" ,"MM" , "95" , 10 , "00" }, {"Namibia" ,"NA" , "264" , 9 , "00" }, {"Nauru" ,"NR" , "674" , 7 , "00" }, {"Nepal" ,"NP" , "43" , 10 , "00" },