Re: Receiving sms over java servlet

2012-11-29 Thread Milan P. Stanic
On Wed, 2012-11-28 at 23:53, chen yee tan wrote: Hi, I have configured kannel to route sms to a java servlet upon receiving it. It is working, but I have 2 issues that not able to solve. I am not able to find solution in kannel doc. 1. If my java servlet responses a text, then sender

Re: Receiving sms over java servlet

2012-11-29 Thread Singularnet
I think there's a directive in sms service omite-empty or something like that , to avoid send empty response On Nov 29, 2012 2:27 AM, Milan P. Stanic m...@arvanta.net wrote: On Wed, 2012-11-28 at 23:53, chen yee tan wrote: Hi, I have configured kannel to route sms to a java servlet upon

Re: Receiving sms over java servlet

2012-11-29 Thread Milan P. Stanic
On Thu, 2012-11-29 at 08:26, Singularnet wrote: I think there's a directive in sms service omite-empty or something like that , to avoid send empty response You are right. But I found it to be more controllable by the method described in userguide: Redirected replies The basic service

Re: Receiving sms over java servlet

2012-11-29 Thread chen yee tan
Singularnet, omit-empty is working for item 1 below. Anyone can advice me for 2a nd b ? Chen Yee From: Singularnet singular...@gmail.com To: users@kannel.org Sent: Thursday, November 29, 2012 10:26 PM Subject: Re: Receiving sms over java servlet I think

Re: Receiving sms over java servlet

2012-11-29 Thread chen yee tan
Subject: Re: Receiving sms over java servlet Singularnet, omit-empty is working for item 1 below. Anyone can advice me for 2a nd b ? Chen Yee From: Singularnet singular...@gmail.com To: users@kannel.org Sent: Thursday, November 29, 2012 10:26 PM Subject: Re

Receiving sms over java servlet

2012-11-28 Thread chen yee tan
Hi, I have configured kannel to route sms to a java servlet upon receiving it. It is working, but I have 2 issues that not able to solve. I am not able to find solution in kannel doc. 1. If my java servlet responses a text, then sender will receive the responded text. I totally understand