Programming
153
MVP-7500/8400 Modero Viewpoint Wireless Touch Panels
The following table lists and describes SIP setup commands. Using any of these commands causes the current user to go offline.
SIP Commands (Cont.)
?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>’"
Variable:
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’"
^PHN-SETUP-
PASSWORD
Sets the user
password for the
proxy server.
Syntax:
"’^PHN-SETUP-PASSWORD, <password>’"
Variable:
password = The password for the user name
Example:
SEND_COMMAND Panel,"’^PHN-SETUP-PASSWORD, 6003’"
^PHN-SETUP-
PORT
Sets the port
number for the
proxy server.
Syntax:
"’^PHN-SETUP-PORT, <port>’"
Variable:
port = The port for the proxy server
Example:
SEND_COMMAND Panel,"’^PHN-SETUP-PORT, 5060’"
^PHN-SETUP-
PROXYADDR
Sets the IP
address for the
proxy server.
Syntax:
"’^PHN-SETUP-PROXYADDR, <IP>’"
Variable:
IP = The IP address for the proxy server
Example:
SEND_COMMAND Panel,"’^PHN-SETUP-PROXYADDR, 192.168.223.111’"