Take a quick look at the source code for HttpSmsc. You will see the feature and parameters clearly.
Regards, James From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Bertrand Dupont Sent: 29 August 2011 04:07 PM To: Rene Kluwen; users@kannel.org Subject: Re : How to inject DLR in kannel ? I and thank you for your answer. I've add the port = 13015 in my config file but I can't find in kannel documentation what the url should look like. How can I send back an url for a specific message to my kannel ? does someone know what are the get variables ? http://my_kannelbox_ip:13015/ ????? Rergards, Bertrand _____ De : Rene Kluwen <rene.klu...@chimit.nl> À : Bertrand Dupont <bertrand.dupon...@yahoo.fr>; users@kannel.org Envoyé le : Jeu 25 août 2011, 20h 48min 18s Objet : RE: How to inject DLR in kannel ? In your group = smsc (being your http smsc) set: port = 13015 (or any other port) Then, this port will listen for dlr’s. I am not an expert in this matter. But if you look in the sources, you should be able to figure it out. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Bertrand Dupont Sent: Thursday, 25 August, 2011 14:40 To: users@kannel.org Subject: How to inject DLR in kannel ? Hi all, As I need an smpp server to accept incomming connection I've recently compiled and installed the addons/opensmppbox with success, this kannel send the sms to a third party application that is performing control, billing and re route sms to the correct SMSC (throught another kannel) but I've the following problems : - how my third party application can sendback DLR to the kannel with opensmppbox ? My architecture is like this : SMPP Client --> Kannel with Opensmppbox configured with an SMSC HTTP link on "myscript.php" --> my own application for billing, re route etc.... --> another kannel with smpp and at connection Regards, Bertrand.