Legacy v. 2.13.0/2.30.0 PSPI Functions
Proprietary & Confidential
159
GetSub_v2130()
Stored procedure for retrieving a subscriber’s record from the database.
This procedure is similar to
, but has three additional return
values:
•
The conference entry with participant count (PartPlayCount) flag, added
. If it’s set to
1
, participants entering a conference hear
a message telling them the number of people (including themselves) in
conference.
•
The Dial-Out Prefix parameter specifies a number to be dialed before the
telephone number when dialing out.
•
The Dial-Out Postfix parameter specifies a number to be dialed after the
telephone number when dialing out.
The prefix and postfix parameters accommodate the Dial-Out Billing (UDO)
configuration, described in the
ReadiVoice Administration & Maintenance Guide
.
Parameters
Note:
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.
SMALLINT
Credit card type. 0: Visa; 1: MC; 2: Amex;
3: Discover.
Содержание ReadiVoice
Страница 1: ...ReadiVoice PSPI Reference ...
Страница 134: ...ReadiVoice PSPI Reference 126 Proprietary Confidential ...
Страница 268: ...ReadiVoice PSPI Reference 260 Proprietary Confidential ...