AMX NXD-700Vi Computer Monitor User Manual


 
Programming
182
7" Modero Widescreen Touch Panels
The following table lists and describes SIP commands that are sent to the touch panel to manage calls.
SIP Commands (Cont.)
^PHN-PRIVACY
Indicates the state
of the privacy
feature.
Syntax:
"'^PHN-PRIVACY, <state>'"
Variable:
state = 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-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’"
^PHN-
TRANSFERRED
Indicates a call
has been
transferred.
Syntax:
"'^PHN-TRANSFERRED'"
Example:
SEND_COMMAND Panel,"'^PHN-TRANSFERRED’"
SIP Commands
^PHN-ANSWER
Answers the call.
Syntax:
"'^PHN-ANSWER, <connection id>'"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'^PHN-ANSWER, 1'"
^PHN-
AUTOANSWER
Enables or
disables the
auto-answer
feature of the
phone.
Enables (1) or disables (0) the auto-answer feature on the phone.
Syntax:
"’^PHN-AUTOANSWER, <0 or 1>’"
Example:
SEND_COMMAND Panel,"'^PHN-AUTOANSWER, 1'"
Enables the auto-answer feature.
?PHN-
AUTOANSWER
Queries the state
of the
auto-answer
feature.
The panel responds with the ^PHN-AUTOANSWER, <state> message.
Syntax:
"’?PHN-AUTOANSWER’"
Example:
SEND_COMMAND Panel,"'?PHN-AUTOANSWER'"
^PHN-CALL
Calls the provided
number.
Syntax:
"’?PHN-CALL, <number>’"
Variable:
number = The provided phone number
Example:
SEND_COMMAND Panel,"'?PHN-CALL, 2125551000'"