11-16-2016 10:50 PM
Hi All,
We are using JTAPI SendData API to send small alert messages to IP Phones. If specific phone is not connected in network the application gets timeout response. Can you please let us know , after how much time (after calling SendData method) application will get timeout response.
Thanks & Regards,
Umesh
Solved! Go to Solution.
11-16-2016 11:53 PM
You should ideally check if terminal is in in-service state before calling sendData() method. This should eliminate most of your timeout errors.
'CTI Request Timeout' CTImanager service parameter determines the timeout value. The service parameter defaults to 5 seconds.
11-16-2016 11:53 PM
You should ideally check if terminal is in in-service state before calling sendData() method. This should eliminate most of your timeout errors.
'CTI Request Timeout' CTImanager service parameter determines the timeout value. The service parameter defaults to 5 seconds.
11-18-2016 01:19 AM
Thanks Mohan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide