648540858
2024-04-09 6dd870e74c90d39c6ef2443f2f6c058f5973af62
src/main/java/com/genersoft/iot/vmp/gb28181/conf/DefaultProperties.java
old mode 100644 new mode 100755
@@ -12,10 +12,10 @@
 */
public class DefaultProperties {
    public static Properties getProperties(String ip, boolean sipLog) {
    public static Properties getProperties(String name, boolean sipLog) {
        Properties properties = new Properties();
        properties.setProperty("javax.sip.STACK_NAME", "GB28181_SIP");
        properties.setProperty("javax.sip.IP_ADDRESS", ip);
        properties.setProperty("javax.sip.STACK_NAME", name);
//        properties.setProperty("javax.sip.IP_ADDRESS", ip);
        // 关闭自动会话
        properties.setProperty("javax.sip.AUTOMATIC_DIALOG_SUPPORT", "off");
        /**