/mcp(CiscoProvTerminalRegisteredEv) eventList[i]; System.out.Println( ev.getTerminal().getName() + " registered with CUCM" ); } } } catch (Exception eee){ } Methods None Related Documentation See Constant Field Values, on page 1667. CiscoProvPickupCallAlertEv CiscoProvPickupCallAlertEvent is a new interface being added with Call Pickup feature development. This event is fired whenever there is a call to be picked up in a pickup group that the provider is observing. See previous changes to CiscoProvider for information about how to register to observe a pickup group. Description Cisco Unified Communications Manager Release Number New interface. 8.0(1) Declaration public interface CiscoProvPickupCallAlertEvent extends CiscoProvEv Methods Table 149: Methods of CiscoProvPickupCallAlertEv Description Method Interface This method returns the Pickup Group Number for which this event is being fired. getPickupGroupNumber() String This method returns the Pickup Group Number for which this event is being fired. getPickupGroupPartition() String This method returns the Call ID for the ringing call. getCallID() CiscoCallID Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 487 Cisco Unified JTAPI Extensions Methods