You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using Asterisk 18.11.0 and your voice bot application.
I follow your example but play my own wav files, after I pick up the phone, at the very beginning of playing the file I get a "hit" voice artifact, and when I hear the answer in my application and analyze the voice - I also get a "hit" "an example of which I will attach to this appeal
I encountered this, as well. It seems Asterisk's implementation of AudioSocket no longer actually sends SLIN, even though it sends the type byte saying it is.
I worked around this problem by forcing it with the dialed channel instantiation, adding c(slin) to the end, like so:
I encountered this, as well. It seems Asterisk's implementation of AudioSocket no longer actually sends SLIN, even though it sends the type byte saying it is.
I worked around this problem by forcing it with the dialed channel instantiation, adding c(slin) to the end, like so:
Thanks a lot for this info.
I need to use Dial to be able to keep dialplan running after audiosocket server hangup.
When I use app AudioSocket directly, dialplan ends right away.
But use Dial like this makes asterisk send some strange, inaudible audio: Dial(AudioSocket/127.0.0.1/0549ec21-a181-4339-8ae7-f935be7bb040
This is what i use now: Dial(AudioSocket/127.0.0.1/0549ec21-a181-4339-8ae7-f935be7bb040/c(slin))
Hello, I am using Asterisk 18.11.0 and your voice bot application.
I follow your example but play my own wav files, after I pick up the phone, at the very beginning of playing the file I get a "hit" voice artifact, and when I hear the answer in my application and analyze the voice - I also get a "hit" "an example of which I will attach to this appeal
hxKQFDaFpLSjFbc.wav.zip
The text was updated successfully, but these errors were encountered: