Difference between revisions of "CDC CMD"
From Zenitel Wiki
Line 16: | Line 16: | ||
|- | |- | ||
|align=center|3||[[UINT1]]||colspan="3"|Command<br> | |align=center|3||[[UINT1]]||colspan="3"|Command<br> | ||
− | 1 DIAL_PIN, (dial pin code , display *) <br> | + | 1 DIAL_PIN, (dial pin code , display *) If param 7 is included, use that text as display prompt<br> |
− | 2 DIAL_NORMAL <br> | + | 2 DIAL_NORMAL. If param 7 is included, use that text as display prompt <br> |
3 TRUNK_SET, Set trunk number for SIP, start SIP connection. <br> | 3 TRUNK_SET, Set trunk number for SIP, start SIP connection. <br> | ||
4 ABORT, see reason codes in [4]. Expect CDC_STATE(DISCONNET) in return if ABORT reason code [1..99] <br> | 4 ABORT, see reason codes in [4]. Expect CDC_STATE(DISCONNET) in return if ABORT reason code [1..99] <br> | ||
Line 51: | Line 51: | ||
|align=center|6||[[NET_OBJ_REF]]||colspan="3"|For TRUNK_SET: Trunknumber | |align=center|6||[[NET_OBJ_REF]]||colspan="3"|For TRUNK_SET: Trunknumber | ||
|- | |- | ||
− | |align=center|7||[[TEXT16]]||colspan="3"|Additonal info as text (Abort reason, user name). | + | |align=center|7||[[TEXT16]]||colspan="3"|Additonal info as text (Abort reason, user name).<br> |
+ | DIAL_PIN, DIAL_NORMAL: Prompt text in display. AlphaCom uses a default text if the parameter is omitted or blank (16 spaces) | ||
|- | |- | ||
|} | |} |
Revision as of 13:53, 3 July 2009
Related to ABSD_Billing
CDC_CMD | 0x009F | 159 | AMC 10.40 | |
---|---|---|---|---|
Message used for billing control. <br\>
Call Detail Control message, response to CDC_STATE. command. Used from ABSD towards AMCD | ||||
1 | UINT2 | Connection Reference for this "dialing" sequence (actually ST_IND of A-station). | ||
2 | NET_OBJ_REF | A-station (billed station) . | ||
3 | UINT1 | Command 1 DIAL_PIN, (dial pin code , display *) If param 7 is included, use that text as display prompt | ||
4 | UINT1 | ABORT reason codes [1..99] ABSD expects immediate DISCONNECT from AMCD 1 NO_BILLING_LICENSE ABORT information codes [101..199] 101 OUT_OF_SERVICE, lost contact with Network Disk or other SQLITE specific error status | ||
5 | UINT1 | number of digits to delete from out-buffer | ||
6 | NET_OBJ_REF | For TRUNK_SET: Trunknumber | ||
7 | TEXT16 | Additonal info as text (Abort reason, user name). DIAL_PIN, DIAL_NORMAL: Prompt text in display. AlphaCom uses a default text if the parameter is omitted or blank (16 spaces) |