AMX nxd-700vi Intercom System User Manual


 
Programming
187
NXD-700Vi 7" Modero® Wall/Flush Mount Touch Panel with Intercom
SIP Commands (Cont.)
^PHN-INCOMING
Provides incoming
call notification.
Provides incoming call notification and the connection id used for all future commands
related to this call. The connection id will be 0 or 1.
Syntax:
"'^PHN-INCOMING, <caller number>, <caller name>, <connection id>,
<timestamp>, '"
Variable:
caller number = The phone number of the incoming call.
caller name = The name associated with the caller number.
connection id = The identifying number of the connection.
timestamp = The current time in MM/DD/YY HH:MM:SS format.
Example:
SEND_COMMAND Panel,"'^PHN-INCOMING, 2125551000, AMX, 07/22/08
12:00:00, 1'"
^PHN-
LINESTATE
Indicates the
current state of
each of the
available
connections used
to manage calls.
Syntax:
"'^PHN-LINESTATE, <connection id>, <state>, <connection id>,
<state>,...'"
Variable:
connection id = The identifying number of the connection.
state = IDLE, HOLD, or CONNECTED
extn = The local extension of this panel (see Example)
Example:
SEND_COMMAND Panel,"'^PHN-LINESTATE, 1, IDLE, 2, CONNECTED, SIP,
<extn>'"
^PHN-
MSGWAITING
Indicates the
number of
messages waiting
the user’s voice
mail box.
Syntax:
"'^PHN-MSGWAITING, <messages>, <new message count>, <old message
count>, <new urgent message count>, <old urgent message count>'"
Variable:
messages = 0 or 1 (1 indicates new messages)
new message count = The number of new messages.
old message count = The number of old messages.
new urgent message count = The number of new messages marked urgent.
old urgent message count = The number of old messages marked urgent.
Example:
SEND_COMMAND Panel,"'^PHN-MSGWAITING, 1, 1, 2, 1, 0’"
^PHN-PRIVACY
Indicates the state
of the privacy
feature.
Syntax:
"'^PHN-PRIVACY, <state>'"
Variable:
state = 0 (Disable) or 1 (Enable)
new message count = The number of new messages.
old message count = The number of old messages.
new urgent message count = The number of new messages marked urgent.
old urgent message count = The number of old messages marked urgent.
Example:
SEND_COMMAND Panel,"'^PHN-PRIVACY, 0’"
^PHN-REDIAL
Indicates the
panel is redialing
the number.
Syntax:
"'^PHN-REDIAL, <number>'"
Variable:
number = The phone number to dial.
Example:
SEND_COMMAND Panel,"'^PHN-REDIAL, 2125551000’"