Actions

Difference between revisions of "CDC CMD"

From Zenitel Wiki

Line 20: Line 20:
 
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, see reason codes in [4]. Expect CDC_STATE(DISCONNET) in return if ABORT reason code [1..99] <br>
 
4 ABORT, see reason codes in [4]. Expect CDC_STATE(DISCONNET) in return if ABORT reason code [1..99] <br>
5 LOW_BALANCE, approx. 10 seconds to ABORT due to [4] ACCOUNT_OVERDRAWN <br>
+
5 LOW_BALANCE, approx. 10 seconds to ABORT due to ACCOUNT_OVERDRAWN <br>
 
|-
 
|-
 
|align=center|4||[[UINT1]]||colspan="3"|ABORT reason codes [1..99]<br>
 
|align=center|4||[[UINT1]]||colspan="3"|ABORT reason codes [1..99]<br>

Revision as of 16:31, 10 March 2009

Related to ABSD_Billing

CDC_CMD 0x009F 159 AMC 10.40
Message used for billing control. <br\>

Call Detail Control message, response to CDC_STATE. command. Used from ABSD 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 *)
2 DIAL_NORMAL
3 TRUNK_SET, Set trunk number for SIP, start SIP connection.
4 ABORT, see reason codes in [4]. Expect CDC_STATE(DISCONNET) in return if ABORT reason code [1..99]
5 LOW_BALANCE, approx. 10 seconds to ABORT due to ACCOUNT_OVERDRAWN

4 UINT1 ABORT reason codes [1..99]

ABSD expects immediate DISCONNECT from AMCD

1 NO_BILLING_LICENSE
2 INVALID_PIN_CODE
3 BARRED_NUMBER
4 ACCOUNT_OVERDRAWN
5 MISSING_TRUNK_DATA
6 BACKUP_IN_PROGRESS
7 MISSING_DATABASE
8 EXTENSION_LOCKED
9 BARRING_LEVEL
10 USERS_MULTIPLE_CALL_INHIBIT
11 EXTENSION_INVALID
12 WAIT_ESTABLISHED_TIMEOUT
13 SPEECH_START_TIMEOUT
14 ACCESS_DENIED

ABORT information codes [101..199]
ABSD may or may not continue Billing charge process with local FSM data

101 OUT_OF_SERVICE, lost contact with Network Disk or other SQLITE specific error status
102 MISSING_ACTIVE, failed to receive ACTIVE from AMCD, Billing charge stops, ABSD FSM terminates
103 MISSING_ESTABLISHED

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).

Back to AlphaNet message list