Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

sábado, 13 de enero de 2018

twilio twiml

<?php
    header("content-type: text/xml");
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<Response>
    <Say loop="2">This allows you to give customers options to leave the queue if their wait time is over the amount of seconds specified below</Say>
    <Dial timeout="10" record="false">+18097141429</Dial>

</Response>



No hay comentarios:

Publicar un comentario