Phn-Msgwaiting; Phn-Privacy; Phn-Redial; Phn-Transferred - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

SIP Commands (Cont.)

^PHN-MSGWAITING

^PHN-PRIVACY

^PHN-REDIAL

^PHN-TRANSFERRED Indicates a call has been transferred.
Modero G4 Touch Panels - Configuration and Programming
Indicates the number of messages waiting the user's voice mail box.
Syntax:
"'^PHN-MSGWAITING, <messages>, <new message count>, <old message count>,
<new urgent message count>, <old urgent message count>'"
Variables:
messages = 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'"
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:
SEND_COMMAND Panel,"'^PHN-PRIVACY, 0'"
Indicates the panel is redialing the number.
Syntax:
"'^PHN-REDIAL, <number>'"
Variable:
number = The phone number to dial.
Example:
SEND_COMMAND Panel,"'^PHN-REDIAL, 2125551000'"
Syntax:

"'^PHN-TRANSFERRED'"

Example:
SEND_COMMAND Panel,"'^PHN-TRANSFERRED'"
Programming
103

Advertisement

Table of Contents
loading

Table of Contents