SMS messages received but unread when plugging sim card in cellphone

2006-02-19 Thread js
Hi all, I'm receiving sms with a vodaphone card using kannel with success. When plugging the sim card into an ordinary cell phone and registering it to the network I notice that all received messages are available and are in unread status. How can I avoid this? Once messages are received and

routing MT messages

2006-02-19 Thread Zouari Fourat
Hello, I have 3 SMSC connected to my kannel 1.4 Am receiving MO messages from these SMSC's, the problem that i want to route destination addresses prefixed with 2 to SMSC 1 and addresses prefixed with 9 to SMSC 2 and others to SMSC 3, how to do it ?

storing MT and ACK informations

2006-02-19 Thread Zouari Fourat
How to store MT and ACK informations to database ?

Re: routing MT messages

2006-02-19 Thread Vincent CHAVANIS
You should try this : group = smsc smsc-id = 1 allowed-prefix = 1 ... Then create a sendsms-users and force it with forced-smsc = 1 and allowed-prefix = 1 regards Vincent -- Telemaque - NICE Service Technique Tel : +33 4 93 97 71 64 (fax 68) [EMAIL PROTECTED] - Original Message -

Re: storing MT and ACK informations

2006-02-19 Thread Vincent CHAVANIS
Take a look at http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN2812 group = mysql-connection id = mydlr regards Vincent -- Telemaque - NICE Service Technique Tel : +33 4 93 97 71 64 (fax 68) [EMAIL PROTECTED] - Original Message - From: Zouari Fourat

Re:

2006-02-19 Thread Dziugas Baltrunas
Hi, ampersand () is a special symbol of the shell so you need to escape it or to put the whole URL inside the quotes. On 2/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I read in a recent message from Heru Tjatur, that the method to send an SMS is:

Re: Multiple keyword

2006-02-19 Thread Dziugas Baltrunas
Hi, there is much simpler old alias solution inside the sms-service group. On 2/17/06, Rodrigo Cremaschi [EMAIL PROTECTED] wrote: Please try keyword-regex: This field may be used to enable service-selection based on a regular expression. If this field is defined for a service, then the

RE: few queries

2006-02-19 Thread Rene Kluwen
Hello Sriram, 1. Maybe the other Kannel experts can shed a light on this. But for sure Kannel SHOULD be able to send 350 msgs in a row without breaking. 2. As a lame workaround: Why don't you put a "sleep" command in your visual basic program after every http request. This until the issue

RE: routing MT messages

2006-02-19 Thread Rene Kluwen
You can disable giving a reply in your smsbox config settings. After that, send the reply with a http request to smsbox, combined with the smsc=... parameter. Best regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat

RE: storing MT and ACK informations

2006-02-19 Thread Rene Kluwen
Use SQL Box. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat Sent: zondag 19 februari 2006 13:42 To: users@kannel.org Subject: storing MT and ACK informations How to store MT and ACK informations to database ?

RE: few queries

2006-02-19 Thread Brent Goldspring
If it helps, weve hammered Kannel to send 500 SMSs (+ DLRs) via the sendsms interface from a Perl script and it did it without blinking. This was on a FC4 box with Kannel CVS via an SMPP 3.4 SMSC J. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Kluwen Sent:

RE: few queries

2006-02-19 Thread Rene Kluwen
I can give some advice that others on this list are likely to give you. Try upgrading to Kannel CVS Head. It is considered more stable than 1.4.0. I know it sounds a bit lame. But probably it will help. Maybe it doesn't. But it sure is worth a try. Rene Kluwen Chimit -Original