Legacy v. 2.32.0 PSPI Functions
Proprietary & Confidential
105
GetAccOptChanges()
Stored procedure for retrieving all unprocessed subscriber account options
changes from the AccOptChanges table in the database.
This procedure is only for systems configured for the Account Options
Updates feature. The
ReadiVoice Administration & Maintenance Guide
describes
how to configure and use this feature.
This procedure returns each account options change record that hasn’t been
flagged as read and then flags it as read. A return code of
100
flags the end of
the list of account options change records. Compatible with v. 2.02.0 or later of
the software if the Account Options Updates feature is enabled.
Parameters
None
Return Values
Data Type
Description
INT
Return code (0: OK; 100: end of list).
INT
Subscriber ID.
CHAR (32)
Name of field modified.
INT
Time of modification.
CHAR (32)
Old value.
CHAR (32)
New value.
INT
Interface through which change was made.
0: DTMF; 1: Moderator; 2: Web; 3: Unknown.