#!/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