Programming
119
MVP-5200i Modero® ViewPoint® Touch Panel with Intercom - Instruction Manual
SIP Commands
Panel to Master
The following table lists and describes SIP commands that are generated from the touch panel.
Intercom Commands (Cont.)
^ICM-MUTEMIC
Set the state of the microphone on a panel to muted (1) or unmuted (0). At the start of each call the microphone
starts out unmuted.
Syntax:
SEND_COMMAND <DEV>, "^ICM-MUTEMIC"
Variables: None.
Example:
SEND_COMMAND TP1, "^ICM-MUTEMIC,1"
^ICM-SPEAKERLEVEL
Used to set the speaker level during an intercom call.
Syntax:
SEND_COMMAND <DEV>, "^ICM-SPEAKERLEVEL,55"
Variables:
Valid levels are from 0 to 100.
Example:
SEND_COMMAND TP1, "^ICM-SPEAKERLEVEL,55"
SIP Commands - Panel to Master
^PHN-AUTOANSWER
SIP auto answer status - Provides the state of the auto-answer feature.
• Syntax:
"'^PHN-AUTOANSWER,<state>'"
• Variable:
state = 0 or 1 (off or on)
• Example:
^PHN-AUTOANSWER,1
The panel sent a command status to the master indicating the auto-answer is on.
^PHN-CALL
SIP call progress status - Provides call progress notification for a call.
• Syntax:
"'^PHN-CALL,<status>,<connection id>'"
• Variables
status =
CONNECTED
,
DISCONNECTED
,
TRYING
,
RINGING
, or
HOLD
.
connection id = The identifying number of the connection.
• Example:
^PHN-CALL,CONNECTED,1
Notifies that the call is connected.
^PHN-DECLINE
Decline (send to voice mail if configured) the incoming call on <CallID> as indicated from the previous PHN-
INCOMING message. CallID should be 0 or 1.
• Syntax:
"'^PHN-DECLINE,<CallID>'"
• Variable:
CallID = The identifying number of the connection.
• Example:
SEND_COMMAND Panel,"'^PHN-DECLINE,0'"
Decline the call with ID of 0.
^PHN-INCOMING
SIP incoming call status - Provides incoming call notification and the connection ID used for all future
commands related to this call. The connection id will be 0 or 1.
• Syntax:
"'^PHN-INCOMING,<caller number>,<caller name>,<connection id>, <timestamp>'"
• Variables:
caller number = The phone number of the incoming call
caller name = The name associated with the caller number
connection id = The identifying number of the connection
timestamp = The current time in MM/DD/YY HH:MM:SS format
• Example:
^PHN-INCOMING,"1235556789",MAIN,1,01/01/2011 11:11:11
The panel sent a command status to the master indicating an incoming call from number 1235556789
named MAIN at Jan 1, 2011 at 11:11:11.