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

Validate SIP Mw interfaces for INI groups

parent d241ad8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ module LibSip_Templates {
                        }
                    }
                },
                urlParameters := {m_UserPhone},
                urlParameters := *, // FSCOM: Strange: {m_UserPhone},
                headers := *
            }
        }
@@ -1169,7 +1169,7 @@ module LibSip_Templates {
        template(present) To mw_To_NameAddr_SipUrl(
            template DisplayName p_dn,
            template(present) charstring p_user := ?,
            template charstring p_host
            template charstring p_host := ?
        ) := {
            fieldName := TO_E,
            addressField := (mw_AddrUnion_Nameaddr(p_dn, p_user, p_host), mw_AddrUnion_SipUrl(p_user, p_host)),