Legacy v. 2.10.0 PSPI Functions
Proprietary & Confidential
191
AddSub_v2110()
Stored procedure for adding a subscriber to the database.
The access phone number specified for the new subscriber must already exist
in the database. To add a new subscriber and a new access number at the same
time, use
.
This procedure is similar to
, but adds one new parameter:
vPartPlayCount
. If it’s set to
1
, participants entering a conference hear a
message telling them the number of people (including themselves) in
conference.
Parameters
Specify all parameters. The constraints column shows specific value or range
constraints. Note that the
vExternalId
parameter must have a data type of
CHAR(30)
. For syntax rules and constraints applicable to all parameters, see
Parameter
Data Type
Constraints
Description
vEntryDate
DATETIME
YEAR TO
MINUTE
Time of creation.
vActivationDate
DATETIME
YEAR TO
MINUTE
Time of activation.
vBillingId
INT
-1, >0
Existing billing ID (from database) or -1 to let
system generate a new billing ID.
vBillingType
SMALLINT
0, 1
Type of billing. 0: Credit card; 1: Phone
number.
vBillingPhone
CHAR (30)
Phone number to bill or empty string.
vBillingAddress
CHAR (255)
Billing address or empty string.
vCreditCardType
SMALLINT
0–3
Type of credit card. 0: Visa; 1: MC; 2: Amex;
3: Discover. Set to 0 if not using.
vCreditCardNumber
CHAR (20)
Credit card number (numeric characters only).
Set to “999999” if not using.
vCreditCardExpire
DATETIME
YEAR TO
MONTH
Credit card expiration date. Set to 1999-12 if
not using.
vClientBillA
CHAR (255)
User-defined billing field 1. Set to empty string
if not using.
Содержание ReadiVoice
Страница 1: ...ReadiVoice PSPI Reference ...
Страница 134: ...ReadiVoice PSPI Reference 126 Proprietary Confidential ...
Страница 268: ...ReadiVoice PSPI Reference 260 Proprietary Confidential ...