Phn-Autoanswer; Phn-Call; Phn-Dtmf; Phn-Hangup - AMX Modero ViewPoint MVP-8400i Operation/Reference Manual

8.4" modero viewpoint touch panel with intercom
Hide thumbs Also See for Modero ViewPoint MVP-8400i:
Table of Contents

Advertisement

SIP Commands (Cont.)
?PHN-
AUTOANSWER
Queries the state
of the
auto-answer
feature.

^PHN-CALL

Calls the provided
number.

^PHN-DTMF

Sends DTMF
codes.

^PHN-HANGUP

Hangs up the call.

^PHN-HOLD

Places the call on
hold.
?PHN-
LINESTATE
Queries the state
of each of the
connections used
by the SIP device.

^PHN-PRIVACY

Enables or
disables the
privacy feature of
the phone.
?PHN-PRIVACY
Queries the state
of the privacy
feature.
MVP-8400i 8.4" Modero® ViewPoint® Touch Panel with Intercom
The panel responds with the ^PHN-AUTOANSWER, <state> message.
Syntax:

"'?PHN-AUTOANSWER'"

Example:
SEND_COMMAND Panel,"'?PHN-AUTOANSWER'"
Syntax:
"'^PHN-CALL, <number>'"
Variable:
number = The provided phone number
Example:
SEND_COMMAND Panel,"'^PHN-CALL, 2125551000'"
Syntax:
"'^PHN-DTMF, <DTMF code>'"
Variable:
DTMF code = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, POUND, or ASTERISK.
Example:
SEND_COMMAND Panel,"'^PHN-DTMF, 1234567879ASTERISK'"
Syntax:
"'^PHN-HANGUP, <connection id>'"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'^PHN-HANGUP, 1'"
Syntax:
"'^PHN-HOLD, <connection id>'"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'^PHN-HOLD, 1'"
The panel responds with the ^PHN-LINESTATE message.
Syntax:

"'?PHN-LINESTATE'"

Example:
SEND_COMMAND Panel,"'?PHN-LINESTATE'"
Enables or disables the privacy feature on the phone (do not disturb).
Syntax:
"'^PHN-PRIVACY, <state>'"
Variable:
state = 0 (Disable) or 1 (Enable)
Example:
SEND_COMMAND Panel,"'^PHN-PRIVACY, 1'"
Enables the privacy feature.
The panel responds with the ^PHN-PRIVACY, <state> message.
Syntax:
"'?PHN-PRIVACY'"
Example:
SEND_COMMAND Panel,"'?PHN-PRIVACY'"
Programming
171

Advertisement

Table of Contents
loading

Table of Contents