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

implement exotel with vocode #645

Closed

Conversation

akshaykumar-ak
Copy link

✅ Create ExotelClient class in exotel_client.py
✅ Implement ExotelPhoneConversation class in exotel_phone_conversation.py
✅ Add Exotel-specific constants to constants.py
✅ Update init.py with new Exotel imports
✅ Modify server files to handle Exotel routing and API endpoints
✅ Implement Exotel authentication and API call methods

@arpagon arpagon requested a review from ajar98 July 16, 2024 21:03
@@ -0,0 +1,138 @@
from __future__ import annotations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you link me to some docs here re the websocket spec for exotel? i'm surprised it's so similar to Twilio

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@ajar98 ajar98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is awesome! if you would mind refactoring ExotelOutputDevice I would love to merge this

vocode/streaming/output_device/exotel_output_device.py Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

2 participants