
Programming
77
Modero S Series Touch Panels - Configuration & Programming Manual
Master to Panel
The following table lists and describes SIP commands that are sent to the touch panel to manage calls.
SIP Commands - Panel to Master
^PHN-PRIVACY
SIP call privacy status - Indicates the state of the privacy feature.
• Syntax:
"'^PHN-PRIVACY,<state>'"
• Variables:
state = 0 (Disable) or 1 (Enable)
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:
^PHN-PRIVACY,0
The panel sent a command status to the master indicating there the call privacy is disabled.
^PHN-REDIAL
SIP call redial status - Indicates the panel is redialing the number.
• Syntax:
"'^PHN-REDIAL,<number>'"
• Variable:
number = The phone number to dial.
• Example:
^PHN-REDIAL,2125551000
The panel sent a command status to the master indicating the number 2125551000 is being redialed.
^PHN-TRANSFERRED
SIP call transferred status - Indicates a call has been transferred.
• Syntax:
"'^PHN-TRANSFERRED,<connection id>'"
• Variable:
connection id: The identifying number of the connection.
• Example:
^PHN-TRANSFERRED,1
The panel sent a command status to the master indicating call 1 was transferred.
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.