doubi4617 2015-11-04 15:11
浏览 50
已采纳

建立Twilio电话公司目录

I'm trying to implement the following tutorial from Twilio:

https://www.twilio.com/docs/tutorials/companydirectory

I'm currently stuck at the following step:

You would assign this scripts URL to your incoming phone number in Twilio. When a call is received at that phone number, Twilio makes a request to this script.

How can I make a PHP file available for execution online so that Twilio can make a request to this file?

Thanks, Eyad

  • 写回答

1条回答 默认 最新

  • douyinmian8151 2015-11-04 16:15
    关注

    Twilio developer evangelist here.

    We're a big fan of the product ngrok which allows you to tunnel through from a public URL to your application running on your computer.

    Check out this post about the benefits of ngrok and this post which walks through getting started with ngrok.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?