stealth confirmations - added a pause
This commit is contained in:
parent
c997238c74
commit
9234b0699f
@ -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">'
|
echo '<Gather action="/api/order/'.$order->id_order.'/doconfirmstealth" numDigits="1" timeout="10" finishOnKey="#" method="get">'
|
||||||
. '<Pause length="1" />'
|
. '<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>'
|
.'<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>';
|
.'</Gather>';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user