453
Chapter 8, Programming the Call Processing Subsystem
Programming the CALL CONTROL Screen
NOTE: The present values for the MS Id fields are:
• Phone Num = 1111111111
• MIN2 MIN1 = 000000400
An all zero MIN number (000000000), which does not represent a valid phone number,
will convert to the following phone number: 111111?111
The query form of the programming commands (that is, the ? form) can be used to
interrogate the contents of each field.
Syntax
:NMODE <’><PHONE NUM/MIN2 MIN1><’>
:NMODE?
:PNUMber <’><10 character phone number><’>
:PNUMber?
:MINumber <’><3 character MIN2 + 6 character MIN1><’>
:MINumber?
Example
OUTPUT 714;"CALLP:NMOD ’PHONE NUM’"
OUTPUT 714;"CALLP:PNUM ’5099906092’"
OUTPUT 714;"CALLP:NMOD ’MIN’"
OUTPUT 714;"CALLP:MIN ’1F2DE5BD5’"
OUTPUT 714;"CALLP:NMOD?"
ENTER 714;Number_mode$