Fwd: How to remove messages from Kannel local subsystem using UUID

2015-05-18 Thread Kirti Mandwade
Hello, I need to remove specific message from kannel queue and i am testing it by using fakesmsc. So far what i did is: 1) I used this command to check the status of various smsc.This works fine lynx -dump http://127.0.0.1:xxx/status?password=; 2) I took down fakesmsc and sent 10 sms. 3)

Re: Bug in admin interface for parameter remove-message

2015-06-10 Thread Kirti Mandwade
Malysh amal...@kannel.org wrote: Hi, see comment in redmine and try to fix your URL. Alex Am 28.05.2015 um 11:26 schrieb Kirti Mandwade kirti.mandw...@gmail.com: Hello, From the latest user guide http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN926 remove

Bug in admin interface for parameter remove-message

2015-05-28 Thread Kirti Mandwade
Hello, From the latest user guide http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN926 remove-message Removes the message with the give id (an UUID) from the local storage subsystem. But this is not working. I need to remove specific message from kannel queue and i am

X-kannel Headers not working.

2015-07-14 Thread Kirti Mandwade
Hello, Is support to X-kannel Headers removed as when I try sending SMS with X-kannel Headers using HTTP POST it gives me Authorization failed. Here is what I am doing. String url = http://u.v.w.x:13003/cgi-bin/sendsms;; CloseableHttpClient httpClient = HttpClients.createDefault();

Re: Bug in Kannel Response Status codes

2015-10-07 Thread Kirti Mandwade
e? > > On 28 Sep 2015, at 11:07, Kirti Mandwade <kirti.mandw...@gmail.com> wrote: > > > Hello All, > > Kannel does not give expected status codes when an smsc is down, stopped > or removed. > > Here is what I did. > 1) I ran smsc-stop command : > lynx -du

Re: patch to allow data_coding to be set to 3

2015-10-07 Thread Kirti Mandwade
Hi Andreas, Thanks for the quick response. Even if i use utf8 charset then also all special characters allowed by GSM 7 are not getting sent properly. I am url encoding everything before sending as per kannel document. Can you suggest me how to send all GSM7 allowed special characters properly.

Bug in Kannel Response Status codes

2015-09-09 Thread Kirti Mandwade
Hello All, Kannel does not give expected status codes when an smsc is down, stopped or removed. Here is what I did. 1) I ran smsc-stop command : lynx -dump " http://localhost:13000/stop-smsc?password=admin-password=smsc-name; 2)Then i tried sending SMS and it gave me 202 Accepted status from

Fwd: Bug in Kannel Response Status codes

2015-09-28 Thread Kirti Mandwade
Hello All, Kannel does not give expected status codes when an smsc is down, stopped or removed. Here is what I did. 1) I ran smsc-stop command : lynx -dump " http://localhost:13000/stop-smsc?password=admin-password=smsc-name; 2)Then i tried sending SMS and it gave me 202 Accepted status from