Difference between revisions of "COPY MAIL"
From Zenitel Wiki
Line 24: | Line 24: | ||
|} | |} | ||
− | + | [[Category: ACDP messages]] | |
[[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] | [[AlphaNet_Data_Protocol#Station_Mail_Operations|Back to AlphaNet message list]] |
Revision as of 21:38, 17 December 2007
COPY_MAIL | 0x0083 | 131 | AMC 08.10 | |
---|---|---|---|---|
$CPYM L101 W0000 L102<br\>$CPYM L%1.DIR() W%1.TAG() L102 U255 | .<br\>example use in MAIL_TIMEOUT event | |||
Send a copy of a mail in own queue to a new destination (station or group).<br\>Intended use: After MAIL_TIMEOUT, forward a Call Request to another queue (or, for example, to own queue with increased priority). | ||||
1 | NET_OBJ_REF<br\>{ECL_STATION} | Source station. | ||
2 | UINT2 | Mail tag (unique id) for current queue entry. | ||
3 | NET_OBJ_REF<br\>{ECL_STATION,<br\>ECL_ST_GROUP} | Destination station or local group<br\>.<br\>. | ||
4 | UINT1<br\>(optional) | Change Mail Priority 0-255.<br\>If this parameter is specified, the priority field in the mail copy is changed before it’s sent to its destination. | ||
5 | UINT1<br\>(optional) | Change Mail Flags.<br\>If this parameter is specified, the mail flags field in the mail copy is changed before it’s sent to its destination. See SEND_MAIL for meaning of Mail Flags. | ||
Response: | COMMAND_RESPONSE Success if mail sent, failure if no-such-tag. |