Cisco Cisco E-Mail Manager Unity Integration Option Release Note

Page of 269
Post-routing is typically used to enable the ICM to determine the best routing solution based
on the current situation of the call center.
The following are three sample post-routing scripts that illustrate three different ways of
post-routing through the Cisco IPCC Gateway. In each of these examples, the script accepts the
call from the Cisco CallManager in the IPCC Express system and then queries the ICM through
the Request Route step. IPCC Express then routes the call based upon the return value of the
Request Route step supplied by the ICM.
In the first sample script, the call is routed to a CSQ. In the second sample script, the call is
routed to an agent. And in the third sample script, the call is routed to a route point.
These are the sample scripts:
PostRouteSelectCSQ.aef
The RouteRequest step returns a label corresponding to a CSQ which is used in the select
resource step.
PostRouteSelectAgent.aef
The RouteRequest step returns a label corresponding to an agent extension which is used
in the select resource step.
PostRouteSelectSimple.aef
The RouteRequest step returns a label containing an IPCC Express route point which is
used in the call redirect step.
Each of three sample IPCC Express scripts presume an ICM script designed to interact with the
IPCC Express script, depending on what IPCC Express resource is wanted: a CSQ, an agent,
or a route point.
Note: The ICM script developer must work with the IPCC Express script developer so that the
correct ICM script calls the correct IPCC Express script and vice versa.
Each of the following ICM scripts are extremely basic (simply returning a label to either a CSQ,
an agent or a route point) and are used for example purposes only. The most important point
from these examples is that the ICM and IPCC Express script writers need to work together
during both design and implementation to ensure that the correct type of information is returned
by the ICM script via the IPCC Express Route Request step and is used properly by the IPCC
Express script to route the call appropriately. The following figure displays labels used in these
examples.
ICM Scripting and Media Routing Guide Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
193
Chapter 11: Scripting in an IPCC Environment
Example IPCC Gateway Post-routing Scripts