Avaya specific question
Phil Crick <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I've got quiet a simple question but don't seem to be able to find the answer anywhere so maybe you guys can help. We've got an avaya PBX and are using the CT Server running on NT 2000. I'm trying to use JTAPI to find out who is currently logged onto the PBX: ... String providerString = "AVAYA#DEFINITY#CSTA#NT11;loginID=administrator;passwd=*****"; JtapiPeer jtapiPeer = JtapiPeerFactory.getJtapiPeer(null); Provider provider = jtapiPeer.getProvider(providerString); ... This piece of code seems to work fine, however when I run this piece of code: Address[] addresses = provider.getAddresses(); I only get one address, (AllRouteAddress). I know for a fact that there are about 300 people using the PBX - so where have they all gone? Is this the correct way to find out who is logged in to the PBX or have a missed something? Also if I run the same code against the Avaya simulator I get the same results even though there are about 10 or so phones connected to the simulator. None of the Avaya examples work nor do the Sun examples - they all connect but then fail when they try and do anything useful - like make a connection between two addresses. Any help greatly appreciated. Phil Crick =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JTAPI-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".