Re: SMS number "spoofing"

2011-05-27 Thread Ryan Lester
Thanks, I think I may have another solution to my problem then. Ryan On 27 May 2011 01:55, ha...@aeon.pk wrote: > Kannel is independent of GSM. It depends upon protocol of SMSC which is > extended towards you. General protocols are SMPP and CIMD. Almost all SMSCs > support SMPP. The network b

Sprint/CDMA SMSC?

2011-05-27 Thread Ryan Lester
Is there any Sprint/CDMA phone/modem which will work well as a dedicated SMSC? Ryan

Re: Sprint/CDMA SMSC?

2011-05-27 Thread Alvaro Cornejo
Kannel only supports GSM "natively" I think there is a patch/plugin for CDMA arround. Search the list for more info. Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) h

RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Hi Everyone, Is anybody there capable to help me on this? Thanks in advance. Rafael De: users-boun...@kannel.org [mailto:users-boun...@kannel.org] Em nome de Rafael Azevedo Enviada em: quinta-feira, 26 de maio de 2011 19:11 Para: users@kannel.org Assunto: Need help with DLR and Fore

Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread Alvaro Cornejo
Hi you need to add that id in your dlr-url http://your-dlr-host/&...&Your_Id=your-id&from=123456&text=my+message&;. so when kannel calls the dlr-url it will pass your own id. Regards Alvaro |-

Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread ?ets???a ????a
If i understand correctly what you want to do, you have to pass your message ID to dlr-url. like: $dlr_url = 'http://domain.com/dlr.php?smscID=%i&report=%A&to=%p&from=%P&ts=%T&type=%d&msgid=1000 In dlr.php script , you read $_GET['msgid'] and you make your updates to db. Hope this helps you,

RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Hi everyone, Thanks to Alvaro and Tania for helping me. This is not really what I need. For SMPP connections it would work just perfect, but, since I'm using an external HTTP gateway, they require from me to send my internal message ID as one of the required parameters. In other words it should

Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread ?ets???a ????a
Maybe ask your supplier how they want you to pass it then. - Original Message - From: "Suporte Técnico Nivel 2 - Iagente Soluções Online" To: "'Alvaro Cornejo'" Cc: Sent: Friday, May 27, 2011 5:28 PM Subject: RES: Need help with DLR and Foreign messages ID Hi everyone, Thanks to

RES: Need help with DLR and Foreign messages ID

2011-05-27 Thread Suporte Técnico Nivel 2 - Iagente Soluções Online
Like I said, I need to send them the id parameter: "http://www.mygw.com/sendsms?user=me&pass=you&number=&id=" It would be very nice if kannel could receive personalized fields to re-transmit them... Any idea? Thanks again. -Mensagem original- De: ?ets???a a [mailto:ta...@tesser

Re: Need help with DLR and Foreign messages ID

2011-05-27 Thread Alvaro Cornejo
Hi you can try to use TLV parameters. with that you can define any parameter you need to pass to your provider. I'm sure It works for SMPP and I think there was a patch for it to be supported in http smsc. Check user/devel list archives for more info. Regards Alvaro |-

RE: Behavior of multiple binds with the same smsc-id

2011-05-27 Thread Rene Kluwen
Look for smsc2_rout() in gw/bb_smscconn.c. == Rene -Original Message- From: Garth Patil [mailto:garthpa...@gmail.com] Sent: Friday, 27 May, 2011 05:33 To: Rene Kluwen Cc: Juan Nin; Users mailing list Subject: Re: Behavior of multiple binds with the same smsc-id Thanks Rene. Can you poin

Re: Route sms to different ESME's

2011-05-27 Thread Denilson Silva
Hi again. For now i think i have solved my problem, at least for my needs right now. What i did was just put an smsbox-id on the smsgroup of kannel conf file. So, when there is request from a subscriber to a number specified the routing is done by the smsbox-route configuration. And if the ESME cl

RE: Route sms to different ESME's

2011-05-27 Thread Rene Kluwen
I guess that if your problem is solved, then it is okay. - Oorspronkelijk bericht - Van: Denilson Silva Verzonden: vrijdag 27 mei 2011 19:06 Aan: users@kannel.org Onderwerp: Re: Route sms to different ESME's Hi again. For now i think i have solved my problem, at least for my needs right