Re: DLR-URL debugging

2014-04-30 Thread Saurabh Pandey
Hi Rene, I have a very simple question. How do I execute a URL. I have did everything but if I use Kannel functions (from gwlib/http.h) it results in panic which I can't seem to trace. I guess I could use libCurl but I don't want to include anything. When Kannel is already using its functions to t

Re: DLR-URL debugging

2014-04-30 Thread Saurabh Pandey
Okay, that's odd, because the URL i defined was being fired. May be it was a mixup. Here is my setup: SMSC <---> Kannel [Bearerbox+smsbox] <> Sqlbox <>Opensmppbox <---> smpp client Now I submit SMS via sendsms cgi to smsbox. Sqlbox is just for logging of messages sent via opensmppbox. Now

RE: DLR-URL debugging

2014-04-30 Thread Rene Kluwen
opensmppbox doesn’t trigger any dlr-url’s. You need smsbox for that. From: users [mailto:users-boun...@kannel.org] On Behalf Of Saurabh Pandey Sent: woensdag 30 april 2014 8:26 To: users@kannel.org Subject: DLR-URL debugging Hi, I need to debug and check the dlr-url function of Kannel. Her