PSPI Requirements
In the stored procedure call, each access number requires four parameters, delimited by commas. Each set of
four parameters must be delimited by pipes. None of them can be left blank. The layout is as follows:
accessNum1,hiddenNum1,sharedFlag1,numberType1|accessNum2,hiddenNum2,sharedFlag2,
numberType2|...
The procedure first adds the subscriber to the database. Then, it parses the string, validates the parameters,
and puts them into a temporary table. Then, the procedure adds each access number to the database (if it
doesn't already exist), removes it from the temporary table, and assigns it to the subscriber. Next, the
procedure puts the new data into the CacsEventUpdate table. Finally, the CACS updates the call router
with the data from the temporary table.
The new files created to support this stored procedure call are AddSubAndANString.sp,
IU_AddPhoneNum.sp, and IU_AssignNumToSub.sp. The new table created to support this stored
procedure call is PSPIAccNumHolder.
Note: ReadiVoice v2.56.0 is a transition release that supports both the AddSubAndAccNum and AddSubAndANString
stored procedures. ReadiVoice v2.60.0 will support only AddSubAndANString.
3 Other Enhancements and Changes in ReadiVoice v2.56.0
3.1 Moderator API Changes
Note: ReadiVoice v2.56.0 is a transition release that supports the Conferencing API (CAPI), the Java Moderator API (MAPI), the
XML-API, and Application Control Modules (ACM). ReadiVoice v2.60.0 will support only CAPI.
MAPI EVENT
WR_CONNECT
LOCK_TYPE_CHANGED
ACM_CHAN_ENTER
File: MESSAGE_SENDER.java
Method: sendACM_QUERY_APP
3725-70002-009G2
Confidential and Proprietary
ADDED. This event was missing in RV2550 MAPI. It has been
added to current release, and it allows the moderator application to
join chairperson to participant.
REMOVED. It is a new event introduced in 2550. It causes customer
implemented web moderators to fail due to its unexpected
occurrences. The event has been filtered out, and is no longer
returned to MAPI client application.
ACM_CHAN_ENTER now has a PartType parameter (of type
PART_TYPE enum) that tells what type of participant the channel
entering ACM is (PT_SUBSCRIBER, PT_PARTICIPANT). This
saves ACM developers from having to register for a conference and
iterate through the conference's participant list to find participant
type.
Query for ACM data now includes the passed bridge ID parameter in
the query string. The method arguments have not changed.
Page 7
Description
ReadiVoice v2.56.0 Release Notes
Polycom, Inc.
Need help?
Do you have a question about the ReadiVoice and is the answer not in the manual?