Tag Elements Beginning with R
> <request-uri> (configuration/services/ggsn/
service-identification/sip-rule/term/from/sip)
Usage
<configuration>
<services>
<ggsn>
<service-identification>
<sip-rule>
<term>
<from>
<sip>
<request-uri>
<include-uri-handling>...</include-uri-handling>
<is>is</is>
<not-is>...</not-is>
<starts-with>starts-with</starts-with>
<not-starts-with>...</not-starts-with>
<ends-with>ends-with</ends-with>
<not-ends-with>...</not-ends-with>
<contains>...</contains>
<not-contains>...</not-contains>
</request-uri>
</sip>
</from>
</term>
</sip-rule>
</service-identification>
</ggsn>
</services>
</configuration>
Description
URI settings.
Contents
<contains>—Matches a substring.
<ends-with>—End matches.
<include-uri-handling>—No documentation is available yet.
<is>—Exact match.
<not-contains>—Doesn't match a substring.
<not-ends-with>—End doesn't match.
<not-is>—Exclude exact match.
<not-starts-with>—Beginning doesn't match.
<starts-with>—Beginning matches.