- field - allows the script to specify which address is to be
considered for the switch.
- origin - the call's original address.
- destination - the call's current destination address.
- original-destination - the call's original destination.
- subfield - specifies what part of the address is to be considered.
- address-type - This indicates the type of the underlying
address; i.e., the URI scheme, if the address can be represented
by a URI. The types specifically discussed by this document are
sip, tel, and h323. The address type is not case- sensitive. It
has a value for all defined address types.
- user - This subfield of the address indicates, for e-mail
style addresses, the user part of the address. For telephone number
style address, it includes the subscriber number. This subfield
is case-sensitive; it may be absent.
- host - This subfield of the address indicates the Internet
host name or IP address corresponding to the address, in host name,
IPv4, or IPv6 format. For host names only, subdomain matching is
supported with the subdomain-of match operator. It is not case sensitive,
and may be absent.
- port - This subfield indicates the TCP or UDP port number
of the address, numerically in decimal format. It is not case sensitive,
as it MUST only contain decimal digits. It may be absent; however,
for address types with default ports, an absent port matches the
default port number.
- tel - This subfield indicates a telephone subscriber number,
if the address contains such a number. It is not case sensitive
(the telephone numbers may contain the symbols `A' `B' `C' and `D'),
and may be absent. It may be matched using the subdomain-of match
operator. Punctuation and separator characters in telephone numbers
are discarded.
- display - This subfield indicates a "display name" or user-visible
name corresponding to an address. It is a Unicode string, and is
matched using the case-insensitive algorithm described in Section
5.2. The contains operator may be applied to it. It may be absent.
|