Actions

Difference between revisions of "Data types"

From Zenitel Wiki

Line 1: Line 1:
 
The following table identifies the data types used in the application data of the [[AlphaNet Data Protocol]]:
 
The following table identifies the data types used in the application data of the [[AlphaNet Data Protocol]]:
 +
 +
{| border="1"
 +
! style="background:#ffdead;" width="170" |Message
 +
! style="background:#ffdead;" width="650" |Description
 +
|-
 +
| [[UINT1]] || Simulate digit dialing from a station
 +
|-
 +
| [[DIAL_DAK]] || Dial DAK on a station
 +
|-
 +
| [[SINGLE_DIGIT]] || Dial one digit on a station
 +
|-
 +
| [[DIGIT_RELEASE]] || The station has released a digit press
 +
|-
 +
| [[M_KEY]] || Order station to press M-key
 +
|-
 +
| [[M_KEY_RELEASE]] || Order station to release M-key
 +
|-
 +
| [[HANDSET_OFF]] || Order station to lift handset
 +
|-
 +
| [[HANDSET_ON]] || Order station to replace handset
 +
|-
 +
| [[C_KEY]] || Order station to press C-key
 +
|-
 +
| [[DISPLAY_TEXT]] || Send text and control characters to a station
 +
|-
 +
| [[ST_BUSY_BC]] || Broadcast message:  Intercom station is busy
 +
|-
 +
| [[ST_FREE_BC]] || Broadcast message:  Intercom station is free
 +
|-
 +
|}
 +
 +
<br>
 +
<br>

Revision as of 14:28, 21 June 2007

The following table identifies the data types used in the application data of the AlphaNet Data Protocol:

Message Description
UINT1 Simulate digit dialing from a station
DIAL_DAK Dial DAK on a station
SINGLE_DIGIT Dial one digit on a station
DIGIT_RELEASE The station has released a digit press
M_KEY Order station to press M-key
M_KEY_RELEASE Order station to release M-key
HANDSET_OFF Order station to lift handset
HANDSET_ON Order station to replace handset
C_KEY Order station to press C-key
DISPLAY_TEXT Send text and control characters to a station
ST_BUSY_BC Broadcast message: Intercom station is busy
ST_FREE_BC Broadcast message: Intercom station is free