Adds an entry to the
service URN mapping table that maps uniform resource names (URNs)
to URIs in order to direct specific service-oriented identifiers
to the proper location in a network. The table is used after CSCF
translation if the result is a local service.
Syntax
[ no ] cscf-urn-service-mapping
urn urn uri uri
no
Removes an entry from
the service URN mapping table.
urn urn
Specifies the URN to
be routed via a URL to the appropriate destination. urn must
be from 1 to 79 alpha and/or numeric characters.
uri uri
Specifies the URI used
to route the URN to the appropriate location. uri must
be from 1 to 79 alpha and/or numeric characters.
Usage:
Use this command to
add an entry to the service URN mapping table that routes a translated
URN to a URI for local services.
IMPORTANT:
Service URN mapping
tables are limited to 30 URN to URI mapping entries.
Example:
The following command
map URN
business to
URI
corp@123.45.678.9:5020 and
adds it to the service URN mapping table:
cscf-urn-service-mapping
urn business uri corp@123.45.678.9:5020