Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
454e14d7
Commit
454e14d7
authored
Oct 16, 2017
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue with dialplan at runtime
parent
d8e2c6c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/dial-plan/dial-plan.cpp
src/dial-plan/dial-plan.cpp
+1
-2
wrappers/java/migration.sh
wrappers/java/migration.sh
+1
-0
No files found.
src/dial-plan/dial-plan.cpp
View file @
454e14d7
...
...
@@ -262,8 +262,7 @@ list<DialPlan> const DialPlan::DialPlans = {
{
"Wallis and Futuna"
,
"WF"
,
"681"
,
5
,
"00"
},
{
"Yemen"
,
"YE"
,
"967"
,
9
,
"00"
},
{
"Zambia"
,
"ZM"
,
"260"
,
9
,
"00"
},
{
"Zimbabwe"
,
"ZW"
,
"263"
,
9
,
"00"
},
{
NULL
,
NULL
,
""
,
0
,
NULL
}
{
"Zimbabwe"
,
"ZW"
,
"263"
,
9
,
"00"
}
};
const
DialPlan
DialPlan
::
MostCommon
(
"generic"
,
""
,
""
,
10
,
"00"
);
...
...
wrappers/java/migration.sh
View file @
454e14d7
...
...
@@ -225,6 +225,7 @@ eval "$SED_START 's/.sendDtmf(/.getCurrentCall().sendDtmf(/g' $SED_END"
eval
"
$SED_START
's/content.getData() == null/content.getSize() == 0/'g
$SED_END
"
eval
"
$SED_START
's/lc.downloadOpenH264Enabled()/OpenH264DownloadHelper.isOpenH264DownloadEnabled()/g'
$SED_END
"
eval
"
$SED_START
's/enableDownloadOpenH264(/OpenH264DownloadHelper.enableDownloadOpenH264(/g'
$SED_END
"
eval
"
$SED_START
's/mLc.destroy()/mLc = null/g'
$SED_END
"
#Changes in library required
#Tunnel
...
...
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