Sip Setup Commands; Phn-Setup-Domain; Phn-Setup-Enable; Phn-Linestate - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

SIP Call Management Commands (Cont.)

?PHN-LINESTATE

^PHN-PRIVACY

?PHN-PRIVACY

^PHN-REDIAL

^PHN-TRANSFER

SIP Setup Commands

The following table lists and describes SIP setup commands. Using any of these commands causes the current user to go
offline. SIP commands only apply to Modero X/S Series G4 panels equipped with SIP functionality (excluding all "No
Comm" panels).
SIP Setup Commands

^PHN-SETUP-DOMAIN

^PHN-SETUP-ENABLE

Modero G4 Touch Panels - Configuration and Programming
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'"
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.
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'"
Redials the last number.
Syntax:
"'^PHN-REDIAL'"
Example:
SEND_COMMAND Panel,"'^PHN-REDIAL'"
Transfers the call to the provided number.
Syntax:
"'^PHN-TRANSFER, <connection id>, <number>'"
Variables:
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'"
Sets the realm for authentication.
Syntax:
"'^PHN-SETUP-DOMAIN,<domain>'"
Variable:
domain = The realm used for authentication
Example:
SEND_COMMAND Panel,"'^PHN-SETUP-DOMAIN,asterisk'"
Registers a new user. Once the configuration has been updated, the ENABLE command
should be run to re-register the new user.
Syntax:
"'^PHN-SETUP-ENABLE'"
Programming
105

Advertisement

Table of Contents
loading

Table of Contents