unispeech / asterisk-unimrcp

UniMRCP modules for Asterisk
http://www.unimrcp.org/asterisk
GNU General Public License v2.0
48 stars 36 forks source link

SPEECH_CHANNEL_TIMEOUT_USEC is not enough to load large grammars #8

Closed userator closed 7 years ago

userator commented 7 years ago

The process of loading a large grammar takes place with the error "Unable to load grammar"

For 16mb grammar, 30 seconds of the timeout for downloading specified in SPEECH_CHANNEL_TIMEOUT_USEC is not sufficient.

Please add the feature, using the config, set the value for SPEECH_CHANNEL_TIMEOUT_USEC

achaloyan commented 7 years ago

This issue has been addressed in pull request #9.

userator commented 7 years ago

Thank you so much