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
22c6e1c4
Commit
22c6e1c4
authored
Oct 16, 2017
by
Sylvain Berfini
🐮
Browse files
Renamed LinphoneUtils into Utils
parent
3bfbbae1
Changes
2
Hide whitespace changes
Inline
Side-by-side
wrappers/java/classes/
Linphone
Utils.java
→
wrappers/java/classes/Utils.java
View file @
22c6e1c4
/*
Linphone
Utils.java
Utils.java
Copyright (C) 2010-2017 Belledonne Communications, Grenoble, France
This program is free software; you can redistribute it and/or
...
...
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
package
org.linphone.core
;
public
class
Linphone
Utils
{
public
class
Utils
{
public
static
int
getPrefixFromE164
(
String
e164
)
{
DialPlan
[]
dialPlans
=
Factory
.
instance
().
getDialPlans
();
DialPlan
dialPlan
=
dialPlans
[
0
];
...
...
wrappers/java/migration.sh
View file @
22c6e1c4
...
...
@@ -229,8 +229,8 @@ eval "$SED_START 's/mLc.destroy()/mLc = null/g' $SED_END"
eval
"
$SED_START
's/getAllDialPlan()/getDialPlans()/g'
$SED_END
"
eval
"
$SED_START
's/getCountryName()/getCountry()/g'
$SED_END
"
eval
"
$SED_START
's/getMSFactory()/getMediastreamerFactory()/g'
$SED_END
"
eval
"
$SED_START
's/accountCreator.getPrefix(/
L
inphoneUtils::getPrefixFromE164(/g'
$SED_END
"
eval
"
$SED_START
's/proxyConfig.lookupCCCFromIso(/
L
inphoneUtils::getCccFromIso(/g'
$SED_END
"
eval
"
$SED_START
's/accountCreator.getPrefix(/
org.l
inphone
.core.
Utils::getPrefixFromE164(/g'
$SED_END
"
eval
"
$SED_START
's/proxyConfig.lookupCCCFromIso(/
org.l
inphone
.core.
Utils::getCccFromIso(/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