Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section

:

Table of Contents

Panel

Related articles:

Column
width40%
Panel
titleTable of Contents
Table of Contents
column
  • Managing Action Configurations
  • Managing Action Sets
  • Managing Call Routing Tables
  • Managing Transformation Tables
  • Managing Signaling Groups

  • Integrating with Active Directory
  • How Action Sets Work
  • Info
    titleAbout this Page

    This page describes how to employ SBC's Action Sets to create AD-integrated call applications for LYNC, LYNC analog, Exchange, PBX, and FAX devices. The functionality described below is very similar to VX's AD-integrated scripting.

    Tip
    titleRelated Articles

    Prerequisites

    Tip

    Requires AD integration

    ...

    Summary

    Action Sets permit a programaticprogrammatic-like ability to manipulate a call before it is processed by the SBC's call router. The programtic programmatic capabilities include:

    • The ability of control whether an entry is executed based upon the failure or success of a previous entry. Unlike the immuatble immutable sequential execution of the entries in the Call Routing Table, Action Set entries can be skipped or executed based upon the failure or success of the previous entries in the table.
    • Once an Action Set entry is executed, you can control what happens based upon whether the associated Transformation Table was successful.

    ...

    The following figure is an overview of the

    ...

    applications:

    - chart
    Panel

    Caption
    0Figure
    1SBC AD

    Integrated Call Application Flow

    Chart

    Image Modified

     

    Pagebreak
    Caption
    0Table
    1Operation Modules - Descriptions

    Operational Modules

    Description

    Normalize Numbers

    Normalizes the called and calling numbers. Includes functions to strip digits, as well as to prepend digits. Also assigns the Exchange Subscriber Access (EUM SA) number.

    Blacklisted Numbers

    Automatically disconnects calls listed in the Blacklisted Numbers

    ...

    transformation table.

    Get Calling Name

    Searches AD attribute mobile, msRTCSIP-Line, and telephoneNumber using the calling number and returns the Calling Name, if found.

    Calls to the EUM SA to Retrieve Voicemail

    Processes calls for retrieving voicemail via the EUM SA. Attempts to automatically identify the caller to Exchange by searching AD attributes mobile, msRTCSIP-Line, and telephoneNumber for the calling number and returning the caller's UMbox number.

    Calls to FAX numbers

    A two-number fax solution, searches AD attribute facsimileTelephoneNumber for the called number. If found, sets the diversion header to the destination UMbox number. The call is then routed to the EUMS SA.

    Voicemail for Lync Analog Devices

    Uses the Ring No Answer (RNA) Action Set feature to provide the ability for callers to leave voicemail for Lync analog devices.

    Calls to Lync users

    Verifies the called number against the AD msRTCSIP-Line attribute and sends the calls to Lync. Backup routes provide rollover to Exchange and mobile (respectively) if Lync is unavailable.

    Calls to Lync users with ext=

    Verifies the called number;ext= against the AD msRTCSIP-Line attribute and sends the calls to Lync. Backup routes provide rollover to Exchange and mobile (respectively) if Lync is unavailable.

    Calls to PBX

    The route of last resort, the original called and calling numbers are restored before sending the call to the PBX.

    More Information

    Pagebreak