Commit 6b82f94d authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Changes done during week 15

parent 7d796164
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 := {
@@ -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 := {
@@ -474,7 +474,7 @@ module LibSip_Templates {
                    }
                }
            },
            urlParameters := {m_UserPhone}
            urlParameters := * // FSCOM Strange {m_UserPhone}
        }

        template(present) SipUrl mw_SipUrl_Anonymous modifies mw_SipUrl := {
@@ -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}