« Back to Cisco JTAPI Questions

get all devices of a line

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
can i get that via jtapi?

Are you looking for all the devices that have a specific line(Directory Number) configured on it. If so, try:
CiscoAddress.getTerminals() API
 
Please Note, it will only return those devices which are in user's control list.