stealth confirmations - added a pause

This commit is contained in:
Daniel Camargo 2014-04-22 12:49:41 -03:00
parent c997238c74
commit 9234b0699f

View File

@ -483,6 +483,7 @@ class Controller_api_order extends Crunchbutton_Controller_Rest {
echo '<Gather action="/api/order/'.$order->id_order.'/doconfirmstealth" numDigits="1" timeout="10" finishOnKey="#" method="get">'
. '<Pause length="1" />'
.'<Say voice="'.c::config()->twilio->voice.'" loop="3">You have received a takeout order from a student through the fax machine. Please check the fax machine and press 1 to confirm that you received the order. Or press 2 and they will give you a call.. . . .</Say>'
. '<Pause length="1" />'
.'</Gather>';
break;
}