Difference between revisions of "CDC STATE"
From Zenitel Wiki
Line 4: | Line 4: | ||
|- | |- | ||
!style="background:#ffdead;" width="90pt" colspan="2"|CDC_STATE | !style="background:#ffdead;" width="90pt" colspan="2"|CDC_STATE | ||
− | !style="background:#ffdead;" width="100pt"| | + | !style="background:#ffdead;" width="100pt"|0x009C |
− | !style="background:#ffdead;" width="30pt"| | + | !style="background:#ffdead;" width="30pt"|156 |
!style="background:#ffdead;" |AMC 10.40 | !style="background:#ffdead;" |AMC 10.40 | ||
|- | |- |
Revision as of 11:53, 10 June 2008
Related to ABSD_Billing
CDC_STATE | 0x009C | 156 | 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.<br\>
1 START, user has initiated a feature requiring CDC (5 = feature dirno)<br\> 2 DIGIT, user has dial a digit (5 = digit netref) <br\> 3 ESTABLISHED, (SIP)connection established (200 OK received)<br\> 4 ACTIVE, call is still active, will come every 10 second during connection<br\> 5 DISCONNECT, CDC sequence ended, ABSD to release call. | ||
4 | NET_OBJ_REF | Netref related to state type, (Feature, B-station or digit) |