sqlbox and keywords/regex

2007-11-05 Thread Aaron Simmons
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 the keywords/regexs go-- there doesn't appear to be a table for it. Perhaps I'm misunderstanding how this works? On Oct 22, 2007 10:36

Re: How do you set the sender MSISDN in the HTTP request (without using default-sender in the config file)? (Sender missing and no global set, rejected error)

2007-11-05 Thread Alejandro Guerrieri
Couldn't you just put any number there? Your operator relies on you sending the empty field? Looks strange to me... Kannel is plagued with checks on the sender number (it's a logical thing to do IMHO), so I don't think you'd be able to send with an empty sender without patching. Regards,

Re: building sqlbox

2007-11-05 Thread Ben Williamson
Aaron, I spent a week trying to get it to build on 10.4.9 with no success, I installed 10.5 + devtools, mysql5 from the mysql site, and automake17 via darwin ports and it's now running fine. I did have to symlink /usr/ local/mysql/lib/mysql to /usr/local/mysql/lib/ in order to get the

Re: sqlbox and keywords/regex

2007-11-05 Thread seikath
in case your config processes MO traffic only, your sql should do the regexp you will have insert events only -Original Message- From: Aaron Simmons [EMAIL PROTECTED] Sent: 05 Ноември 2007 г. To: [EMAIL PROTECTED] Subject:sqlbox and keywords/regex Does anyone have an example of using

Re: [PATCH] Support for MO parameters on 'generic' HTTP SMSC - Secondrevision

2007-11-05 Thread Alvaro Cornejo
Hi Does this patch was commited to cvs?? Regards On 9/27/07, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Alex, Didn't document it yet since it wasn't clear if it would make into CVS. I'll do it right away and post it here. Regards, Alejandro On 9/27/07, Alexander Malysh [EMAIL

Re: [PATCH] Support for MO parameters on 'generic' HTTP SMSC - Secondrevision

2007-11-05 Thread Alejandro Guerrieri
I have to write the patch for docs... not too much time lately. On 11/5/07, Alvaro Cornejo [EMAIL PROTECTED] wrote: Hi Does this patch was commited to cvs?? Regards On 9/27/07, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Alex, Didn't document it yet since it wasn't clear if it

Re: sqlbox and keywords/regex

2007-11-05 Thread Aaron Simmons
I see, so kannel isn't actually doing anything with keywords. The keyword matching is done by your own code. On Nov 5, 2007 9:56 PM, [EMAIL PROTECTED] wrote: in case your config processes MO traffic only, your sql should do the regexp you will have insert events only -Original

init-string on modem configuration

2007-11-05 Thread Aditya M
anyone know about configuration init-string on gsm modem motorola L7 in kannel. i try wap push with my configuration, on smsbox succesfull process but on bearerbox show the messages 'invalid PDU mode parameter'. i think my modem setting on init-string is wrong, but anyone can help me about

Separate Logs

2007-11-05 Thread Otandeka Simon Peter
Hello guys, I need your help. I wish to have two separate log tables. One for holding successful SMSs and another to hold failed ones. At the moment, i have one log table that stores any message that hits. What is the easiest way I can do it. Do I have to change anything in my configuration?

Re: multi-part sms order

2007-11-05 Thread Aaron Simmons
fyi, this is a kannel setup using a gsm cellphone, not smpp or any other gateway. The weird thing is, its quite consistent. I can send a three-part sms *by hand* using the same phone and it will arrive at its destination in order (part 1 first, etc). But when I send the same three-part sms via

RE: How do you set the sender MSISDN in the HTTP request (without using default-sender in the config file)? (Sender missing and no global set, rejected error)

2007-11-05 Thread Richard Cooke
I've managed to solve my own question: In the URL put :to=%2B (in other words, the sender is just +, with no number). Kannel accepts this as a valid sender, and Clickatell in South Africa accepts this no sender. From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: 05

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