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

Popular posts from this blog

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -