Difference between revisions of "CDC STATE"
From Zenitel Wiki
Line 31: | Line 31: | ||
The {{AlphaWiki|CDC_STATE}} event sent from AMC to ABSD needs to handle the new A extensions Connection Reference ({{AlphaWiki|UINT2}}) and Directory Number ({{AlphaWiki|NET_OBJ_REF}}). | The {{AlphaWiki|CDC_STATE}} event sent from AMC to ABSD needs to handle the new A extensions Connection Reference ({{AlphaWiki|UINT2}}) and Directory Number ({{AlphaWiki|NET_OBJ_REF}}). | ||
<br><br> | <br><br> | ||
− | Propose to add | + | Propose to add two new Sub Events in parameter #3; |
* 8 CHANGE_A_IDENTITY | * 8 CHANGE_A_IDENTITY | ||
+ | * 9 ACTIVE_SYNC | ||
<br> | <br> | ||
Propose to add a new parameter #5 of type {{AlphaWiki|UINT2}} to hold the new A extensions Connection Reference. | Propose to add a new parameter #5 of type {{AlphaWiki|UINT2}} to hold the new A extensions Connection Reference. | ||
Line 61: | Line 62: | ||
6 SPEECH_START, {{AlphaWiki|ABSD_Billing#AudioCodes_X-detect|Speech detected by AudioCodes}}<br> | 6 SPEECH_START, {{AlphaWiki|ABSD_Billing#AudioCodes_X-detect|Speech detected by AudioCodes}}<br> | ||
7 SPEECH_END, Speech detect end by AudioCodes<br> | 7 SPEECH_END, Speech detect end by AudioCodes<br> | ||
− | 8 CHANGE_A_IDENTITY, Change A extension, continue Billing sequence | + | 8 CHANGE_A_IDENTITY, Change A extension, continue Billing sequence<br> |
+ | 9 ACTIVE_SYNC, first message after CHANGE_A_IDENTITY, synchronize AMC and ABSD with new message header | ||
|- | |- | ||
|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) |
Revision as of 09:56, 16 November 2009
Related to ABSD_Billing
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) |
Modifications to the CDC_STATE Event
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) | ||
5 | UINT2 | Connection Reference for new A station/extension AMC 10.6x |
If the CDC_STATE is sent with CHANGE_A_IDENTITY; the parameter #4 will hold the new Directory Number and parameter #5 will hold the new Connection Reference.
NOTE: Parameter #5 will only be added if Sub Event in parameter #3 is of type 8 CHANGE_A_IDENTITY.
Back to AlphaNet message list