Actions

Difference between revisions of "DIP"

From Zenitel Wiki

(New page: DIP is the protocol used between Stentofon IP stations and AlphaCom E exchanges. It is used for all data-communication with the IP stations, such as call control, LED settings and display ...)
 
 
(100 intermediate revisions by 8 users not shown)
Line 1: Line 1:
DIP is the protocol used between Stentofon IP stations and AlphaCom E exchanges. It is used for all data-communication with the IP stations, such as call control, LED settings and display text to the station, and keypresses and inputs from the station.
+
{{A}}
 +
'''DIP''' is the control protocol used between STENTOFON IP stations and AlphaCom E exchanges. It is used for all data-communication with the IP stations, such as call control, LED settings and display text to the station, and key presses and inputs from the station.
  
DIP is short for "Display-data over IP", and refers to the ASLT display data protocol. This protocol was based on 9600 baud one-way transmission while DIP is transmitted both ways over IP (TCP and UPD).
+
DIP is short for "Display-data over IP", and refers to the ASLT display data protocol. This protocol was based on 9600 baud one-way transmission while DIP is transmitted both ways over IP (TCP and UDP).
  
The commands are written as human readable text. Text string values are sometimes enclosed by quotes "". Number values are usually in hex format.
+
See also ACDP message: [[DIP FWD]]
 
+
[[Category:INCA Technical Articles]]
== DIP Commands ==
+
[[Category:Protocols]]
Current version: 00.02  (Note: Some commands below are not yet implemented in 00.02 so this is not quite true).
 
 
 
For earlier versions, see ...
 
 
 
=== Commands from AlphaCom to IP stations: ===
 
<pre>
 
Configure station
 
<ref> con <phy_ind> <dirno> <name> <volume> <port0> <pri0> <port1> <pri1> <port2> <pri2> <port_udp> <mcast_ip>
 
(The parameter "mcast_ip" is NOT IMPLEMENTED YET, WILL BE IN DIP VESRION 00.03)
 
 
 
Audio Connect
 
<ref> auc <port> <codec> <packetlen> <volume> <config_bitmap>
 
 
 
Audio End
 
<ref> aue
 
 
 
Audio Group Connect  (NOT IMPLEMENTED YET, WILL BE IN DIP VESRION 00.03)
 
<ref> agc <logical-chan> <op> <mcast_ip> <codec> <group-bitmap>
 
 
 
Audio Group End  (NOT IMPLEMENTED YET, WILL BE IN DIP VESRION 00.03)
 
<ref> age <logical-chan> <op> <group-bitmap>
 
 
 
Volume-boost on
 
<ref> bon
 
 
 
Volume-boost off
 
<ref> bof
 
 
 
Set StationLED indicator
 
<ref> ind stl <remindertype> <onoff>
 
 
 
Set DAKLED indicator
 
<ref> ind dak <no> <indno> <blinktype> <onoff>
 
 
 
Set Output indicator
 
<ref> ind out <no> <indno> <blinktype> <onoff>
 
 
 
Ping
 
<ref> ping
 
 
 
</pre>
 
 
 
=== Commands from IP stations to AlphaCom: ===
 
<pre>
 
Station Up
 
<ref> stu <mac_addr> <ip> <dip_version> <sw_type> <sw_version> <hw_type> <hw_version>
 
 
 
Station Input Event
 
<ref> evt inp <no> <onoff>
 
 
 
Station Key Event
 
<ref> evt key <no> <onoff>
 
 
 
Pong
 
<ref> pong
 
 
 
</pre>
 

Latest revision as of 14:41, 7 September 2017

AlphaCom icon 300px.png

DIP is the control protocol used between STENTOFON IP stations and AlphaCom E exchanges. It is used for all data-communication with the IP stations, such as call control, LED settings and display text to the station, and key presses and inputs from the station.

DIP is short for "Display-data over IP", and refers to the ASLT display data protocol. This protocol was based on 9600 baud one-way transmission while DIP is transmitted both ways over IP (TCP and UDP).

See also ACDP message: DIP FWD