ReadiVoice PSPI Reference
144
Proprietary & Confidential
AssignNumToSub()
Stored procedure for adding an access phone number to a subscriber’s
account. This procedure is compatible with v. 2.10.0 or later of the software.
The subscriber and access phone number must both already exist in the
database. To add a new access number to the database and assign it to an
existing subscriber at the same time, use
. To add a new
subscriber and a new access number to the database at the same time, use
,
,
,
, or
If you set
AccessNumVerify
to
1
, the SPC performs access number integrity
checking. This takes more time due to additional queries into the database. The
integrity checks consist of:
•
Verifying that each access number for this subscriber is in a different
access class.
•
For a shared access number, checking that the combination of hidden
number and access code is unique.
•
For a private access number, making sure all access numbers that share the
specified hidden number are marked unavailable for assignment to other
subscribers.
In earlier versions of ReadiVoice (prior to v. 2.50.0), the
NotifyCallRouter
parameter let you choose whether to load new data into call router memory
immediately (
NotifyCallRouter = 1
) or write it to the CacsEventUpdate
table (
NotifyCallRouter = 0
).
In ReadiVoice v. 2.50.0 and later, this choice has been removed, and the
NotifyCallRouter
parameter remains only to ensure backward
compatibility. Regardless of how you set this flag, the SPC puts the new data
into the CacsEventUpdate table in the database; the CACS then updates the
call router with the data from the temporary table every ten seconds.
Parameters
Specify all parameters. The constraints column shows specific value or range
constraints. For syntax rules and constraints applicable to all parameters, see
Caution!
The CacsEventUpdate table must be purged periodically using the
cleanCacsEvtUpdate.pl script, as described in the
ReadiVoice Administration &
Maintenance Guide
.
Содержание ReadiVoice
Страница 1: ...ReadiVoice PSPI Reference ...
Страница 134: ...ReadiVoice PSPI Reference 126 Proprietary Confidential ...
Страница 268: ...ReadiVoice PSPI Reference 260 Proprietary Confidential ...