AMX nxd-700vi Intercom System User Manual


 
Programming
186
NXD-700Vi 7" Modero® Wall/Flush Mount Touch Panel with Intercom
SIP Commands
The following table lists and describes SIP commands that are generated from the touch panel.
Intercom Commands (Cont.)
^ICS
Starts an intercom
call to the
specified IP
address and
ports.
Syntax:
^ICS-<IP>,<TX UDP port>,<RX UDP port>,<initial mode>'"
Intercom start. Starts a call to the specified IP address and ports, where initial mode is
either 1 (talk) or 0 (listen) or 2 (both). If no mode is specified 0 (listen) is assumed. Please
note, however, that no data packets will actually flow until the intercom modify command is
sent to the panel.
Syntax:
SEND_COMMAND <DEV>,"'^ICS-<IP>,<TX UDP port>,<RX UDP
port>,<initial mode>'"
Variables:
IP = IP Address of panel to connect with on an Intercom call.
TX UDP port = UDP port to transmit to.
RX UDP port = UDP port to receive from.
initial mode = 0 (listen) or 1 (talk) or 2 (handsfree). 0 is the default.
Examples:
Example of setting up a handsfree unicast call between two panels:
send_command TP1, "^ICS-192.168.0.3,9000,9002,2"
send_command TP2, "^ICS-192.168.0.4,9002,9000,2"
Example of setting up a multicast call where the first panel is paging two other panels:
send_command TP1, "^ICS-239.252.1.1,9002,9000,1"
send_command TP2, "^ICS-239.252.1.1,9002,9000,0"
send_command TP3, "^ICS-239.252.1.1,9002,9000,0"
Example of setting up a baby monitor call where the first panel is listening to the micro-
phone audio coming from the second panel:
send_command TP1, "^ICS-192.168.0.3,9000,9002,0"
send_command TP2, "^ICS-192.168.0.4,9002,9000,1"
^MODEL?
Gets the panel
model name.
Syntax:
"'^MODEL?'"
Example:
SEND_COMMAND Panel,"'^MODEL?'"
The panel (an MVP-8400i) responds with, ^MODEL-MVP-8400i
SIP Commands
^PHN-
AUTOANSWER
Provides the state
of the auto-
answer feature.
Syntax:
"'^PHN-AUTOANSWER, <state>'"
Variable:
state = 0 or 1 (off or on)
Example:
SEND_COMMAND Panel,"'^PHN-AUTOANSWER, 1'"
^PHN-CALL
Provides call
progress
notification for a
call.
Syntax:
"'^PHN-CALL, <status>, <connection id>'"
Variable:
status = CONNECTED, DISCONNECTED, TRYING, RINGING, or HOLD.
connection id = The identifying number of the connection.
Example:
SEND_COMMAND Panel"'^PHN-CALL, CONNECTED, 1'"
Notifies that the call is connected.