Actions

Difference between revisions of "SEND TXT MAIL"

From Zenitel Wiki

 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
{| border="1"  
 
{| border="1"  
 
|-
 
|-
Line 4: Line 5:
 
!style="background:#ffdead;" width="100pt"|0x0032
 
!style="background:#ffdead;" width="100pt"|0x0032
 
!style="background:#ffdead;" width="30pt"|50
 
!style="background:#ffdead;" width="30pt"|50
!style="background:#ffdead;" width="100pt"|AMC 05.00
+
!style="background:#ffdead;" |AMC 05.00
 
|-
 
|-
 
|colspan="5"|'''$STM L101 L102 U100 'text 16''''
 
|colspan="5"|'''$STM L101 L102 U100 'text 16''''
 
|-
 
|-
|colspan="5"|Send a mail message with free text to an intercom station.
+
|colspan="5"|Send a mail message with free text to an intercom station. The mail is not automatically deleted from the queue when calling back.
 
|-
 
|-
|align=center|1||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]]}||colspan="3"|Sending station.<br\>Null value allowed.
+
|align=center|1||[[NET_OBJ_REF]]<br />{[[ECL_STATION]]}||colspan="3"|Sending station.<br />Null value allowed.
 
|-
 
|-
|align=center|2||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]],<br\>[[ECL_ST_GROUP]]}||colspan="3"|Receiving station or local group.<br\>.<br\>.
+
|align=center|2||[[NET_OBJ_REF]]<br />{[[ECL_STATION]],<br />[[ECL_ST_GROUP]]}||colspan="3"|Receiving station or local group.<br />.<br />.
 
|-
 
|-
 
|align=center|3||[[UINT1]]||colspan="3"|Mail Priority 0 - 255. Same as [[SEND_MAIL#Mail_priority]].
 
|align=center|3||[[UINT1]]||colspan="3"|Mail Priority 0 - 255. Same as [[SEND_MAIL#Mail_priority]].
Line 18: Line 19:
 
|align=center|4||[[TEXT16]] ||colspan="3"|Free text (16 characters).
 
|align=center|4||[[TEXT16]] ||colspan="3"|Free text (16 characters).
 
|-
 
|-
|align=center|5||[[UINT1]]<br\>(optional 08.11)||colspan="2"|Mail Flags:<br\> Same as [[SEND_MAIL#Mail flags]].<br\>-Combinations of bits allowed.<br\>-Default 0.||AMC 07.00
+
|align=center|5||[[UINT1]]<br />(optional 08.11)||colspan="2"|Mail Flags:<br /> Same as [[SEND_MAIL#Mail flags]].<br />-Combinations of bits allowed.<br />-Default 0.||AMC 07.00
 
|-
 
|-
|align=center|6||[[TEXT16]]<br\>(optional 07.60)||colspan="2"| Name of sending station (16 character).<br\>Default value:  Sending station’s name.||AMC 07.00
+
|align=center|6||[[TEXT16]]<br />(optional 07.60)||colspan="2"| Name of sending station (16 character).<br />Default value:  Sending station’s name.||AMC 07.00
 
|-
 
|-
|align=center|7||[[UINT1]]<br\>(optional 07.60)||colspan="2"|User Defined Properties (UDP) of the sending station.<br\>Default value: 0.<br\>Note:  If Parameter 7 is used, this parameter MUST be filled in also.||AMC 07.00
+
|align=center|7||[[UINT1]]<br />(optional 07.60)||colspan="2"|User Defined Properties (UDP) of the sending station.<br />Default value: 0.<br />Note:  If Parameter 7 is used, this parameter MUST be filled in also.||AMC 07.00
 
|-
 
|-
|align=center|8||[[UINT1]]<br\>(optional)||colspan="3"|Hop Count.  [[AlphaNet]]:  Used to avoid endless mail forwarding.  Incremented by [[AMC]], discarded when too large.<br\>Default value: 0.
+
|align=center|8||[[UINT1]]<br />(optional)||colspan="3"|Hop Count.  [[AlphaNet]]:  Used to avoid endless mail forwarding.  Incremented by [[AMC]], discarded when too large.<br />Default value: 0.
 
|-
 
|-
 
|colspan="2"|Response:||colspan="3"|[[SEND_MAIL_ACK]], [[SET_CALL_REQ_MODE]]
 
|colspan="2"|Response:||colspan="3"|[[SEND_MAIL_ACK]], [[SET_CALL_REQ_MODE]]
Line 30: Line 31:
 
|}
 
|}
  
 
+
[[Category: ACDP messages]]
 +
[[Category: DP Commands]]
 
[[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]]
 
[[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]]

Latest revision as of 12:57, 30 June 2022

AI.png
SEND_TXT_MAIL 0x0032 50 AMC 05.00
$STM L101 L102 U100 'text 16'
Send a mail message with free text to an intercom station. The mail is not automatically deleted from the queue when calling back.
1 NET_OBJ_REF
{ECL_STATION}
Sending station.
Null value allowed.
2 NET_OBJ_REF
{ECL_STATION,
ECL_ST_GROUP}
Receiving station or local group.
.
.
3 UINT1 Mail Priority 0 - 255. Same as SEND_MAIL#Mail_priority.
4 TEXT16 Free text (16 characters).
5 UINT1
(optional 08.11)
Mail Flags:
Same as SEND_MAIL#Mail flags.
-Combinations of bits allowed.
-Default 0.
AMC 07.00
6 TEXT16
(optional 07.60)
Name of sending station (16 character).
Default value: Sending station’s name.
AMC 07.00
7 UINT1
(optional 07.60)
User Defined Properties (UDP) of the sending station.
Default value: 0.
Note: If Parameter 7 is used, this parameter MUST be filled in also.
AMC 07.00
8 UINT1
(optional)
Hop Count. AlphaNet: Used to avoid endless mail forwarding. Incremented by AMC, discarded when too large.
Default value: 0.
Response: SEND_MAIL_ACK, SET_CALL_REQ_MODE

Back to AlphaNet message list