alphacep / vosk-asterisk

Speech Recognition in Asterisk with Vosk Server
GNU General Public License v2.0
102 stars 40 forks source link

Error loading module res_http_websocket_fix.so #3

Closed rybushkindmitry closed 4 years ago

rybushkindmitry commented 4 years ago

Error loading module res_http_websocket_fix.so: /usr/lib64/asterisk/modules/res_websocket_fix.so: undefined symbol:ast_websocket_wait_for_input

asterisk 16.6.2

nshmyrev commented 4 years ago

Please update to asterisk master.

rybushkindmitry commented 4 years ago

Updated to master (Asterisk GIT-master-ca3c22c5f1) The error is repeated again

nshmyrev commented 4 years ago

What is the error exactly? Did you remove old modules, recompile from clean checkout and reinstall?

res_websocket_fix.so is not our module, is it some external module? Our is called res_http_websocket_fix.so

rybushkindmitry commented 4 years ago

Sorry, wrote an invalid file name. I mean res_http_websocket_fix.so Once again I put together the package, everything worked out. many thanks

nshmyrev commented 4 years ago

Ok, let me know how it goes.