/mcpCiscoToneChangedEv The CiscoToneChangedEv event indicates that a tone has been generated for this call. The CallControlCallObserver interface reports this event. Currently, this tone gets generated only because of the Forced Authorization Code (FAC) or Client Matter Code (CMC) features. CiscoToneChangedEv.getCiscoCause() returns CiscoCallEv.CAUSE_FAC_CMC_FEATURE if the tone gets generated because of FAC_CMC. Interface History Description Cisco Unified Communications Manager Release Number Created history table to track changes. 7.1(1 and 2) Superinterfaces javax.telephony.events.CallEv, CiscoCallEv, CiscoEv, javax.telephony.events.Ev Declaration public interface CiscoToneChangedEv extends CiscoCallEv Fields Table 253: Fields in CiscoToneChangedEv Description Field Interface None ID static final int Indicates that a FAC must be entered using Connection.addToAddress(String) to extend the call. This applies only for FAC_CMC_FEATURE_ID. FAC_REQUIRED static final int Indicates that a CMC must be entered using Connection.addToAddress(String) to extend the call. This applies only for FAC_CMC_FEATURE_ID. CMC_REQUIRED static final int Indicates that both a FAC and a CMC must be entered using Connection.addToAddress(String) to extend the call. The application can enter either one String code at a time or both at same time, separated by a # (pound sign) character. This applies only for FAC_CMC_FEATURE_ID. FAC_CMC_REQUIRED static final int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 659 Cisco Unified JTAPI Extensions CiscoToneChangedEv