Commit d241ad8b authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TTF006 week 18 update

parent 6b82f94d
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -580,6 +580,12 @@ module LibSip_Templates {
            addrSpecUnion := mw_SipUrl_User_Host(p_user, p_host)
        }

        template(present) Addr_Union mw_AddrUnion_TelUrl(
            template(present) charstring p_number := ?
        ) := {
            addrSpecUnion := mw_TelSipUrl_Number(p_number)
        }


    } //*     end group Subfields

@@ -2404,8 +2410,8 @@ module LibSip_Templates {
                }

                template (present) Response mw_Response_2xx_Base(
                    template CallId p_callId,
                    template CSeq p_cSeq
                    template (present) CallId p_callId := ?,
                    template (present) CSeq p_cSeq := ?
                ) modifies mw_Response_1xx_Base := {
                    statusLine := mw_statusLine2xx
                }