Message Queue Full causes sms to be sent to smsc repeatedly many times a second

2008-01-14 Thread Tomer Ben David
Hi, I'm having a problem very similar to http://bugs.kannel.org/view.php?id=352 The problem that I'm having is: 1. I send an sms to a specific number like this: /cgi-bin/sendsms?user=myuserpassword=mypasswordto=%2BSomeMobileNumber

RE: Message Queue Full causes sms to be sent to smsc repeatedly manytimes a second

2008-01-14 Thread Tomer Ben David
I forgot to mention that I use kannel version 1.4.1 Thanks Tomer From: Tomer Ben David [mailto:[EMAIL PROTECTED] Sent: Monday, January 14, 2008 11:24 AM To: users@kannel.org Subject: Message Queue Full causes sms to be sent to smsc repeatedly

RE: Message Queue Full causes sms to be sent to smsc repeatedly manytimes a second

2008-01-14 Thread Davor Spasoski
Hi Tomer, Long time ago I had this problem. You should disable resending of the SMS in case of message queue full because it makes no sense. The SMSC will not let you and mobile originated SMS to be queued to the B-party until B-party is attached again and pulls all the messages. And god knows

Re: Message Queue Full causes sms to be sent to smsc repeatedly manytimes a second

2008-01-14 Thread thykl
Hi Tomer, I'm facing the same issue here. The problem only happens when the sms is too long and it is splitted by kannel. I'm still waiting for a fix for this issue; I propose to give a donation to a developer who fixes this, since it's a clear bug in the code (it should behave exactly the

blacklisting nos

2008-01-14 Thread Otandeka Simon Peter
Hello All, How do I blacklist numbers so that they are not sent to when Kannel sends it messages. Can I have like a text file, kannel first checks before it sends messages and wont it slow down message sending. Regards Peter

Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Joe Perry
Hi there, Been reading up on this but still yet to find any fixes that has successfully worked for me. I am posting my message (UTF-8) to the smsbox using HTTP, but once the message reaches the phone certain characters are converted to strange combinations of characters. For example, I

RE: Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Davor Spasoski
Basically, you have two ways of sending Greek alphabet, either using the UTF-8 or by using Greek capital which are part of the default GSM encoding. If you use the second method, which have the 160 characters per SMS advantage over UTF-8, try setting alt-dcs=1 that will guarantee using the default

Re: Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Joe Perry
Hi Davor and thanks for the response, I have tried what you have explained but have so far failed to have much luck. I am attempting to send the phrase ΗΕΛΛΟ. Through my hex conversions, the actual body of the message being sent through HTTP to the smsbox is %CE%97%CE%95%CE%9B%CE%9B%CE%9F.

Re: Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Nicolas de Bari Embriz Garcia Rojas
Try this $str = 'áéíóú ñ œ∑åΩ≈ç' $utf8 = (pack('H*', strrev(chunk_split(strrev(bin2hex(utf8_decode($str))), 2, '00'; $msg = urlencode($utf8); later just use coding=2 for sending the sms ...cgi-bin/sendsms?user=userpassword=passcoding=2txt=$msg This will send the $str in UTF8 the

RE: Kannel 1.4.1-2 Greek Character Set

2008-01-14 Thread Κωνσταντίνος Λιαδάκης
If you are using cvs version you need to send as plain utf-8. If you are using the current stable version then you need to apply a patch and then use gsm 7-bit encoding. The reason that are displaeyd is because in the internall conversio of kannel greek characters do not exist Hope this

Invoking PHP Script through Kannel

2008-01-14 Thread preeteesh kakkar
Hi, I am invoking a PHP script when kannel recieves any sms. The received sms is then stored in db from that PHP script. In case the sms is too large it is cut and whole sms is not stored in db. I am using GET request as paramter in kannel. I think becuase of limit of url lenght the whole sms

Re: Kannel Redundant Setup

2008-01-14 Thread Ben Suffolk
Hello.. for point 2) connect to apache on the localhost where bearerbox is running! make an php, python or perl-script.. save the sms into database and THEN test a connection with another script (cronjob), if the test fails, test the other connection(s).. if the test not fails, send the

Re: Invoking PHP Script through Kannel

2008-01-14 Thread Mads N. Vestergaard - CoolSMS
What type is the field in the database ? .. Med venlig hilsen / Best Regards Mads N. Vestergaard Teknisk ansvarlig / CTO CoolSMS