McDewey

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

Page 391

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

Interface History Description Cisco Unified Communications Manager Release Number New interface. 7.1(3) Sample Code: class myAddrObserver extends CiscoAddressObserver { public synchronized void addressChangedEvent ( AddrEv [] eventList ) { if ( eventList[i] instanceof CiscoAddrVoiceMailPilotChangedEv){ CiscoAddrVoiceMailPilotChangedEv ev

(CiscoAddrVoiceMailPilotChangedEv) eventList[i]; Address cAddr

ev.getAddress(); String newVoiceMailPilot

ev.getVoiceMailPilot(); System.out.println(" New voice mail pilot for " + ev.getAddress() + " is " + newVoiceMailPilot ); } } } Superinterfaces NA Declaration NA Fields Table 69: Fields in CiscoAddrVoiceMailPilotChangedEv Field Interface Inherited Fields Methods Table 70: Methods in CiscoAddrVoiceMailPilotChangedEv Description Method Interface This method returns the new voice mail pilot of the address. getVoiceMailPilot() String Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 327 Cisco Unified JTAPI Extensions Superinterfaces

Page 391 diagram