Re: multi-part sms order

2008-01-22 Thread Aaron Simmons
As it turns out, while the multi-parts are sent out of order, I was wrong about it reversing. When the multi-part is two, its reversed (#2, #1). When its three or more, its like this: #3, #1, #2 On Jan 23, 2008, at 5:35 AM, Iain Dooley wrote: hey, i don't have any messages to

Re: multi-part sms order

2008-01-22 Thread Aaron Simmons
I dug around in the code and figured out what was going on. I've submitted a bug on it (#436), along with a simple fix. On Jan 22, 2008, at 9:45 PM, Andrew B wrote: Hi Aaron, I have noticed the same issue when sending MMS notifications from mbuni (or even directly from kannel). Have

Re: multi-part sms order

2008-01-21 Thread Aaron Simmons
To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: Re: multi-part sms order It's normal, and offcourse mobile phone must wait all messages to arrive first until it can reassemble the message. On 11/5/07, Aaron Simmons [EMAIL PROTECTED] wrote: My system is sending a lot of multi-part smses. While

Re: multi-part sms order

2008-01-21 Thread Aaron Simmons
I originally found this issue in 1.4.1. However, I just did a cvs checkout and it occurs there as well. On Jan 22, 2008, at 10:38 AM, Aaron Simmons wrote: I've finally had time to revisit this issue. Turns out that kannel sends multi-part smses in *reverse* order. This happens whether

Re: problem with kannel and ubuntu

2007-12-18 Thread Aaron Simmons
Well, sure, I can change it, but the package has a bug. Will this get rolled into the next release? Does kannel have a bug-reporting site? On 12/16/07, Milan P. Stanic [EMAIL PROTECTED] wrote: Or, just edit /etc/init.d/kannel and change that line.

problem with kannel and ubuntu

2007-12-16 Thread Aaron Simmons
I'm using kannel with Ubuntu (via apt-get) and am running into a problem. Seems that the kannel init.d script requires /var/run/kannel to exist in order to run. However, ubuntu maps /var/run to a tempfs in ram, so it gets wiped out after every reboot. Kannel needs to use a different path, or it

Re: problem with kannel and ubuntu

2007-12-16 Thread Aaron Simmons
it is not installed with the package (you have to download the source to get it). On Dec 16, 2007 5:41 PM, Aaron Simmons [EMAIL PROTECTED] wrote: I'm using kannel with Ubuntu (via apt-get) and am running into a problem. Seems that the kannel init.d script requires /var/run/kannel to exist

Re: can kannel check my credit using *888# command

2007-11-29 Thread Aaron Simmons
Rather than placing a call, some carriers have a number you can send an sms to and they will reply with a balance-notice sms. I'm running a system with kannel using the Smart carrier in the Philippines. For them you send ?1515 to 214 and they'll send a balance notice text, which is easy enough

automated setup of kannel modem smsc

2007-11-09 Thread Aaron Simmons
Is there a way to (programmatically) tell whether a modem smsc is successfully communicating with its modem? e.g., a way to run smsbox, or a function in gwlib? I would like to have a script detect whether the smsc is having problems (can't open port, doesn't detect modem type, having

sqlbox and keywords/regex

2007-11-05 Thread Aaron Simmons
on insert in a view to automate the processing according the incoming text content, but but this is not a kannel related issue i believe. -Original Message- From: Aaron Simmons [EMAIL PROTECTED] Sent: 22 Октомври 2007 г. To: seikath Subject:keyword-regex and matching spaces What I've

Re: sqlbox and keywords/regex

2007-11-05 Thread Aaron Simmons
Message- From: Aaron Simmons [EMAIL PROTECTED] Sent: 05 Ноември 2007 г. To: [EMAIL PROTECTED] Subject:sqlbox and keywords/regex Does anyone have an example of using sqlbox to do keyword processing? I'm using sqlbox-- it has created the send_sms and sent_sms tables. I'm not clear where

Re: multi-part sms order

2007-11-05 Thread Aaron Simmons
@kannel.org *Subject:* Re: multi-part sms order It's normal, and offcourse mobile phone must wait all messages to arrive first until it can reassemble the message. On 11/5/07, *Aaron Simmons* [EMAIL PROTECTED] wrote: My system is sending a lot of multi-part smses. While the sending works

Re: init-string on modem configuration

2007-11-05 Thread Aaron Simmons
Kannel's probably not even using your init-string-- it needs a 'detect-string' to match against your phone (if you don't know what string to use, watch the output of the smsc). Take a look at doc/examples/modems.conf On Nov 6, 2007 2:04 PM, Aditya M [EMAIL PROTECTED] wrote: anyone know

multi-part sms order

2007-11-04 Thread Aaron Simmons
My system is sending a lot of multi-part smses. While the sending works, I've noticed that the parts usually arrive in reverse order or out of order. e.g., if I'm sending a three-part sms, part three will arrive at the user's phone first, followed by part two, followed by part one. The user's

Re: building sqlbox

2007-11-04 Thread Aaron Simmons
/libgwlib.a(gw_uuid.o) definition of _uuid_unparse in section (__TEXT,__text) collect2: ld returned 1 exit status make[2]: *** [sqlbox] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 On Nov 5, 2007, at 1:17 PM, Aaron Simmons wrote: I finally figured out what was wrong with my

building sqlbox

2007-10-22 Thread Aaron Simmons
I've re-built kannel 1.4.1 by doing a configure with these options --with-mysql --with-mysql-dir=/usr/local/mysql --with-dlr=mysql --enable-mysql-dlr --enable-start-stop-daemon followed by a make and a 'sudo make install'. Now I'm trying to build sqlbox-standalone. However, the configure

Re: keyword-regex and matching spaces

2007-10-21 Thread Aaron Simmons
than to modify the config file and restart kannel just for a minor change. Best regards, Rodrigo On 8/31/07, Aaron Simmons [EMAIL PROTECTED] wrote: I've run into a problem with keyword-regexp and matching spaces. Kannel won't match spaces. Though it doesn't appear to be documented

building with mysql on mac os x

2007-10-21 Thread Aaron Simmons
I'm using kannel 1.4.1 on mac os x 10.4.10. Building kannel with mysql support doesn't work. Configuring will fall unless you specify --with-mysql-dir=/usr/local/mysql I guess because mysql is in a weird place on the mac? Since it configured I would expect it to then compile, but it

Re: Re[2]: keyword-regex and matching spaces

2007-10-21 Thread Aaron Simmons
the source from here http://www.kannel.org/~mconte/sqlbox/ and kannel users mailing list like this one: http://www.kannel.org/pipermail/users/2006-October/000859.html cheers -Original Message- From: Aaron Simmons [EMAIL PROTECTED] Sent: 21 Октомври 2007 г. To: [EMAIL PROTECTED

webkannel?

2007-10-18 Thread Aaron Simmons
The kannel website mentions a Webmin module for configuring kannel called webkannel: http://kannel.org/addons.shtml However, the address listed is wrong. Anyone know what the correct address is? Thanks, aaron

Re: Beginner questions about SMS in general

2007-09-13 Thread Aaron Simmons
2. You get an account with some SMS provider, VAS ASP, or some mobile operator. You setup kannel to connect to them using the protocol of their choice (SMPP, UCP, CIMD, HTTP, etc etc) and send you messages thought them. You still need to pay for the traffic to those providers, ASP's or

Re: keyword-regex and matching spaces

2007-09-02 Thread Aaron Simmons
in time, you will find much easier to modify a script than to modify the config file and restart kannel just for a minor change. Best regards, Rodrigo On 8/31/07, Aaron Simmons [EMAIL PROTECTED] wrote: I've run into a problem with keyword-regexp and matching spaces. Kannel won't match

keyword-regex and matching spaces

2007-08-31 Thread Aaron Simmons
I've run into a problem with keyword-regexp and matching spaces. Kannel won't match spaces. Though it doesn't appear to be documented (clearly?) in the Kannel User's Guide, its mentioned a couple times on this mailing list. My question is: why? Does Kannel throw out everything past the first