AMX NXD-700Vi Computer Monitor User Manual


 
Programming
183
7" Modero Widescreen Touch Panels
SIP Commands (Cont.)
^PHN-DTMF
Sends DTMF
codes.
Syntax:
"’?PHN-DTMF, <DTMF code>’"
Variable:
DTMF code = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, #, or *.
Example:
SEND_COMMAND Panel,"'?PHN-DTMF, 1234567879*'"
^PHN-HANGUP
Hangs up the call.
Syntax:
"’?PHN-HANGUP, <connection id>’"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'?PHN-HANGUP, 1'"
^PHN-HOLD
Places the call on
hold.
Syntax:
"’?PHN-HOLD, <connection id>’"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'?PHN-HOLD, 1'"
?PHN-
LINESTATE
Queries the state
of each of the
connections used
by the SIP device.
The panel responds with the ^PHN-LINESTATE message.
Syntax:
"’?PHN-LINESTATE’"
Example:
SEND_COMMAND Panel,"'?PHN-LINESTATE'"
^PHN-PRIVACY
Enables or
disables the
privacy feature of
the phone.
Enables (1) or disables (0) the privacy feature on the phone.
Syntax:
"’^PHN-PRIVACY, <0 or 1>’"
Example:
SEND_COMMAND Panel,"'^PHN-PRIVACY, 1'"
Enables the privacy feature.
?PHN-PRIVACY
Queries the state
of the privacy
feature.
The panel responds with the ^PHN-PRIVACY, <state> message.
Syntax:
"’?PHN-PRIVACY’"
Example:
SEND_COMMAND Panel,"'?PHN-PRIVACY'"
^PHN-REDIAL
Redials the last
number.
Syntax:
"’^PHN-REDIAL’"
Example:
SEND_COMMAND Panel,"'^PHN-REDIAL'"
^PHN-
TRANSFER
Transfers the call
to the provided
number.
Syntax:
"’?PHN-TRANSFER, <connection id>, <number>’"
Variable:
connection id = The identifying number of the connection
number = The number to which you want to transfer the call.
Example:
SEND_COMMAND Panel,"'?PHN-TRANSFER, 1, 2125551000'"