I have tried to comment the catch all setting, but I still cannot get the
sms to be processed. Basically, all the php script does, is copy all get the
get variables to the database, but everytime i send an sms to kannel from my
phone, it gets received and queued, but the get-url never executes.

I also tried the other suggestion of setting send-sender to true. That also
didn't work.

The sms I send from my phone, include (without quotes)  "kamusi", "kamusi
hello",  "" (blank), "Kamusi", "hello world", "default", etc etc.

I have tried all sorts of messages, they all get received and queued, none
gets executed, either by the get-url, or the default sms-service. nothing.
They all get received and queued.

Now my status browser shows:
-----------------------------------------------------------------------------

Kannel bearerbox version `1.4.3'. Build `Feb 14 2009 16:26:23', compiler
`4.3.3'. System Linux, release 2.6.28-11-generic, version #42-Ubuntu SMP Fri
Apr 17 01:57:59 UTC 2009, machine i686. Hostname xps.tz, IP 127.0.1.1.
Libxml version 2.6.32. Using OpenSSL 0.9.8g 19 Oct 2007. Compiled with MySQL
5.0.75, using MySQL 5.0.75. Using native malloc.

Status: running, uptime 0d 0h 6m 37s

WDP: received 0 (0 queued), sent 0 (0 queued)

SMS: received 1 (7 queued), sent 1 (0 queued), store size 7

SMS: inbound (0.02,0.00,0.00) msg/sec, outbound (0.01,0.00,0.00) msg/sec

DLR: 0 queued, using internal storage

Box connections:
    smsbox:kubuntu, IP 127.0.0.1 (0 queued), (on-line 0d 0h 6m 25s)
 SMSC connections:
    *vodamodem*    AT2[vodamodem] (online 388s, rcvd 1, sent 1, failed 0,
queued 0 msgs)

------------------------------------------------------------------------------------------------------------------------------------------------

When you look at the SMS: received section, you will see received 1 (7
queued). The 7 sms include the 5 that I tried yesterday, they are all still
queued. The i go to my spool folder, they are all there. None got processed.



On Sun, Jun 21, 2009 at 9:45 PM, Jovan Kostovski <[email protected]> wrote:

> On Sun, Jun 21, 2009 at 3:08 PM, Theodore G<[email protected]> wrote:
> > group = sms-service
> > keyword = kamusi
> > #keyword-regex = .*
> > catch-all = true
> > max-messages = 0
> > get-url = "http://localhost/dictsms/index.php?sender=%p&text=%r&word=%s";
> > #accept-x-kannel-headers = true
> > #max-messages = 0
> > #concatenation = true
>
> The way you've configured the sms-service every message has to have
> the keyword "kamusi".
> What's the message text that you are sending?
>
> if the messages that you are sending have the keyword "kamusi" in the
> message body you can try
> trouble shooting by commenting out the catch-all parameter. In this
> case the first word in the received messages
> will have to be the keyword "kamusi".
>
>
> BR, Jovan
>

Reply via email to