USAN / res_speech_gdfe

Asterisk speech driver for Google Dialogflow
GNU General Public License v2.0
16 stars 12 forks source link

With connect function and callback to stop recognition #14

Closed DanDanN00dle closed 5 years ago

DanDanN00dle commented 5 years ago

Add connect call to start the channel connection as soon as possible Add a handler so the speech layer will notify of state changes so we can cancel recognition (instead of having to poll the state).