Commit 74d8b0fe authored by Mickaël Turnel's avatar Mickaël Turnel
Browse files

Fix Tonga maximum national number length

(cherry picked from commit 406d5037)
Showing with 1 addition and 1 deletion
......@@ -247,7 +247,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
DialPlan::create("Thailand", "TH", "66", 9, "001"),
DialPlan::create("Togo", "TG", "228", 8, "00"),
DialPlan::create("Tokelau", "TK", "690", 4, "00"),
DialPlan::create("Tonga", "TO", "676", 5, "00"),
DialPlan::create("Tonga", "TO", "676", 7, "00"),
DialPlan::create("Trinidad and Tobago", "TT", "1", 10, "011"),
DialPlan::create("Tunisia", "TN", "216", 8, "00"),
DialPlan::create("Turkey", "TR", "90", 10, "00"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment