[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ggsn>
            <service-identification>
                <sip-rule>
                    <term>
                        <from>
                            <sip>
                                <request-uri>
                                    <not-contains>
                                        <name>name</name> <!-- identifier -->
                                    </not-contains>
                                </request-uri>
                            </sip>
                        </from>
                    </term>
                </sip-rule>
            </service-identification>
        </ggsn>
    </services>
</configuration>

Description

Doesn't match a substring.

Contents

<name>—Doesn't match a substring.


[Contents] [Prev] [Next] [Index] [Report an Error]