ReadiVoice PSPI Reference
298
Proprietary & Confidential
GetPromptInfo()
Stored procedure for retrieving a list of all prompt sets in the database. For
each prompt set, it returns both the ID and the name. A return code of
100
flags
the end of the list of prompt sets. Compatible with all versions of the
ReadiVoice/ConferenceNow! software.
Parameters
None
Return Values
GetSubscriber()
Stored procedure for retrieving a subscriber’s record from the database.
Compatible with v. 1.10.0 or later of the software.
This procedure returns the v. 1.10.0-compatible values for the Roll Call feature
(0-3). It maps the current values as follows:
Data Type
Description
INT
Return code (0: OK; 100: end of list).
INT
ID of prompt set.
CHAR (30)
Name of prompt set.
If settings in database are:
SP returns Roll Call value of:
RollCallEnable = 0
0
(Unavailable)
RollCallEnable = 1
RollCall = 0
1
(Tone)
RollCallEnable = 1
RollCall = 1
2
(Name)
RollCallEnable = 1
RollCall = 2
3
(Silence)