/mcpC H A P T E R 7 Cisco Unified JTAPI Examples This chapter provides the source code for makecall, the Cisco Unified JTAPI program that is used to test the JTAPI installation. The makecall program comprises a series of programs that were written in Java by using the Cisco Unified JTAPI implementation. For instructions on how to invoke makecall, see Running makecall, on page 759. The Cisco Unified JTAPI Test tool can also be used to review message examples and test JTAPI features and functions. For details, refer http://developer.cisco.com/web/jtapi/docs. • MakeCall.java, on page 745 • Actor.java, on page 747 • Originator.java, on page 751 • Receiver.java, on page 755 • StopSignal.java, on page 756 • Trace.java, on page 757 • TraceWindow.java, on page 758 • Running makecall, on page 759 MakeCall.java /** * makecall.java *

