Add timeout waiting for response from FreeSWITCH when sending ESL command
- When waiting for a response from FS after sending an ESL command and the ESL connection disconnects, the sending thread will be blocked as the trigger for it to unblock is the response from FS which never comes. Add a 30 second timesout waiting for response and give up to go send a new FS ESL command.
Showing
- akka-bbb-fsesl/src/main/java/org/bigbluebutton/freeswitch/voice/freeswitch/FreeswitchApplication.java 41 additions, 37 deletions...on/freeswitch/voice/freeswitch/FreeswitchApplication.java
- bbb-fsesl-client/src/main/java/org/freeswitch/esl/client/inbound/InboundClientHandler.java 12 additions, 1 deletion...g/freeswitch/esl/client/inbound/InboundClientHandler.java
- bbb-fsesl-client/src/main/java/org/freeswitch/esl/client/internal/AbstractEslClientHandler.java 8 additions, 4 deletions...eswitch/esl/client/internal/AbstractEslClientHandler.java
Loading
Please register or sign in to comment