![AMX Modero G4 Instruction Manual Download Page 115](http://html1.mh-extra.com/html/amx/modero-g4/modero-g4_instruction-manual_2939252115.webp)
Programming
105
Modero G4 Touch Panels - Configuration and Programming
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 Call Management Commands (Cont.)
?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 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.
?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>’"
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'"
SIP Setup Commands
^PHN-SETUP-DOMAIN
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’"
^PHN-SETUP-ENABLE
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’"