« Back to Cisco JTAPI Questions

Is there a mechanism to get the type of Phone device, from either address o

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is there a mechanism to get the type of Phone device, from either address or terminal objects, in JTAPI?

No. It is not possible to differentiate between phone types with any JTAPI methods yet. The differentiation can only be done between CiscoMediaTerminal, CiscoRouteTerminal or other terminals. Applications can run instanceOf to check if it is an instance of CiscoRouteTerminal (RoutePoint), CiscoMediaTerminal(CTIPort) or CiscoTerminal ( IP-Phone).