Legacy v. 2.10.0 PSPI Functions
Proprietary & Confidential
225
vMiddleName
CHAR (30)
Subscriber’s middle name or empty string.
vCompanyName CHAR
(50)
Subscriber’s company name or empty string.
vSubscriberPin
CHAR (20)
Subscriber password. Can’t be empty string.
Must be at least AccessCodeLength
characters (set in SysConfig). Numeric
characters only. Must not be in invalid
password list (BadPins table).
vParticipantPin
CHAR (20)
Participant password (dual password call flow)
or empty string. If used, must be at least
AccessCodeLength characters (set in
SysConfig). Numeric characters only. Must not
be in invalid password list (BadPins table).
vAccountStatus SMALLINT
0–2
Account status. 0: Inactive; 1: Active;
2: Deleted.
vMaxParticipants
SMALLINT >1
Maximum number of participants in a
conference. Can’t be greater than
maxparticipants value in sysconfig table.
vOperatorAvailable SMALLINT
0–2
Who may request operator. 0: Subscriber only;
1: Subscriber and participants; 2: Neither.
vDialOut SMALLINT
0,
1
Dialout capability. 0: Disabled; 1: Enabled.
vRollCall SMALLINT
0–2
Roll call (entry/exit announcement) option.
0: Tone; 1: Name; 2: Silence.
vRollCallEnable SMALLINT 0,
1
Roll call changeable by subscriber.
0: No; 1: Yes.
vNameRecord
SMALLINT 0,
1
Name record option. 0: Disabled; 1: Enabled.
vNameRecordEnable
SMALLINT 0,
1
Name record changeable by subscriber.
0: No; 1: Yes.
vContinuation
SMALLINT 0,
1
Conference continuation option changeable for
current conference. 0: No; 1: Yes.
vContinueEnable SMALLINT 0,
1
Autocontinuation option changeable by
subscriber. 0: No; 1: Yes.
vPasswordEnable
SMALLINT 0,
1
Password changeable by subscriber.
0: No; 1: Yes.
vAutoContinuation
SMALLINT 0,
1
Conference starts with continuation enabled.
0: No; 1: Yes.
vQuickStartOption
SMALLINT 0,
1
Quick start enabled. 0: No; 1: Yes.
vQuickStartEnable
SMALLINT 0,
1
Quick start changeable by subscriber.
0: No; 1: Yes.
Parameter
Data Type
Constraints
Description