com.avaya.jtapi.tsapi
Class LucentChargeType
java.lang.Object
com.avaya.jtapi.tsapi.LucentChargeType
public class LucentChargeType
- extends java.lang.Object
This class defines constants used with the LucentChargeAdviceEvent.getChargeType() method.
- See Also:
LucentChargeAdviceEvent
|
Field Summary |
static short |
CT_FINAL_CHARGE
This charge is send by the trunk when a call is dropped. |
static short |
CT_INTERMEDIATE_CHARGE
This is a charge sent by the trunk while the call is active. |
static short |
CT_SPLIT_CHARGE
CDR outgoing call splitting is used to divide the charge for a call among different users. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CT_INTERMEDIATE_CHARGE
public static final short CT_INTERMEDIATE_CHARGE
- This is a charge sent by the trunk while the call is active. The charge amounts
reported are cumulative. If a call receives two or more consecutive intermediate
charges, then the amount from the last intermediate charge replaces the amount(s)
of the previous intermediate charges. The amounts are not added to produce a total charge.
- See Also:
- Constant Field Values
CT_FINAL_CHARGE
public static final short CT_FINAL_CHARGE
- This charge is send by the trunk when a call is dropped. If call CDR outgoing
call splitting is not enabled, then the final charge reflects the charge for the
entire call.
- See Also:
- Constant Field Values
CT_SPLIT_CHARGE
public static final short CT_SPLIT_CHARGE
- CDR outgoing call splitting is used to divide the charge for a call among different users.
For example, if an outgoing call is placed by one station and transferred to a second station,
and if CDR call splitting is enabled, then CDR and the Charge Advice Events would charge the
first station up to the time of the transfer, and second station after that. A split charge
reflects the charge for the call up to the time the split charge is sent (starting at the
beginning of the call, or at the previous split charge). Any Charge Advice Event received
after a split charge will reflect only that portion of the charge that took place after the
split charge. If split charges are received for a call, then the total charge for the call
can be computed by adding the split charges and the final charge.
- See Also:
- Constant Field Values
LucentChargeType
public LucentChargeType()
Copyright © 2006 Avaya All Rights Reserved.