Difference between revisions of "CDC CMD"
From Zenitel Wiki
Line 1: | Line 1: | ||
− | [[ | + | Related to [[ABSD_Billing]] |
{| border="1" | {| border="1" | ||
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 *) <br> | ||
2 DIAL_NORMAL <br> | 2 DIAL_NORMAL <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 , Pin code etc. is not OK, barred number or account overdrawn. Expect DISCONNET in return <br> | + | 4 ABORT , Pin code etc. is not OK, barred number or account overdrawn. Expect CDC_STATUS(DISCONNET) in return <br> |
− | + | |- | |
− | + | |align=center|4||[[UINT1]]||colspan="3"|Abort reason code, TBD | |
|- | |- | ||
− | |align=center| | + | |align=center|5||[[UINT1]]||colspan="3"|number of digits to delete from out-buffer |
|- | |- | ||
− | |align=center| | + | |align=center|6||[[NET_OBJ_REF]]||colspan="3"|For TRUNK_SET: Trunknumber |
|- | |- | ||
− | |align=center| | + | |align=center|7||[[TEXT16]]||colspan="3"|Additonal info as text (Abort reason, user name). |
|- | |- | ||
|} | |} |
Revision as of 10:23, 10 June 2008
Related to ABSD_Billing
CDC_CMD | 0x00xx | xx | AMC 10.40 | |
---|---|---|---|---|
Message used for billing control. <br\>
Call Detail Control response command. Used from WCSD 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 *) | ||
4 | UINT1 | Abort reason code, TBD | ||
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). |