Commit 5343e7c2 authored by schmitting's avatar schmitting
Browse files

Version after validation in week 9

parent b0e3e0ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -361,6 +361,7 @@ group SIPSyncPointNames {
		const charstring c_sync1 := "sync1";
		const charstring c_sync2 := "sync2";
		const charstring c_sync3 := "sync3";
    	const charstring c_sync4 := "sync4";
 		const charstring c_uPlaneStop := "uPlaneStop";
		const charstring c_annoucA := "announcementA";
		const charstring c_annoucB := "announcementB";
+5 −2
Original line number Diff line number Diff line
@@ -299,8 +299,8 @@ module LibSip_Templates
				scheme := c_sipScheme,  		//*  contains "sip"
				userInfo:= {userOrTelephoneSubscriber:=p_number, password:=*},
				hostPort := {host:=p_host, portField:=*},
				urlParameters := p_urlParameters,
				headers := *
				urlParameters := *,
				headers := p_urlParameters
		};
		
		template SipUrl m_SipUrl_NumberHostParam(charstring p_number, charstring p_host, template SemicolonParam_List p_urlParameters) :=  	//*  SIP-URL with a calling party number
@@ -415,6 +415,9 @@ module LibSip_Templates
		template GenericParam m_Cause (template charstring p_cause):=
			{id:="cause", paramValue:=p_cause}
			
        template GenericParam mw_Cause (template charstring p_cause):=
            {id:=?, paramValue:= pattern "*{p_cause}*"}

		template Authorization m_Authorization (template Credentials p_Credentials):=
		{
		  fieldName := AUTHORIZATION_E,