I\'m not finding a definite answer from the Twilio docs on this. I\'m trying to build a phone system that can place the other party on hold while in-call and only from the p
Redirect an incoming call to new url: calls("CAe1644a7eed5088b159577c5802d8be38") ->update( array( "url" => "your_url/test.xml", "method" => "POST" ) ); echo $call->to; XML Code: --------- url goes here