McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 551

↗ View in doc context
page
551
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::552

try { if ( eventList ! = null ) { for ( int i

0; i < eventList.length; i++ ) { if ( eventList[i] instanceof CiscoProvTerminalRegisteredEv ){ CiscoProvTerminalRegisteredEv ev

(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

Page 551 diagram