Addsub_V2110() - Polycom ReadiVoice Reference Manual

Pspi reference
Hide thumbs Also See for ReadiVoice:
Table of Contents

Advertisement

AddSub_v2110()

Parameters
Parameter
vEntryDate
vActivationDate
vBillingId
vBillingType
vBillingPhone
vBillingAddress
vCreditCardType
vCreditCardNumber
vCreditCardExpire
vClientBillA
Proprietary & Confidential
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 AddSubAndAN_v2110().
This procedure is similar to AddSub_v2100(), 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.
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
"Calling Stored Procedures"
Data Type
Constraints
DATETIME
YEAR TO
MINUTE
DATETIME
YEAR TO
MINUTE
INT
-1, >0
SMALLINT
0, 1
CHAR (30)
CHAR (255)
SMALLINT
0–3
CHAR (20)
DATETIME
YEAR TO
MONTH
CHAR (255)
on page 4.
Description
Time of creation.
Time of activation.
Existing billing ID (from database) or -1 to let
system generate a new billing ID.
Type of billing. 0: Credit card; 1: Phone
number.
Phone number to bill or empty string.
Billing address or empty string.
Type of credit card. 0: Visa; 1: MC; 2: Amex;
3: Discover. Set to 0 if not using.
Credit card number (numeric characters only).
Set to "999999" if not using.
Credit card expiration date. Set to 1999-12 if
not using.
User-defined billing field 1. Set to empty string
if not using.
Legacy v. 2.10.0 PSPI Functions
191

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ReadiVoice and is the answer not in the manual?

Questions and answers

Table of Contents