October 2007
URI
Uniform Resource Indentifier (URI) represents the name of the location of an
associated route point. In its current implementation, the URI is a free form
string without validation and does not need to be unique to a route point. Any
useful string can be entered as the URI value. The URI is available to make
routing decisions in the script using the URI intrinsic.
Script syntax
URI
Return type
The URI intrinsic returns a string value representing the URI of a route point.
Example
In this example, a contact is queued to an e-mail skillset if the contact type is e-
mail, if the route point matches the route point global variable, and if the URI
matches the global variable URI.
IF CONTACT TYPE = c_EMAIL_gv THEN
IF ROUTE POINT = g_ROUTEPOINT_gv THEN
END IF
END IF
Scripting Guide for Communication Server 1000/Meridian 1 PBX
IF URI = g_URI_gv THEN
QUEUE TO SKILLSET EM_URI
END IF
Intrinsics
451
Need help?
Do you have a question about the Meridian Meridian 1 and is the answer not in the manual?