AMX NXD-1000Vi manual Phn-Dtmf, Phn-Hangup, Phn-Hold, ?Phn-Privacy

Models: NXD-1000Vi

1 234
Download 234 pages 35.81 Kb
Page 205
Image 205

Programming

SIP Commands (Cont.)

^PHN-CALL

Syntax:

Calls the provided

"’^PHN-CALL, <number>’"

number.

Variable:

 

 

number = The provided phone number

 

Example:

 

SEND_COMMAND Panel,"'^PHN-CALL, 2125551000'"

 

 

^PHN-DTMF

Syntax:

Sends DTMF

"’^PHN-DTMF, <DTMF code>’"

codes.

Variable:

 

 

DTMF code = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, POUND, or ASTERISK.

 

Example:

 

SEND_COMMAND Panel,"'^PHN-DTMF, 1234567879ASTERISK'"

 

 

^PHN-HANGUP

Syntax:

Hangs up the call.

"’^PHN-HANGUP, <connection id>’"

 

Variable:

 

connection id = The identifying number of the connection

 

Example:

 

SEND_COMMAND Panel,"'^PHN-HANGUP, 1'"

 

 

^PHN-HOLD

Syntax:

Places the call on

"’^PHN-HOLD, <connection id>’"

hold.

Variable:

 

 

connection id = The identifying number of the connection

 

Example:

 

SEND_COMMAND Panel,"'^PHN-HOLD, 1'"

 

 

?PHN-

The panel responds with the ^PHN-LINESTATE message.

LINESTATE

Syntax:

 

Queries the state

"’?PHN-LINESTATE’"

of each of the

Example:

connections used

 

by the SIP device.

SEND_COMMAND Panel,"'?PHN-LINESTATE'"

 

 

^PHN-PRIVACY

Enables or disables the privacy feature on the phone (do not disturb).

Enables or

Syntax:

disables the

"’^PHN-PRIVACY, <state>’"

privacy feature of

Variable:

the phone.

 

 

state = 0 (Disable) or 1 (Enable)

 

Example:

 

SEND_COMMAND Panel,"'^PHN-PRIVACY, 1'"

 

Enables the privacy feature.

 

 

?PHN-PRIVACY

The panel responds with the ^PHN-PRIVACY, <state> message.

Queries the state

Syntax:

of the privacy

"’?PHN-PRIVACY’"

feature.

Example:

 

 

SEND_COMMAND Panel,"'?PHN-PRIVACY'"

 

 

^PHN-REDIAL

Syntax:

Redials the last

"’^PHN-REDIAL’"

number.

Example:

 

 

SEND_COMMAND Panel,"'^PHN-REDIAL'"

 

 

10" Modero Widescreen Touch Panels

195

 

 

Page 205
Image 205
AMX NXD-1000Vi manual Phn-Dtmf, Phn-Hangup, Phn-Hold, ?Phn-Privacy