Loading ttcn/LibSip_SIPTypesAndValues.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading ttcn/LibSip_Templates.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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, Loading Loading
ttcn/LibSip_SIPTypesAndValues.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
ttcn/LibSip_Templates.ttcn +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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, Loading