Soporte & Consultoria

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

miércoles, 31 de diciembre de 2014

Llamar multiples numeros desde una base de dato




#!/bin/bash

mysql --silent -h localhost  -u root -p198dd -D asterisk<<<'select dst  from cdr where dst="100" limit 0,5' > tmp_results

while read dst
do

 echo $dst
`asterisk -x "originate SIP/$dst extension 0@internal" `


done < tmp_results


root@asterisk-dominicana:~# ./db.sh








No hay comentarios:

Publicar un comentario