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
c9f43862
Commit
c9f43862
authored
Oct 31, 2019
by
Sylvain Berfini
🐮
Browse files
Fixed Germany dial plan
parent
ec3f598f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dial-plan/dial-plan.cpp
View file @
c9f43862
...
...
@@ -110,7 +110,7 @@ const list<shared_ptr<DialPlan>> DialPlan::DialPlans = {
DialPlan
::
create
(
"Gabon"
,
"GA"
,
"241"
,
8
,
"00"
),
DialPlan
::
create
(
"Gambia"
,
"GM"
,
"220"
,
7
,
"00"
),
DialPlan
::
create
(
"Georgia"
,
"GE"
,
"995"
,
9
,
"00"
),
DialPlan
::
create
(
"Germany"
,
"DE"
,
"49"
,
1
1
,
"00"
),
DialPlan
::
create
(
"Germany"
,
"DE"
,
"49"
,
1
2
,
"00"
),
DialPlan
::
create
(
"Ghana"
,
"GH"
,
"233"
,
9
,
"00"
),
DialPlan
::
create
(
"Gibraltar"
,
"GI"
,
"350"
,
8
,
"00"
),
DialPlan
::
create
(
"Greece"
,
"GR"
,
"30"
,
10
,
"00"
),
...
...
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