MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Can I call a number using app #49

Closed jamesawer3 closed 3 years ago

jamesawer3 commented 3 years ago

Hey Guys, I'm new to twilio installed the npm and followed all the steps given in document. I could initiate the call from my mobile and its just playing a song i gave in twiml. I need help in calling from my app to app or normal call.

Twiml File: http://demo.twilio.com/docs/voice.xml

MrHertal commented 3 years ago

Hi,

You can check this function on the voice-quickstart-server-node project.

It returns a TwiML with a Dial verb that redirects call.

jamesawer3 commented 3 years ago

Thanks I fixed it.