twilio / voice-quickstart-server-node

voice quickstart server example in node
MIT License
24 stars 37 forks source link

make a call from twilio subaccount(makeCall) #17

Open shakilur157 opened 4 years ago

shakilur157 commented 4 years ago

https://stackoverflow.com/questions/61570533/make-a-call-from-twilio-subaccountmakecall Please check dis issue and help me out.

bobiechen-twilio commented 4 years ago

Hi @shakilur157

You are on the right track! Please note that Twilio accounts work independently, even with master and subaccounts. All you have to do is create account credentials and TwiML application SID (you can reuse the server endpoint if the logic works for the account) and you should be able to make call using your subaccount.