This page lists current issues and workarounds relating to Asterisk and the LumenVox Speech Engine integration.
Some users will have a problem loading res_speech_lumenvox.so (the Connector Bridge). If Asterisk hangs indefinitely while attempting to load res_speech_lumenvox.so, you can work around this bug by modifying the Asterisk module loader to wait two seconds before loading the module.
You will need to go into your Asterisk source directory and edit main/loader.c to include the following block of code:
The above code snippet should be added in the file just above the following comment:
You will then need to save the file and rebuild Asterisk from source.