Re: Send sms

2008-08-29 Thread James Mubhoyi
Oops sorry guys I did figure out it. Second statement from the bottom should have been print f.read()

dlr-mysql clarification

2008-08-16 Thread James Mubhoyi
I have Kannel (cvs version) running fine on my Ubuntu server. I am somewhat befuddled by what I am experiencing with mysql-dlr setup. I was under the impression that sms messages sent or received would be matched by a correspondending record insertion into the the dlr table; in my case this

Re: dlr-mysql clarification

2008-08-16 Thread James Mubhoyi
Correct! Thanks.

Re: Message ID

2008-07-19 Thread James Mubhoyi
info.ubichip info.ubichip at free.fr writes: Hello, Take a look on the sqlbox and the table structure, it should answer your question. regards I hadn't looked sqlbox, I will definitely do so, thanks.

Re: Message ID

2008-07-19 Thread James Mubhoyi
info.ubichip info.ubichip at free.fr writes: I managed to make it by a simple idea, I assumed if someone send a sms through a specific route, it will come back through the same route, so I wrote a script using default sms service to search for the last SMS sent to this recipient, so I could

Message ID

2008-07-18 Thread James Mubhoyi
Hi, I am fairly new to Kannel, and am wondering if there is a parameter in Kannel that links a replied message back to the original message that was sent. I have looked at the parameter list in Kannel and not 100% sure if there is one that works the way I would like it to work. I can track the

Re: sms-service not firing

2008-07-06 Thread James Mubhoyi
James Mubhoyi mubhoyi007 at hotmail.com writes: Tony Kirkham tony.kirkham at gmail.com writes: It appears that you have not defined the required variable keyword.  Set keyword = default.This must be set to something even if you are also using keyword-regex which will then be used

sms-service not firing

2008-07-05 Thread James Mubhoyi
I installed kennel on my ubuntu 8.04 system via this command: sudo aptitude install kannel. My configuration file is below so as the log. My problem is, incoming messages are not being forwarded to my sms-service for precessing. I even substituted get-url for text = blah blah to see if I get this

Re: sms-service not firing

2008-07-05 Thread James Mubhoyi
Tony Kirkham tony.kirkham at gmail.com writes: It appears that you have not defined the required variable keyword.  Set keyword = default.This must be set to something even if you are also using keyword-regex which will then be used in place of the keyword.  See page 55 and 59 of the manual.