Legacy v. 2.32.0 PSPI Functions
Proprietary & Confidential
89
Return Values
Parameter
Data Type
Constraints
Description
AccessNumVerify
SMALLINT 0,
1
Validate access number integrity.
0: No; 1: Yes.
NotifyCallRouter
SMALLINT 0,
1
Parameter remains only to maintain backward
compatibility. Regardless of setting, the SPC puts
new data into the CacsEventUpdate table. See
caution above about maintaining this table.
vAccessNum
CHAR (60)
Access phone number (numeric characters
only).
vHiddenNum
CHAR (60)
Hidden number for access phone number
(numeric characters only). Can’t be empty
string.
vSharedFlag
SMALLINT 0,
1
Access number type. 0: Private; 1: Shared
vNumberType
SMALLINT >0
Access class for access phone number; must
be in numberclasses table.
vNumberGroup
SMALLINT >0
Number group for access phone number; must
be in carriers table.
SubscriberId INT
=>0
ID of subscriber; must be 0 (if not specifying a
subscriber) or in subscriberinfo table.
DataType
Description
INT
Return code (0: OK; otherwise, error code).