Using Twilio to leave ringless voicemail messages

给你一囗甜甜゛ 提交于 2019-12-31 00:01:40

问题


I have been looking and asking for information on this subject and getting nothing. I suspect that it is just a command in the data packet array. Any clues would be helpful. Can call $_REQUEST array be modified to inject needed code?


回答1:


Leaving ringless voice mail drops with Twilio requires that you POST an api request to make a call single call to a phone number then a fraction of a second later make a second request to the same number while immediately dropping the first request. This results in the mobile company routing the second call directly to their voicemail servers.

As far as I know Twilio doesn't offer any "out of the box" voicemail drop options in their RESTful API.



来源:https://stackoverflow.com/questions/45948398/using-twilio-to-leave-ringless-voicemail-messages

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!