Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
5a0e2416
Commit
5a0e2416
authored
Nov 07, 2019
by
Sylvain Berfini
🐮
Browse files
Fixed New Zealand dial plan
parent
fd42f40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dial-plan/dial-plan.cpp
View file @
5a0e2416
...
...
@@ -184,7 +184,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
DialPlan
::
create
(
"Nepal"
,
"NP"
,
"977"
,
8
,
"00"
),
DialPlan
::
create
(
"Netherlands"
,
"NL"
,
"31"
,
9
,
"00"
),
DialPlan
::
create
(
"New Caledonia"
,
"NC"
,
"687"
,
6
,
"00"
),
DialPlan
::
create
(
"New Zealand"
,
"NZ"
,
"64"
,
8
,
"00"
),
DialPlan
::
create
(
"New Zealand"
,
"NZ"
,
"64"
,
9
,
"00"
),
DialPlan
::
create
(
"Nicaragua"
,
"NI"
,
"505"
,
8
,
"00"
),
DialPlan
::
create
(
"Niger"
,
"NE"
,
"227"
,
8
,
"00"
),
DialPlan
::
create
(
"Nigeria"
,
"NG"
,
"234"
,
10
,
"009"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment