ReadiVoice PSPI Reference
60
Proprietary & Confidential
GetSub_v2500()
Stored procedure for retrieving a subscriber’s record from the database using
the subscriber ID. To retrieve a subscriber’s record using the subscriber’s
external ID, use
. Both procedures return the same set
of data.
This procedure is similar to
, but has two additional return
values at the end of the record:
•
The WR Option parameter specifies the Waiting Room setting for this
subscriber’s conferences:
—
Normal lock: The Waiting Room isn’t available; when the subscriber
locks a conference, callers are turned away.
—
Lock with WR: The Waiting Room is available; when the subscriber
locks a conference, callers wait to be admitted by the subscriber.
—
WR on Entry: Conferences start out locked with the Waiting Room
available. All callers must wait to be admitted by the subscriber.
•
The WR Option Enable flag specifies whether the subscriber can change
the Waiting Room setting for future conferences.
Parameters
The constraints column shows specific value or range constraints. For syntax
rules and constraints applicable to all parameters, see
Return Values
Parameter
Data Type
Constraints
Description
vSubscriberId INT
>0
ID of subscriber. Must be in database.
Data Type
Description
INT
Return code (0: OK; otherwise, error code).
INT
Subscriber ID.
INT
Billing ID.
SMALLINT
Billing type. 0: Credit card; 1: Phone number.
CHAR (30)
Billing phone number.
CHAR (255)
Billing address.