Phn- autoanswer, Phn-call, Phn-dtmf – AMX Modero ViewPoint MVP-8400 User Manual
Page 184: Phn-hangup, Phn-hold, Phn- linestate, Phn-privacy
![background image](/manuals/35071/184/background.png)
Programming
170
MVP-7500/8400 Modero Viewpoint Wireless Touch Panels
SIP Commands (Cont.)
?PHN-
AUTOANSWER
Queries the state
of the
auto-answer
feature.
The panel responds with the ^PHN-AUTOANSWER,
Syntax:
"’?PHN-AUTOANSWER’"
Example:
SEND_COMMAND Panel,"'?PHN-AUTOANSWER'"
^PHN-CALL
Calls the provided
number.
Syntax:
"’^PHN-CALL,
Variable:
number = The provided phone number
Example:
SEND_COMMAND Panel,"'^PHN-CALL, 2125551000'"
^PHN-DTMF
Sends DTMF
codes.
Syntax:
"’^PHN-DTMF,
Variable:
DTMF code = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, POUND, or ASTERISK.
Example:
SEND_COMMAND Panel,"'^PHN-DTMF, 1234567879ASTERISK'"
^PHN-HANGUP
Hangs up the call.
Syntax:
"’^PHN-HANGUP,
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,
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 or disables the privacy feature on the phone (do not disturb).
Syntax:
"’^PHN-PRIVACY,
Variable:
state = 0 (Disable) or 1 (Enable)
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,
Syntax:
"’?PHN-PRIVACY’"
Example:
SEND_COMMAND Panel,"'?PHN-PRIVACY'"