mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-28 13:56:21 +00:00
Modifies dial plan: Indonesian number can have until 12 significant digits
This commit is contained in:
parent
e66ed490e8
commit
f820302f60
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ static LinphoneDialPlan const dial_plans[]={
|
||||||
{"Hungary" ,"HU" , "36" , 9 , "00" },
|
{"Hungary" ,"HU" , "36" , 9 , "00" },
|
||||||
{"Iceland" ,"IS" , "354" , 9 , "00" },
|
{"Iceland" ,"IS" , "354" , 9 , "00" },
|
||||||
{"India" ,"IN" , "91" , 10 , "00" },
|
{"India" ,"IN" , "91" , 10 , "00" },
|
||||||
{"Indonesia" ,"ID" , "62" , 10 , "001" },
|
{"Indonesia" ,"ID" , "62" , 12 , "001" },
|
||||||
{"Iran" ,"IR" , "98" , 10 , "00" },
|
{"Iran" ,"IR" , "98" , 10 , "00" },
|
||||||
{"Iraq" ,"IQ" , "964" , 10 , "00" },
|
{"Iraq" ,"IQ" , "964" , 10 , "00" },
|
||||||
{"Ireland" ,"IE" , "353" , 9 , "00" },
|
{"Ireland" ,"IE" , "353" , 9 , "00" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue