Current PSPI Functions
Proprietary & Confidential
75
UpdateSub_v2500()
Stored procedure for updating a subscriber’s record in the database.
This procedure is similar to
, but has two additional
parameters:
•
The
vWROption
parameter specifies the Waiting Room (conference lock
type) setting for the 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
vWROptionEnable
parameter specifies whether the subscriber can
change the Waiting Room setting for future conferences.
Parameters
Specify all parameters. The constraints column shows specific value or range
constraints. For syntax rules and constraints applicable to all parameters, see
Parameter
Data Type
Constraints
Description
vSubscriberId
INT >0
ID of subscriber to update.
vBillingType
SMALLINT 0,
1
Type of billing. 0: Credit card; 1: Phone
number. Set to 0 if not updating billing
information.
vBillingPhone CHAR
(30)
Phone number to bill or empty string if not
updating billing information.
vBillingAddress CHAR
(255)
Billing address or empty string if not updating
billing information.
vBillingId
INT <0,
>0
Existing billing ID (from database) if updating
billing information. Negative number if not
updating billing information.
vCreditCardType SMALLINT 0–3
Type of credit card. 0: Visa; 1: MC; 2: Amex;
3: Discover. Set to 0 if not if not updating billing
information.
vCreditCardNumber
CHAR (20)
Credit card number (numeric characters only)
or empty string if not updating billing
information.
Содержание ReadiVoice
Страница 1: ...ReadiVoice PSPI Reference ...
Страница 134: ...ReadiVoice PSPI Reference 126 Proprietary Confidential ...
Страница 268: ...ReadiVoice PSPI Reference 260 Proprietary Confidential ...