I've followed the instructions in the README and for the most part things went smoothly.
Once everything is running, I'm able to access, log in, join room but unable to use microphone.
Inspecting the network tab there seems to be a problem with the web socket. Checking logs I see multiple errors related to connecting to ESL. Example:
error: [mcs-freeswitch-esl-wrapper] FreeSWITCH ESL connection received error ETIMEDOUT errno=-110, code=ETIMEDOUT, syscall=connect, address=10.7.7.1, port=8021
I've tried using telnet with the above mentioned IP and port from the HOST and the connection is successful but fails if I try doing the same from one of the containers (example: bbb-fsesl-akka)
I feel like I'm missing something basic here.. Any ideas?
I've followed the instructions in the README and for the most part things went smoothly.
Once everything is running, I'm able to access, log in, join room but unable to use microphone.
Inspecting the network tab there seems to be a problem with the web socket. Checking logs I see multiple errors related to connecting to ESL. Example:
error: [mcs-freeswitch-esl-wrapper] FreeSWITCH ESL connection received error ETIMEDOUT errno=-110, code=ETIMEDOUT, syscall=connect, address=10.7.7.1, port=8021I've tried using telnet with the above mentioned IP and port from the HOST and the connection is successful but fails if I try doing the same from one of the containers (example: bbb-fsesl-akka)
I feel like I'm missing something basic here.. Any ideas?