[AsteriskBrasil] DISPARAR SMS CHAN_DONGLE VIA GET URL

Jerson Luiz de Paula Júnior jersonjunior em bsd.com.br
Sexta Dezembro 13 15:23:34 BRST 2013


 dongle.php

<?php
$src=$_GET["src"];
$dst=$_GET["dst"];

$socket = @fsockopen("127.0.0.1","5038", $errno, $errstr, $timeout);

$cmd[]="
Action: Login
UserName: seuusuario
Secret: senha

Action: DongleSendSMS
Device: dongle0
Number: $src
Message:$dst
Action: Logoff

";


$lines=$cmd;

foreach ($lines as $line_num => $line) {
 fwrite($socket, "$line\r\n");
 //echo $line;
 //echo fread($socket, 128);
}
sleep(5);
fclose($socket);
echo "Ligou";
header('Location:index.html');
?>

index.html

<html>

    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/>
        <title>Click to SMS</title>
    </head>

<center>
<img src="click.gif" alt="some_text"/>
</center>

<h2><p align=center> Click to SMS</center></h2>
<p align=center>
<h4><p align=center> 1 Digite o numero do seu telefone: </center></h4>
<h4><p align=center> 2 Digite a mensagem: </center></h4>
<h4><p align=center> 3 Click em Enviar. </center></h4>
<body>

            <form name="formulario" action="dongle.php?src&dst"
method="get">
            <p align=center><label>1:</label><img src="icon.png" alt="Seu
Telefone:"/>
            <input type="text" name="src" id="txtTelefone" /> <br />
            <label>2: </label><img src="icon.png" alt="Telefone Desejado:"/>
            <input type="text" name="dst" id="txtMensagem" /> <br />
            <input type="submit" name="cmdEnviar" id="cmdEnviar"
value="Enviar" /><center>
        </form>
</body>
</center>
</html>

/etc/asterisk/manager.conf

[general]
enabled = yes
webenabled = yes
port = 5038
debug = yes
;httptimeout = 60
; a) httptimeout sets the Max-Age of the http cookie
; b) httptimeout is the amount of time the webserver waits
;    on a action=waitevent request (actually its httptimeout-10)
; c) httptimeout is also the amount of time the webserver keeps
;    a http session alive after completing a successful action

bindaddr = 127.0.0.1
;displayconnects = yes
;
; Add a Unix epoch timestamp to events (not action responses)
;
;timestampevents = yes

[seuusuario]
secret =senha
permite=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write =
system,call,agent,log,verbose,user,config,command,reporting,originate,donglesendsms




Em 12 de dezembro de 2013 16:50, Leomar Soares de Almeida <
leomarsa em gmail.com> escreveu:

> DISPARAR SMS CHAN_DONGLE VIA GET URL
>
>
> http://IPSERVIDOR/sms/index.php?app=webservices&u=LOGIN&p=SENHA&ta=pv&to=55dddCELULAR&msg=mensagem+ou+variaveis+sempre+sem+acentos
>
> Alguém já fez isso? Sabe fazer?
>
> --
>
> ==================================
>
>
> *INNOVA INFORMÁTICA LTDA*LEOMAR SOARES DE ALMEIDA
> Fixo:  (65) 3357-3357
> Vivo.  (65) 9676-0062
> E-mail: comercial em innovainformatica.net <leomarsa em gmail.com>
> E-mail: leomarsa em gmail.com
> Linkedin: http://lnkd.in/YMwxrW
> Endereço: http://goo.gl/maps/2YfjW
>
>
>
>
> _______________________________________________
> KHOMP: completa linha de placas externas FXO, FXS, GSM e E1
> Media Gateways de 1 a 64 E1s para SIP com R2, ISDN e SS7
> Intercomunicadores para acesso remoto via rede IP e telefones IP
> Conheça todo o portfólio em www.Khomp.com
> _______________________________________________
> Para remover seu email desta lista, basta enviar um email em branco para
> asteriskbrasil-unsubscribe em listas.asteriskbrasil.org
>
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20131213/0c898450/attachment-0001.htm 
-------------- Próxima Parte ----------
Um anexo não texto foi limpo...
Nome  : sms.rar
Tipo  : application/rar
Tam   : 21831 bytes
Descr.: não disponível
Url   : http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20131213/0c898450/attachment-0001.rar 
-------------- Próxima Parte ----------
Um anexo não texto foi limpo...
Nome  : manager.conf
Tipo  : application/octet-stream
Tam   : 395 bytes
Descr.: não disponível
Url   : http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20131213/0c898450/attachment-0001.obj 


Mais detalhes sobre a lista de discussão AsteriskBrasil