Can retrieve endpoint information from cache instead of querying AES?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sato15
    Member
    .
    • May 2019
    • 3

    Can retrieve endpoint information from cache instead of querying AES?

    This is JTAPI.
    We are currently using the following method to obtain the endpoint information of a terminal (associated with an extension):
    ```javaV11RegisteredEndpointInfo[] regEndpointInfos = luAddress.getRegisteredEndpoints();```
    However, this method always queries the AES server, which causes slow response times.We would like to confirm whether there is any JTAPI method that can retrieve endpoint information from cache instead of querying AES directly —
    for example:
    ```javaV11RegisteredEndpointInfo[] regEndpointInfos = luAddress.getTSDevice().getRegisteredEndpoints(fal se);```
    If such a method exists, could you please provide information on its availability and correct usage?
Loading