AMX MVP-8400i SIP Commands Cont, Programming, Phn-Privacy, Phn-Redial, Transferred, Phn-Answer

Models: MVP-8400i

1 198
Download 198 pages 7.68 Kb
Page 167
Image 167
SIP Commands (Cont.)

Programming

SIP Commands (Cont.)

^PHN-PRIVACY

Syntax:

Indicates the state

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

of the privacy

Variable:

feature.

state = 0 or 1 (1 indicates new messages)

 

 

new message count = The number of new messages.

 

old message count = The number of old messages.

 

new urgent message count = The number of new messages marked urgent.

 

old urgent message count = The number of old messages marked urgent.

 

Example:

 

SEND_COMMAND Panel,"'^PHN-MSGWAITING, 1, 1, 2, 1, 0’"

 

 

^PHN-REDIAL

Syntax:

Indicates the

"'^PHN-REDIAL, <number>'"

panel is redialing

Variable:

the number.

number = The phone number to dial.

 

 

Example:

 

SEND_COMMAND Panel,"'^PHN-REDIAL, 2125551000’"

 

 

^PHN-

Syntax:

TRANSFERRED

"'^PHN-TRANSFERRED'"

 

Indicates a call

Example:

has been

SEND_COMMAND Panel,"'^PHN-TRANSFERRED’"

transferred.

 

 

The following table lists and describes SIP commands that are sent to the touch panel to manage calls.

SIP Commands

^PHN-ANSWER

Syntax:

Answers the call.

"'^PHN-ANSWER, <connection id>'"

 

Variable:

 

connection id = The identifying number of the connection

 

Example:

 

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

 

 

^PHN-

Enables (1) or disables (0) the auto-answer feature on the phone.

AUTOANSWER

Syntax:

Enables or

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

disables the

Example:

auto-answer

 

feature of the

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

phone.

Enables the auto-answer feature.

 

 

 

?PHN-

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

AUTOANSWER

Syntax:

Queries the state

"’?PHN-AUTOANSWER’"

of the

Example:

auto-answer

 

feature.

SEND_COMMAND Panel,"'?PHN-AUTOANSWER'"

 

 

^PHN-CALL

Syntax:

Calls the provided

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

number.

Variable:

 

 

number = The provided phone number

 

Example:

 

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

 

 

MVP-8400i Modero Viewpoint Wireless Touch Panels

157

 

 

Page 167
Image 167
AMX MVP-8400i SIP Commands Cont, Programming, Phn-Privacy, Phn-Redial, Transferred, Phn-Answer, Autoanswer, ?Phn, Phn-Call