Skip to content
New issue

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

Add dialout support for the Twilio bot in the phone example #1096

Open
chadbailey59 opened this issue Jan 27, 2025 · 1 comment
Open

Add dialout support for the Twilio bot in the phone example #1096

chadbailey59 opened this issue Jan 27, 2025 · 1 comment
Assignees

Comments

@chadbailey59
Copy link
Contributor

chadbailey59 commented Jan 27, 2025

#998 added dial-out support for the Daily transport to the phone chatbot example. We need to add a dial-out example for Twilio as well, and clean up the Twilio dial-in README.

@chadbailey59 chadbailey59 self-assigned this Jan 27, 2025
@vr000m
Copy link

vr000m commented Jan 28, 2025

Here is a guide to do it. Most of the configuration is on Twilio. The bot code only swaps out the phoneNumber for a sipUri

https://www.notion.so/dailyco/PUBLIC-Doc-Integration-Twilio-PSTN-Daily-s-SIP-Dialout-1cfdaed630f5458d9d4fc0e3f29ec559

for example, on L85 you can do a check for twilio vs daily.

"sipUri":"sip:{phoneNumber}@daily-twilio-integration.sip.twilio.com;transport=tls"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants