Commit ac5949ae authored by poglitsch's avatar poglitsch
Browse files

configuration added

parent 457381de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ group UserProfileConstants
	  
	  // number of conference profile
	  const integer c_conferenceProfile_factoryURI := 800;			// confernece factory URI
      const integer c_conferenceProfile_URI := 800;         // confernece factory URI
      const integer c_conferenceProfile_unkownURI := 800;          // confernece factory URI
      
      // number of service profile
      const integer c_serviceProfile_EMERGENCY := 911;
+5 −1
Original line number Diff line number Diff line
@@ -815,6 +815,10 @@ module LibIms_Steps
    				p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_SUT_CONF_FACTORY_NAME, password:=omit};
    				p_sipUrl.hostPort := {host := PX_IMS_SUT_CONF_HOME_DOMAIN, portField := PX_IMS_SUT_CONF_PORT}
				}
                case (c_userProfile_AS1) {
                    p_sipUrl.userInfo := {userOrTelephoneSubscriber:=PX_IMS_TS_IMS1UE_PUBLIC_USER, password:=omit};
                    p_sipUrl.hostPort := {host := PX_IMS_TS_AS1_HOME_DOMAIN, portField := PX_IMS_TS_AS1_PORT}
                }						
				};
			return(p_sipUrl)
		}