<div dir="ltr">Hi,<div>out of curiosity, I'm trying to see if I can use application record + mod_httapi (<a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_httapi">https://freeswitch.org/confluence/display/FREESWITCH/mod_httapi</a>)</div><div>to connect with Google Speech Recognition service (via a proxy app that will handle HTTP to gRCP convertion).</div><div>Just as a test, I'm trying to see if using an inbound event socket I can inject a DETECTED_SPEECH event in a channel.</div><div>I tried something like this and got an +OK from FS:</div><div><br></div><div>T <a href="http://192.168.88.78:60380">192.168.88.78:60380</a> -> <a href="http://192.168.88.74:8021">192.168.88.74:8021</a> [AP]<br>sendevent DETECTED_SPEECH<br>Unique-ID: a03486b8-781d-430a-ab26-5815485401a8<br>Call-UUID: a03486b8-781d-430a-ab26-5815485401a8<br>call_uuid: a03486b8-781d-430a-ab26-5815485401a8<br>uuid: a03486b8-781d-430a-ab26-5815485401a8<br>Channel-UUID: a03486b8-781d-430a-ab26-5815485401a8<br>Speech-Type: begin-speaking<br><br>T <a href="http://192.168.88.74:8021">192.168.88.74:8021</a> -> <a href="http://192.168.88.78:60380">192.168.88.78:60380</a> [AP]<br>Content-Type: command/reply<br>Reply-Text: +OK 64bdd4aa-9476-4db8-b56c-36a62f6a2238<br><br></div><div>but nothing got notified to the channel (and no logs about it from FS running in debug level)</div><div><br></div><div>Would this be actually possible?</div><div><br></div></div>