-
Notifications
You must be signed in to change notification settings - Fork 142
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
Twilio phone number to Twilio phone number call is not working #614
Comments
This is absolutely achievable using the SDK and some TwiML tricks with a few steps:
When the call is received on client Let us know if this makes sense to you. |
Hi @bobiechen-twilio Thanks for your reply. I have already done this. Actually, I want to perform this
If I run this, then ''https://demo.twilio.com/welcome/voice/'' this URL triggers (In Active Phone Numbers -> Configurations -> A call come in wehook). How can I fix it? If its not possible then in case of
How can I trigger my customize URL in this webhook (In Active Phone Numbers -> Configurations -> A call come in wehook). Actually, I want to interrupt the voice call either it is between clientID-to-clientID, clientID-to-phoneNumber or phoneNumber-to-phoneNumber. I want to add my audio track in live voice call stream. |
@shehzadraheem I'm going to have to ask you to file a support ticket so that we can direct you to the right folks who can help. Unfortunately, your questions are outside the scope of this Github board, which is relegated to the client side SDK and getting started with the quickstart, things such as Twml configuration and other backend questions arn't this groups specialty and we may lead you astray.. Sorry we couldn't help more. |
I have two Twilio phone numbers. I'm trying to call between these two numbers, but it's not working.
I want to build an app in which users will purchase Twilio phone numbers, and then they will call to each other using these phone numbers.
Is it possible to call between two Twilio phone numbers?
The text was updated successfully, but these errors were encountered: