Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
mcz-core
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c4b2e108
authored
Jul 12, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ver 1.0.4 change mclogic.sip.ip to srg.sip.hostport
parent
979c3252
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
build.gradle
src/main/java/mcz/core/beans/UserProfile.java
build.gradle
View file @
c4b2e108
group
'com.ipgallery.common'
version
'1.0.
3
'
version
'1.0.
4
'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
...
...
src/main/java/mcz/core/beans/UserProfile.java
View file @
c4b2e108
...
...
@@ -77,7 +77,7 @@ public class UserProfile extends MczBean implements Serializable{
private
final
static
String
MCLOGIC_SIP_IP_ADDRESS
;
private
final
static
String
SIP2X_SERVER_ADDRESS
;
static
{
MCLOGIC_SIP_IP_ADDRESS
=
System
.
getProperty
(
"
mclogic.sip.ip
"
);
MCLOGIC_SIP_IP_ADDRESS
=
System
.
getProperty
(
"
srg.sip.hostport
"
);
SIP2X_SERVER_ADDRESS
=
MCLOGIC_SIP_IP_ADDRESS
+
';'
+
Constants
.
C_SIP2X_PARAM
+
'='
;
}
...
...
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