This document was generated from CDN thread
Created by: David Nguyen on 11-06-2008 11:51:34 PM
Is there a mechanism to get the type of Phone device, from either address or terminal objects, in JTAPI?
Subject: Re: Is there a mechanism to get the type of Phone device, from either addre
Replied by: David Nguyen on 11-06-2008 11:51:52 PM
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).