...
In this article you will learn the basics of Action Sets and their capabilities beginning with a quick review of basic call routing, look at the Action Set components, reveal the steps to create an Action Set, and finally follow the Action Set processing step-by-step.
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
...
When a call arrives at SBC, the information contained in the incoming message (called number, calling number, name, etc.) is stored into variables within SBC. These variables are called Information Elements, a nomenclature lifted from ISDN definitions. So, for example, when a SIP call arrives, the number in the FROM header is stored in SBC's Calling Number IE. All arriving SIP headers or ISDN messages are similarly stored.
...
With the IEs stored, we need a way to compare and manipulate those IEs as a function of routing calls. Within the SBC, Transformation Tables provide this functionality. For instance, in a Tranformation Transformation Table, called numbers can be matched and changed, caller's names can be looked up in AD and recorded in the Calling Name IE, or diversion headers can be added. This Transformation Table functionality works the same regardless of whether it is called from a Call Route or Action Set. However, there is a difference in Actions Sets and the Call Router when it comes to the persistance of persistence of manipulations. We'll talk about that in a second.
...
Once some Actions are created, you need a way to use them. That's where Action Sets come into play.
Pagebreak |
---|
An Action Set Table contains the list of entries that are executed when that particular Action Set is called (from the ingress SG). Unlike a Call Route Table, the entries in an Action Set are not necessarily processed in sequential order. Instead, by using Action On Success, Action on Failure, or Execute If (in any combination), you can control which Action Set entries are processed.
...
Tip |
---|
Using Actions, you can control how the processing proceeds: Route the call; disconnect the call; continue with the current or a different Action Set, etc. |
...
When an Action Set is executed, the execution of individual Action Set entries is controlled by the Execute If. Call Route entries can only be Enabled or Disabled, but the execution of Action Set entries can be controlled based on success or failure of the previous entry.
...
Info |
---|
Unlike Call Route entries, the IEs are not restored for each different Action Set Entry. Each change to an IE (in a successful Transformation Table) is carried throughout the entire Action Set Table. In this way, the IEs can be normalized over several entries before the call is routed. If you wish to retain a particular value, place it into one of the user-defined IEs (UserValue1-UserValue5). |
Pagebreak |
---|
Much like the configuration of Call Routes, there are a number of inter-dependecies dependencies in configuring Action Sets. The diagram (below) will help guide you through the process. Basic steps are below, refer to Creating and Modifying Entries to Action Set Tables for details.
The processing of an Action Set call includes the following steps:
...
SBC AD Integrated Application Solutions using Action Sets details a real-world application of Actions Sets to:
...