My question was about if are you using a freely available python script or if you made a custom one.
@nosenicomomellamo
Yes this is right ( About these, you used only asterisk-python and then you write a custom EAGI module taking some inspiration from the other two modules, right?)
As explained, in EAGI you can get the audio data from a file descriptor while the call is going on.
The [https://github.com/ederwander/Asterisk-Google-Speech-Recognition ] project shows how to do that.
custom one off course. I am using it in a similar way to what [https://github.com/ederwander/Asterisk-Google-Speech-Recognition ] is doing but I don’t send the audio directly to speech recognition but to another system which is our core business system
ok, now it is more clear!
I will try and put how I made when done
Thank youuuu
I want to do something similar but I’m unable to pass the live audio files to another file. If I run the script from home directory it just works perfect but when in agi-bin it doesn’t work