Loading ttcn/LibSip_Templates.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -451,7 +451,7 @@ module LibSip_Templates { } template(present) SipUrl mw_SipUrl_Host( template charstring p_host template(present) charstring p_host := ? ) modifies mw_SipUrl := { components := { sip := { Loading @@ -463,7 +463,7 @@ module LibSip_Templates { template(present) SipUrl mw_SipUrl_User_Host( template(present) charstring p_user := ?, template charstring p_host template(present) charstring p_host := ? ) modifies mw_SipUrl := { components := { sip := { Loading @@ -474,7 +474,7 @@ module LibSip_Templates { } } }, urlParameters := {m_UserPhone} urlParameters := * // FSCOM Strange {m_UserPhone} } template(present) SipUrl mw_SipUrl_Anonymous modifies mw_SipUrl := { Loading Loading @@ -626,8 +626,8 @@ module LibSip_Templates { body := {p_credentials} } template(value) Authorization mw_Authorization( template(present) Credentials p_credentials template(present) Authorization mw_Authorization( template(present) Credentials p_credentials := ? ) := { fieldName := AUTHORIZATION_E, body := {p_credentials} Loading Loading
ttcn/LibSip_Templates.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -451,7 +451,7 @@ module LibSip_Templates { } template(present) SipUrl mw_SipUrl_Host( template charstring p_host template(present) charstring p_host := ? ) modifies mw_SipUrl := { components := { sip := { Loading @@ -463,7 +463,7 @@ module LibSip_Templates { template(present) SipUrl mw_SipUrl_User_Host( template(present) charstring p_user := ?, template charstring p_host template(present) charstring p_host := ? ) modifies mw_SipUrl := { components := { sip := { Loading @@ -474,7 +474,7 @@ module LibSip_Templates { } } }, urlParameters := {m_UserPhone} urlParameters := * // FSCOM Strange {m_UserPhone} } template(present) SipUrl mw_SipUrl_Anonymous modifies mw_SipUrl := { Loading Loading @@ -626,8 +626,8 @@ module LibSip_Templates { body := {p_credentials} } template(value) Authorization mw_Authorization( template(present) Credentials p_credentials template(present) Authorization mw_Authorization( template(present) Credentials p_credentials := ? ) := { fieldName := AUTHORIZATION_E, body := {p_credentials} Loading