post - Twilio IfMachine=>Hangup not working -
here code:
$options = array('statuscallback'=>'http://myserver.com/twiliostatuscallback.php','ifmachine'=>'hangup'); $call = $client->account->calls->create ($phonenumber, 'xxxxxx6016', $url, $options);
here, status callback works, twilio continues go on , leave message answering machine. want hangup when machine answers , continue if human.
any appreciated.
the answering machine detection feature marked experimental on twilio documentation (http://www.twilio.com/docs/api/rest/making-calls#handling-outcomes-answering-machines).
if happening on every call make ends in answer phone i'd in touch twilio support - help@twilio.com
Comments
Post a Comment