Sip Call Management Commands; Phn-Answer; Phn-Autoanswer; Phn-Call - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

Programming

SIP Call Management Commands

The following table lists and describes SIP commands that are sent to the touch panel to manage calls. SIP commands
only apply to Modero X/S Series G4 panels equipped with SIP functionality (excluding all "No Comm" panels). .
SIP Call Management Commands

^PHN-ANSWER

^PHN-AUTOANSWER

?PHN-AUTOANSWER

^PHN-CALL

^PHN-DTMF

^PHN-HANGUP

^PHN-HOLD

104
Answers the call.
Syntax:
"'^PHN-ANSWER, <connection id>'"
Variable:
connection id = The identifying number of the connection
Example:
SEND_COMMAND Panel,"'^PHN-ANSWER, 1'"
Enables (1) or disables (0) the auto-answer feature on the phone.
Syntax:
"'^PHN-AUTOANSWER, <state>'"
Variable:
state = 0 (Disable) or 1 (Enable)
Example:
SEND_COMMAND Panel,"'^PHN-AUTOANSWER, 1'"
Enables the auto-answer feature.
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'"
Calls the provided number.
Syntax:
"'^PHN-CALL, <number>'"
Variable:
number = The provided phone number
Example:
SEND_COMMAND Panel,"'^PHN-CALL, 2125551000'"
Sends DTMF codes.
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'"
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'"
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'"
Modero G4 Touch Panels - Configuration and Programming

Advertisement

Table of Contents
loading

Table of Contents