Difference between revisions of "CDC STATE"
From Zenitel Wiki
(→Call Transfer and CDC_STATE Event) |
(→Call Transfer and CDC_STATE Event) |
||
Line 38: | Line 38: | ||
If the second message is not received with seconds, the transfer was unsuccessful. | If the second message is not received with seconds, the transfer was unsuccessful. | ||
+ | Also see [[CALL_SETUP]], param#3. | ||
[[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 17:11, 27 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) |
Call Transfer and CDC_STATE Event
For the a Billed call transferred, AMCD will send :
- CDC_STATE(old_conn_ref; new_a_netref; CHANGE_A_IDENTITY) from the old node.
- CDC_STATE(new_conn_ref; new_a_netref; ACTIVE_SYNC) from the new node.
If the second message is not received with seconds, the transfer was unsuccessful.
Also see CALL_SETUP, param#3. Back to AlphaNet message list