Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
74d8b0fe
Commit
74d8b0fe
authored
3 years ago
by
Mickaël Turnel
Browse files
Options
Download
Patches
Plain Diff
Fix Tonga maximum national number length
(cherry picked from commit
406d5037
)
parent
d4a5cbc7
tmp/workaround_missing_tester_log_message_bug
fix/call_recovery_in_multi_account_case
fix/call_repair
fix/cancel_via_header
fix/chatroom_const_params
fix/dtls_default_path
fix/h265-glitches
fix/local-permission-detection
fix/log_file_updates
fix/magic_search_clone_crash
fix/no_unregister_if_remote_push_allowed_5_0
fix/prack_auth
fix/remote_media_changed_notify
fix/rewrite-tone-manager
fix/update_calllog_remote_address
release/5.0
5.0.71
5.0.70
5.0.69
5.0.68
5.0.67
5.0.66
5.0.65
5.0.64
5.0.63
5.0.62
5.0.61
5.0.60
5.0.59
5.0.58
5.0.57
5.0.56
5.0.55
5.0.53
5.0.52
5.0.51
5.0.50
5.0.49
5.0.47
5.0.46
5.0.45
5.0.44
5.0.43
5.0.42
5.0.41
5.0.40
5.0.39
5.0.38
5.0.37
5.0.36
5.0.35
5.0.34
5.0.32
5.0.31
5.0.30
5.0.29
5.0.28
5.0.27
5.0.26
5.0.25
5.0.24
5.0.23
5.0.22
5.0.21
5.0.19
5.0.18
5.0.17
5.0.16
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.8
5.0.6
5.0.5
4.0.25
1 merge request
!1425
Fix Tonga maximum national number length
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dial-plan/dial-plan.cpp
+1
-1
src/dial-plan/dial-plan.cpp
with
1 addition
and
1 deletion
src/dial-plan/dial-plan.cpp
+
1
−
1
View file @
74d8b0fe
...
...
@@ -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"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets