Re: Help with Kannel parameters
Alvaro Cornejo <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Rafael 1st of all, please do not cross post. ie post the same question in users and devel list. Also reading your thread on users list, there are no indication on contacting devel list for your issue. But to contact your SMSC Http provider Devel list is for developpment issues, patches, bugs, etc. Please return to users list for your issue. Regards Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com 2011/5/27 Suporte Técnico Nivel 2 - Iagente Soluções Online <[email protected]>: > Hi everyone, > > > > I was told by the users-list to get in touch with devel team because of my > issue regarding the kannel foreign message id. > > > > I have a HTTP based gateway (SMSC), and the dlr-mask and dlr-url are useless > in this case because the operator returns me the DLR without going through > kannel. > > > > I’ll try to explain how it Works: > > > > 1) I send the message to Kannel so it will post to my SMSC HTTP BASED > GATEWAY > > 2) It is required for me to inform an unique internal message id, which > is generated by my application. > > 3) This parameter cant be send through dlr-url, it sould be part of > “send-url” parameters. > > 4) The gateway receives the message and puts it on queue > > 5) After the message gets processed, the gateway postback to me the > final DLR to another and external URL. > > > > So for example, I have this line in my kannel.conf file: > > > > Send-url = > "http://www.mygw.com/sendsms?user=me&pass=you&number=XXXX&text=BLABLABLA&id=<MY_INTERNAL_ID> > > > > So I ask you guys, how can I send a parameter to Kannel (for example > /cgi-bin/sendsms?user=1&pass=2&to=3&text=4&foreign_id=150 – where 150 is my > internal code)? > > > > If I just dont send my internal key, the operator wont be able to post me > back the final status. > > > > What can I do in order to have this working? Does kannel supports > personalized fields while receiving the HTTP requests? > > > > Thanks in advance. > >