AMX MVP-8400i manual SIP Commands, Programming, Autoanswer, Phn-Call, Phn-Incoming, Linestate

Models: MVP-8400i

1 198
Download 198 pages 7.68 Kb
Page 166
Image 166
SIP Commands

Programming

SIP Commands

The following table lists and describes SIP commands that are generated from the touch panel.

SIP Commands

^PHN-

Syntax:

AUTOANSWER

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

 

Provides the state

Variable:

of the

state = 0 or 1 (off or on)

auto-answer

 

feature.

Example:

 

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

 

 

^PHN-CALL

Syntax:

Provides call

"'^PHN-CALL, <status>, <connection id>'"

progress

Variable:

notification for a

status = CONNECTED, DISCONNECTED, TRYING, RINGING, or HOLD.

call.

connection id = The identifying number of the connection.

 

 

Example:

 

SEND_COMMAND Panel"'^PHN-CALL, CONNECTED, 1'"

 

Notifies that the call is connected.

 

 

^PHN-INCOMING

Syntax:

Provides incoming

"'^PHN-INCOMING, <caller number>, <caller name>, <timestamp>,

call notification.

<connection id>'"

 

Variable:

 

caller number = The phone number of the incoming call.

 

caller name = The name associated with the caller number.

 

timetamp = The current time in MM/DD/YY HH:MM:SS format.

 

connection id = The identifying number of the connection.

 

Example:

 

SEND_COMMAND Panel,"'^PHN-INCOMING, 2125551000, AMX, 07/22/08

 

12:00:00, 1'"

 

 

^PHN-

Syntax:

LINESTATE

"'^PHN-LINESTATE, <connection id>, <state>, <connection id>,

 

Indicates the

<state>,...'"

current state of

Variable:

each of the

connection id = The identifying number of the connection.

available

state = IDLE, HOLD, or CONNECTED

connections used

to manage calls.

Example:

 

SEND_COMMAND Panel,"'^PHN-LINESTATE, 1, IDLE, 2, CONNECTED'"

 

 

^PHN-

Syntax:

MSGWAITING

"'^PHN-MSGWAITING, <messages>, <new message count>, <old message

 

Indicates the

count>, <new urgent message count>, <old urgent message count>'"

number of

Variable:

messages waiting

the user’s voice

messages = 0 or 1 (1 indicates new messages)

new message count = The number of new messages.

mail box.

 

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

 

 

156

MVP-8400i Modero Viewpoint Wireless Touch Panels

Page 166
Image 166
AMX MVP-8400i manual SIP Commands, Programming, Autoanswer, Phn-Call, Phn-Incoming, Linestate, Msgwaiting