AMX MVP-8400i SIP Commands Cont, Programming, Phn-Dtmf, Phn-Hangup, Phn-Hold, ?Phn, Linestate

Models: MVP-8400i

1 198
Download 198 pages 7.68 Kb
Page 168
Image 168
^PHN-DTMF

Programming

SIP Commands (Cont.)

^PHN-DTMF

Syntax:

Sends DTMF

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

codes.

Variable:

 

 

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

 

Example:

 

SEND_COMMAND Panel,"'?PHN-DTMF, 1234567879*'"

 

 

^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 (1) or disables (0) the privacy feature on the phone.

Enables or

Syntax:

disables the

"’^PHN-PRIVACY, <0 or 1>’"

privacy feature of

Example:

the phone.

 

 

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'"

 

 

^PHN-

Syntax:

TRANSFER

"’?PHN-TRANSFER, <connection id>, <number>’"

 

Transfers the call

Variable:

to the provided

connection id = The identifying number of the connection

number.

number = The number to which you want to transfer the call.

 

 

Example:

 

SEND_COMMAND Panel,"'?PHN-TRANSFER, 1, 2125551000'"

 

 

158

MVP-8400i Modero Viewpoint Wireless Touch Panels

Page 168
Image 168
AMX MVP-8400i SIP Commands Cont, Programming, Phn-Dtmf, Phn-Hangup, Phn-Hold, Linestate, ?Phn-Privacy, Phn-Redial