cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1281
Views
0
Helpful
2
Replies

JTAPI SendData Timeout value

upchaurasia
Spotlight
Spotlight

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

 

1 Accepted Solution

Accepted Solutions

mpotluri
Level 5
Level 5

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.

View solution in original post

2 Replies 2

mpotluri
Level 5
Level 5

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.

Thanks Mohan