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
Is this reporting a bug or feature request?
It is a Bug regarding the used of dialin feature of pipecat
If reporting a bug, please fill out the following:
Environment
pipecat-ai version:0.0.48.dev5
python version:3.10.12
OS:Ubuntu
Issue description
Provide a clear description of the issue.
I was implementing the dialin feature with twilio.I manage to do the call forwarding my creation of new room but when the bot says the first phrase,how many times the user responds ,it doesnt respond back.For checking if the user transcription are loading,I tried the content.get_messages.json()method also but the role:user transcript part is not available
Repro steps
List the steps to reproduce the issue.
call the bot_runner.py in the dialin chatbot through twilio method.
Expected behavior
User query should be mentioned and answered
Actual behavior
NO response to the user
The text was updated successfully, but these errors were encountered:
Description
Is this reporting a bug or feature request?
It is a Bug regarding the used of dialin feature of pipecat
If reporting a bug, please fill out the following:
Environment
Issue description
Provide a clear description of the issue.
I was implementing the dialin feature with twilio.I manage to do the call forwarding my creation of new room but when the bot says the first phrase,how many times the user responds ,it doesnt respond back.For checking if the user transcription are loading,I tried the
content.get_messages.json()
method also but the role:user transcript part is not availableRepro steps
List the steps to reproduce the issue.
call the bot_runner.py in the dialin chatbot through twilio method.
Expected behavior
User query should be mentioned and answered
Actual behavior
NO response to the user
The text was updated successfully, but these errors were encountered: