Savion  Smith
Savion Smith

Reputation: 46

Using Twilio with existing phone handset

I have a question and I need to know if this Twilio integration is possible.

My client needs to keep the same business phone number (as it is marketed and printed in all advertisement).

She has a landline phone handset which is connected to ATT&T with the business phone number, but we have a different number for tech support.

I want to be able to integrate Twilio so that it works like this:

1.Client calls studio phone number 2. Twilio receives the call and presents a (press 1 to speak with the front desk, press 2 to speak with tech support prompt) 3. They press 1 and the studio phone handset rings and the front desk rep is able to take the call. 3a. They press 2 and they are connected to our tech support number.

Please help. If you need any more clarification, please let me know. Thank you.

Upvotes: 0

Views: 829

Answers (1)

Devin Rader
Devin Rader

Reputation: 10366

Twilio evangelist here.

It sounds like the best approach here is to port the business phone number into Twilio. This would let Twilio answer the incoming phone calls and execute your IVR for the callers, which solves steps 1 and 2 in your workflow.

For step 3, if you port the business phone number to Twilio then you'll need to find some other way to make the landline phone in the business ring since it won't have a phone number any more. There are a few ways to do this:

  • You could get a new phone number from AT&T that rings her landline.
  • You could go VoIP and build a Twilio Client application hosted either in web browser or a native iPhone or Android app.

With either of these options, from when the user selects option 1 in your IVR, you would just use the <Dial> verb to have Twilio make an outbound connection (either to the new landline number or to the Client instance name) and Twilio will bridge the incoming customers call with that outbound call.

Hope that helps.

Upvotes: 1

Related Questions