Hello All!
Being new here, thanks to you all for offering the Asterisk client library.
I am using asterisk-java version 3.39.0. Earlier it was 2.0.4-SNAPSHOT.
The implementation has read and write manager connections separately. Write connection: to send manager api requests, read connection: manager event listener added to this connection.
Recently observing two intermittent issues that the UserEvents generated at Asterisk side were received with a delay (amount to > 2 mins) and at some times the events not at all received by the added ManagerEventListener. Is it possible to detect if the read connection is terminated or dropped ?
Would appreciate if there are any extra logging and settings that can be enabled to find the cause of delay or missing events at listener side.
Thank you
Hello All!
Being new here, thanks to you all for offering the Asterisk client library.
I am using asterisk-java version 3.39.0. Earlier it was 2.0.4-SNAPSHOT.
The implementation has read and write manager connections separately. Write connection: to send manager api requests, read connection: manager event listener added to this connection.
Recently observing two intermittent issues that the UserEvents generated at Asterisk side were received with a delay (amount to > 2 mins) and at some times the events not at all received by the added ManagerEventListener. Is it possible to detect if the read connection is terminated or dropped ?
Would appreciate if there are any extra logging and settings that can be enabled to find the cause of delay or missing events at listener side.
Thank you