twilio-php

Twilio sms reply feature

夙愿已清 提交于 2019-12-01 20:45:38
I've created a system based on cron job which generates new tasks for user. When new task is generated cron file sends a sms to user using twilio sms api. Now I want make something like when user reply to that sms with word "Done" that task associated with sms will be completed in my database. I've set reply URL in twilio account. And everything is working fine. My point is how can I complete that task in database. Is there any feature exist in twilio that can help me to send extra parameter as task id, so that I can fetch that id from reply and update the status of task. Twilio developer

Make a call between two numbers not registered in twilio

风格不统一 提交于 2019-12-01 11:18:53
There's some way of make a call between two of my users? I mean... I have a twilio acount with a registered number and I have to make a call to my client "Bill" so when he answer that, the call should be redirected to another client, that Bill choosed, let's say "Joe". So, Bill click's a button and he's phone rings, he answer that and start to call Joe. When some of them hangup, the all call should be over. Have someone ever made that? Help me! And I'm sorry about my bad english (oh yeah, I'm using php for that) This is just something simple to get you going, you can also look at connecting to

Adding multiple people to a conference call from caller Twilio

陌路散爱 提交于 2019-12-01 05:56:16
I read lots of articles about Twilio conference call. I created a php function which creates a Twilio conference which can add any one who have access to that link to the Conference with this link. so then I read this article about Dialing Multiple Numbers Simultaneously with Twilio. This article shows how to dial multiple clients or numbers in the same time but the first one who accept the call will connect while the others will be hung up on. <?xml version="1.0" encoding="UTF-8"?> <Response> <Dial> <Number>877-555-1212</Number> <Number>877-999-1234</Number> <Number>877-123-4567</Number> <