We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: not able to get recording of calls Steps to reproduce:
twilio_config=TwilioConfig( account_sid=os.environ["TWILIO_ACCOUNT_SID"], auth_token=os.environ["TWILIO_AUTH_TOKEN"], record = True )
4.Edited the outbound_call.py file in "https://github.com/vocodedev/vocode-core/blob/main/apps/telephony_app/outbound_call.py" with my Twilio phone numbers and my number and updated the same TwilioConfig with record = True 5. Ran the main.py with uvicorn service 6. ran outbound_call.py and i received the call, but was not able to find the recording in my Twilio account.
can you guys please help?
GPT-4
Deepgram
Eleven Labs
Twilio
nothing specific, it was as per the default prompt in outbound_call.py
Steps to reproduce:
recording should be available in Twilio account but it was not happening in my case
The text was updated successfully, but these errors were encountered:
You’ll need extra code to be able to record inbound phone calls but to record outbound calls
You need to add something like this below directly in the telephony_params
telephony_params
outbound_call = OutboundCall( telephony_config=..., telephony_params={ "Record": "True", "RecordingChannels": "dual", }, )
Sorry, something went wrong.
No branches or pull requests
Brief Description
Issue: not able to get recording of calls
Steps to reproduce:
4.Edited the outbound_call.py file in "https://github.com/vocodedev/vocode-core/blob/main/apps/telephony_app/outbound_call.py" with my Twilio phone numbers and my number and updated the same TwilioConfig with record = True
5. Ran the main.py with uvicorn service
6. ran outbound_call.py and i received the call, but was not able to find the recording in my Twilio account.
can you guys please help?
LLM
GPT-4
Transcription Services
Deepgram
Synthesis Services
Eleven Labs
Telephony Services
Twilio
Conversation Type and Platform
nothing specific, it was as per the default prompt in outbound_call.py
Steps to Reproduce
Steps to reproduce:
4.Edited the outbound_call.py file in "https://github.com/vocodedev/vocode-core/blob/main/apps/telephony_app/outbound_call.py" with my Twilio phone numbers and my number and updated the same TwilioConfig with record = True
5. Ran the main.py with uvicorn service
6. ran outbound_call.py and i received the call, but was not able to find the recording in my Twilio account.
Expected Behavior
recording should be available in Twilio account but it was not happening in my case
Screenshots
The text was updated successfully, but these errors were encountered: