Commit c4b2e108 by amir

ver 1.0.4 change mclogic.sip.ip to srg.sip.hostport

parent 979c3252
group 'com.ipgallery.common' group 'com.ipgallery.common'
version '1.0.3' version '1.0.4'
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
......
...@@ -77,7 +77,7 @@ public class UserProfile extends MczBean implements Serializable{ ...@@ -77,7 +77,7 @@ public class UserProfile extends MczBean implements Serializable{
private final static String MCLOGIC_SIP_IP_ADDRESS; private final static String MCLOGIC_SIP_IP_ADDRESS;
private final static String SIP2X_SERVER_ADDRESS; private final static String SIP2X_SERVER_ADDRESS;
static { 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 + '='; SIP2X_SERVER_ADDRESS = MCLOGIC_SIP_IP_ADDRESS + ';' + Constants.C_SIP2X_PARAM + '=';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment