Programming
121
MVP-5200i Modero® ViewPoint® Touch Panel with Intercom - Instruction Manual
Master to Panel
The following table lists and describes SIP commands that are sent to the touch panel to manage calls.
SIP Commands - Master to Panel
^PHN-ANSWER
SIP call answer command - Answers the call.
• Syntax:
"'^PHN-ANSWER,<connection id>'"
• Variable:
connection id = The identifying number of the connection
• Example:
SEND_COMMAND Panel,"'^PHN-ANSWER,1'"
Answer call 1.
^PHN-AUTOANSWER
SIP set auto-answer state command - Enables (1) or disables (0) the auto-answer feature on the phone.
• Syntax:
"'^PHN-AUTOANSWER,<state>'"
• Variable:
state = 0 (Disable) or 1 (Enable)
• Example:
SEND_COMMAND Panel,"'^PHN-AUTOANSWER,1'"
Enable the auto-answer feature.
?PHN-AUTOANSWER
Get SIP auto-answer state command - Queries the state of the auto-answer feature.
The panel responds with the ^PHN-AUTOANSWER, <state> message.
• Syntax:
"'?PHN-AUTOANSWER'"
• Example:
SEND_COMMAND Panel,"'?PHN-AUTOANSWER'"
Get the auto-answer status.
^PHN-CALL
SIP call command - Calls the provided number.
• Syntax:
"'^PHN-CALL,<number>'"
• Variable:
number = The provided phone number
• Example:
SEND_COMMAND Panel,"'^PHN-CALL,2125551000'"
Call the number 2125551000.
^PHN-DTMF
SIP send DTMF tone command - Sends DTMF codes.
• Syntax:
"'^PHN-DTMF,<DTMF code>'"
• Variable:
DTMF code = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, POUND, or ASTERISK.
• Example:
SEND_COMMAND Panel,"'^PHN-DTMF,5'"
Send the DTMF tone for 5.
^PHN-HANGUP
SIP hangup call command - Hangs up the call.
• Syntax:
"'^PHN-HANGUP,<connection id>'"
• Variable:
connection id = The identifying number of the connection
• Example:
SEND_COMMAND Panel,"'^PHN-HANGUP,1'"
Hangup the call with ID of 1.
^PHN-HOLD
SIP put call on hold command - Places the call on hold.
• Syntax:
"'^PHN-HOLD,<connection id>'"
• Variable:
connection id = The identifying number of the connection
• Example:
SEND_COMMAND Panel,"'^PHN-HOLD,1'"
Put the call with ID of 1 on hold.