cc/td/doc/product/voice/uone/srvprov/r41s
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Administering Notification Services

Administering Notification Services

The three types of standard message notification services available to uOne subscribers are notification by pager, by stutter dial tone, or by Message Waiting Light. In addition, Short Message Notification (SMS) is available (see "Administering SMS Notification Services").

System defaults for standard message notification are defined in the defaultData.ini file on the GateServer on which Unified Messaging System Administration (UMSA) resides. System Administrators can change these defaults whenever it is necessary.

Subscribers can customize their notification options through Personal Messaging Administration. For example, they might choose to set their mailbox up to page them on all urgent messages and normal fax messages, to light the light on their phone (Message Waiting Light) on normal voice, and have no notification on e-mail messages.

How Message Notification Works

The four components of message notification are:

When a new SMTP message arrives on the Messaging Server, the SMTP process on the Messaging Server generates an SMTP_Accept. For every SMTP_Accept, MWI_PlugIn is called. MWI_PlugIn writes to a local FIFO queue. MWI_PassOff receives the request for notification via this FIFO and sends the notification records through a TCP connection to the Notification Access Server, where MWI_Notify and MWI_OnOff are located. (MWI_PassOff and MWI_Notify are "partner" applications that are responsible for network communications between the Messaging Server and the Notification Access Server.) MWI_Notify receives the notification records and passes them to MWI_OnOff via SSIO. MWI_OnOff handles the LDAP lookup and configuration logic to determine the type of notification defined for the subscriber. After MWI_OnOff has the subscriber's notification options from the LDAP database, it sends a request to the Telecom Object for SMSI signaling (MWI light or Stutter) and/or sends a request to the Paging Server for a page. The Telecom Object sends the SMSI notification to turn on or off the MWI light or stutter dial tone, and/or the Paging Server sends the page.


Note The MWI_OnOff
application does not turn MWI off. The UM application turns MWI off.

Related Topic

Prerequisites

Before you start administering Notification Services, ensure that the following tasks have been completed.

Managing Notification Services

You can perform the following tasks for Notification Services:

Engineering Considerations

In smaller deployments, the Notification Access Server can be installed on a GateServer. If the Notification Access Server is installed separately, it should have an Application Object, and the MWI_OnOff and MWI_Notify applications. Each Messaging Server can only have one associated Notification Access Server.

Administering MWI_OnOff.ini


The following steps provide the MWI_OnOff application with the information to communicate with the Directory and Paging Servers. This information is required for message notification and paging, and is set up during the initial configuration of your system.

Step 1 Go to the Notification Access Server where the MWI_OnOff application resides

Step 2 Type: cd $PARMLIB/apps/MWI_OnOff

Step 3 Edit the MWI_OnOff.ini files and set the following attributes (Table 5-1).

ldapdn=

ldappw=

ldaphost=

ldapport=

ldapsearchbase=

ldaptimeout=

SNPPuser=

SNPPhost=

SNPPpw=

SNPPport=

Administering MWI_Notify.ini


The MWI_Notify.ini file is configured during the initial installation of your system. The following procedure shows how this file is set up manually.

Step 1 Go to the Notification Access Server on which the MWI_Notify application resides

Step 2 Type: cd $PARMLIB/apps/MWI_Notify

Step 3 Edit the MWI_Notify.ini files and set the following attributes (Table 5-2).

Port=
Fifo=

Administering the Application Routing Table for MWI

The uOne product requires the same GateServer to turn MWI on and off. This is accomplished by administering the Application Routing table appropriately.

Step 1 If this is a new installation then the $PARMLIB/parms/APP/Route.<hostname> file needs to contain a SERVICE entry that specifies a Telecom Object with which to send SMSI (on/off), given a search token of the form "MWI <subscriber_mailbox.id>."

SERVICE TNT host MWI


Figure 5-1: Example of Route.<hostname> (Notification Access Server
)

Updating the Schedule Table for MWI


The MWI_Notify and MWI_OnOff applications are added to Schedule.<hostname> file during the initial installation of your system. The following procedure shows how these applications are manually set up in the Schedule file.

Step 1 Go to the Notification Access Server on which the MWI_Notify and MWI_OnOff applications should reside.

$PARMLIB/parms/APP

Step 2 Add the following information to the Schedule.<hostname> file:

STATIC_NOWAIT 100 1 * * * MWI_Notify MWI_Notify/MWI_Notify
DATATOKEN 100 1 * * MWI_OnOff
MWI_OnOff/MWI_OnOff


Figure 5-2: Example of Schedule.<hostname>



Step 3 Shutdown MWI_PassOff and MWI_Notify in an orderly fashion to ensure that notification events are not dropped:

Shutdown MWI_PassOff first:

kill <pid of MWI_PassOff>

Then shutdown MWI_Notify (if it exists)

kill <pid of MWI_Notify>

MWI shutdown can cause notification events to be dropped. Shutting down MWI_PassOff and MWI_Notify will cause notification events to be routed to the FIFO buffer. If the buffer fills up, then events can be dropped. You should bring MWI up immediately after MWI shutdown.

Step 4 Reload the schedule table. Type:

umcli

resched static MWI_Notify

Step 5 As superuser on the Messaging Server, start MWI_PassOff:

/tmp/MWI/MWI_PassOff -h <Notification Access Server>.cisco.com

where Notification Access Server is the host name of the machine where MWI_Notify is running.

Setting the System Level Defaults for Message Notification Preferences

Message notification is based on the message type (voice, fax - optional, and e-mail - optional) and the message urgency (normal or urgent). For example, the system can be set up to page on all urgent messages regardless of type, have SMSI (stutter or MWI) for all voice and fax messages, and have no message notification on normal e-mails.


Note You can have stutter and paging on the same message.

The following steps will provide UMSA with the default (initial) notification values that will be set when a new subscriber and a pager (optional) are added through UMSA. Subscribers have the ability to tailor message notification to their own preferences by using the Personal Messaging Administration, the subscriber web administration tool.

Step 1 Go to the GateServer on which UMSA resides.

Step 2 Type:
cd /home2/spmaster/ADMIN/cgi-bin/MSGadmin/MSGdata

Step 3 Edit defaultData.ini files and set the following attributes (Table 5-3).

[addNotifyforNewSub]
numOfAttrs=<XX>
attr<YY>=<Value>
referenceAttr=<NotificationMethod>


Figure 5-3: Example of a defaultData.ini
file



hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Sep 25 19:44:38 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.