 |
Modular Messaging Help
|
|
|
MAS - CA - Example 4: Shared Extension
|
It is possible for several subscribers share a single telephone extension, using a caller application to set it up. An extension set up this way might, for instance, allow a caller to speak with a particular individual subscriber or leave a message that is available to anyone on the shared extension.
The following example has been created to illustrate how to set up a shared extension using a caller application. In this example, four individuals work in the sales department of a company. When the caller reaches the system by dialing the shared extension number, the system offers a menu to speak with any of the individuals or to leave a message in the group voice mailbox.
This sample application also allows the caller to reach a receptionist who works for the entire sales department, and to hear the menu again.
Considerations
In this example, only the caller application ID number (4350) is administered as an extension at the switch. Nonresident subscriber extensions, that is, extensions that are not administered at the switch, are used for each of the sharing subscribers. The caller application can transfer callers directly to these extensions or to the group mailbox, which is accessible to each of the shared extension subscribers.
In this case, if the individual subscriber is not available to answer the call, the system automatically transfers the caller to the individual’s voice mailbox.
After creating and deploying this caller application, you must remember to create an association with an ID number of 4350 for this application. This caller application ID number then overrides the extension 4350 when the caller reaches the system (so that you could still use the extension number of 4350 for the group’s receptionist).
The Caller Application Design
The following is a possible call flow for a shared extension. See .
Building the Application
The following procedure assumes that you have already started the Caller Applications Editor. It presents a step-by-step method for building the Example 4 caller application.
- Select Menu only as the Action type.
- Select Play entry prompt and then select Application prompt (Prompt tab).
- Add a prompt and enter “Shared extension menu” under Comments.
Note:
You will not actually record the prompt at this point, you are merely creating a placeholder for it.
|
|
- Verify that the Application tab is set to use the Custom operator, 4350 as the Custom Operator number, and the * key as the Default cancel key.
Note:
The “Custom Operator” is not the same as the “Personal Operator” feature described in other parts of the Avaya Modular Messaging system documentation. It is a similar concept but works differently. The personal operator can be configured for individual subscribers. It is a designated mailbox or extension where the system can transfer callers for assistance when a subscriber cannot answer their calls and the personal operator’s schedule is active. The custom operator can be configured for caller applications. It is a designated extension where the system can transfer callers when they press the operator key (0) as part of their interaction with a caller application.
|
|
- Add four application (action) nodes to the base node. These nodes will all be Transfer nodes used to transfer the caller to the desired sales person. See MAS - CA - Add Node Dialog Box
- Name the nodes Transfer to Adam, Transfer to Barbara, etc.
- Select Transfer as the Action type.
- Select 1, 2, 3, and 4 for the Key presses.
- Provide brief Descriptions.
- On the General tab, verify that Extension is selected and set 4351, 4352, 4353, and 4354 as the extension numbers.
- You do not need a prompts for these nodes, so verify that the Play entry prompt check boxes are cleared (Prompt tab).
- Add another application (action) node to the base node. This node will allow the caller to leave a message in the common (group) mailbox.
- Name the node Leave message.
- Select Transfer as the Action type.
- On the General tab, verify that Mailbox is selected and set 4350 as the mailbox number.
- Select 9 for the Key press.
- Provide a brief Description.
- Add another application (action) node to the base node. This node will allow the caller to reach the sales department’s receptionist.
- Name the node Transfer to receptionist.
- Select Transfer as the Action type.
- Select 0 for the Key press.
- Provide a brief Description.
- Modify the application (action) node properties:
- On the General tab, verify that Operator is selected.
- You do not need a prompt for this node, so verify that the Play entry prompt check box is cleared (Prompt tab).
- Add another application (action) node to the base node. This is the final node in this application, and its job is simply to redirect the caller back through this menu.
- Name the node Repeat this menu.
- Select Goto as the Action type.
- Select # for the Key press.
- Provide a brief Description.
- Modify the application (action) node properties:
- On the General tab, verify that Node is selected.
- From the drop-down box, select the caller application node for this caller application, Shared extension.
- You do not need a prompt for this node, so verify that the Play entry prompt check box is cleared (Prompt tab).
- Save the application, if you have not already done so.
Top of page