Hi,
I found the following statement in JTAPI javadoc:
public
Address[]
getAddresses() throws
ResourceUnavailableExceptionReturns an array of Addresses associated with the Provider and within the Provider's domain.
This list is static (i.e. is does not change) after the Provider is first created. If no Address objects are associated with this Provider, then this method returns null.
Do I interpret it correctly that if you create a new DN in CUCM after that your application called CiscoJtapiPeer.getProvider() , then Provider.getAddresses() will NOT contain the newly added DN?
Will the getAddresses() method always return the same constant Address[] array during the whole lifetime of the Provider object?
Best regards,
Tibor