Difference between revisions of "CDC STATE"
From Zenitel Wiki
Line 66: | Line 66: | ||
|- | |- | ||
|align=center|4||{{AlphaWiki|NET_OBJ_REF}}||colspan="3"|Netref related to state type, (Feature, B-station or digit) | |align=center|4||{{AlphaWiki|NET_OBJ_REF}}||colspan="3"|Netref related to state type, (Feature, B-station or digit) | ||
− | |||
− | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
− | If the CDC_STATE is sent with CHANGE_A_IDENTITY; the parameter # | + | If the CDC_STATE is sent with CHANGE_A_IDENTITY; the parameter #2 will hold the new Directory Number |
<br><br> | <br><br> | ||
− | |||
<br> | <br> | ||
[[Category: ACDP messages]] | [[Category: ACDP messages]] | ||
[[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]] | [[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]] |
Revision as of 13:36, 26 November 2009
Related to ABSD_Billing
CDC_STATE | 0x009E | 158 | AMC 10.40 | |
---|---|---|---|---|
Message used for billing control, from AMCD to ABSD CDC = Call Detail Control. Response is CDC_CMD. | ||||
1 | UINT2 | Connection Reference for this "dialing" sequence (actually ST_IND of A-station) | ||
2 | NET_OBJ_REF | A-station (billed station), in NRF_LOCAL_DIRNO format. | ||
3 | UINT1 | State of billing sequence. 1 START, user has initiated a feature requiring CDC (5 = feature dirno) | ||
4 | NET_OBJ_REF | Netref related to state type, (Feature, B-station or digit) |
Modifications to the CDC_STATE Event
For the Billing system to be able to carry out the transfer of the A extension to a new A extension; the CDC_STATE event sent from AMC to ABSD needs to handle the new A extensions Connection Reference (UINT2) and Directory Number (NET_OBJ_REF).
Propose to add two new Sub Events in parameter #3;
- 8 CHANGE_A_IDENTITY
- 9 ACTIVE_SYNC
Propose to add a new parameter #5 of type UINT2 to hold the new A extensions Connection Reference.
The new CDC_STATE event will look like this:
CDC_STATE | 0x009E | 158 | AMC 10.40 | |
---|---|---|---|---|
Message used for billing control, from AMCD to ABSD <br\>
CDC = Call Detail Control. Response is CDC_CMD. | ||||
1 | UINT2 | Connection Reference for this "dialing" sequence (actually ST_IND of A-station) | ||
2 | NET_OBJ_REF | A-station (billed station), in NRF_LOCAL_DIRNO format. | ||
3 | UINT1 | State of billing sequence. 1 START, user has initiated a feature requiring CDC (5 = feature dirno) | ||
4 | NET_OBJ_REF | Netref related to state type, (Feature, B-station or digit) |
If the CDC_STATE is sent with CHANGE_A_IDENTITY; the parameter #2 will hold the new Directory Number