AMX Modero NXD-700Vi User Manual

Page 206

Advertising
background image

Programming

184

7" Modero Widescreen 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-
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’"

^PHN-SETUP-
STUNADDR

Sets the IP
address for the
STUN server.

Syntax:

"’^PHN-SETUP-STUNADDR, <IP>’"

Variable:

IP = The IP address for the STUN server

Example:

SEND_COMMAND Panel,"’^PHN-SETUP-STUNADDR, 192.168.223.111’"

Advertising