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


Usage

<configuration>
    <services>
        <ggsn>
            <service-identification>
                <http-wsp-rule>
                    <term>
                        <from>
                            <mms>
                                <mms-send>
                                    <any-mms-destination>
                                        <case/>
                                        <contains>...</contains>
                                        <not-contains>...</not-contains>
                                    </any-mms-destination>
                                </mms-send>
                            </mms>
                        </from>
                    </term>
                </http-wsp-rule>
            </service-identification>
        </ggsn>
    </services>
</configuration>

Description

Criteria for destinations.

Contents

<case>—Consider case while processing.

<contains>—Matches a substring.

<not-contains>—Doesn't match a substring.


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