Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
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 chomb...@gmail.com wrote:

 On Sun, Jun 21, 2009 at 3:08 PM, Theodore Gmalaikam...@gmail.com wrote:
  group = sms-service
  keyword = kamusi
  #keyword-regex = .*
  catch-all = true
  max-messages = 0
  get-url = http://localhost/dictsms/index.php?sender=%ptext=%rword=%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



Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Jovan Kostovski
On Mon, Jun 22, 2009 at 8:18 AM, Theodore Gmalaikam...@gmail.com wrote:
 I also tried the other suggestion of setting send-sender to true. That also
 didn't work.

why were you expecting to work when it is only used for post-url? :)

Try to comment the store-type and store-location parameters and do the
test again.

Did you try to change the store-type to file and checked what's happening?
It shouldn't make a difference but you can try that too.

Please start the bearer box in debug mode ./bearerbox -v 1
kannel.conf and paste
the lines from the log when you receive a message.

Just one more question: did you compiled kannel from source or you
used the packages
from the repository?

BR, Jovan



Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
I have tried commenting the store type and location, and tried the store
file, but the problem still persists.

I didn't compile the kannel, I installed it using synaptic.

Below is the log dump at the time when it received the sms. The sms I sent
from my phone is just the word kamusi
-
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?^M
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CPMS:
SM,2,20,SM,2,20,SM,2,20
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: 2 messages waiting in
memory
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1^M
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CMGR: 0,,25
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: --
079152750840040C915275480840919060222150910C06EB70BB3E4F03
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: received message from
SMSC: +25578004
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Numeric sender
(international) +255784800419
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: User data length read
as (6)
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Udh decoding done
len=6 udhi=0 udhlen=0 udh=''
2009-06-22 12:11:01 [22075] [6] WARNING: smsbox_list empty!
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1^M
2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1
2009-06-22 12:11:02 [22075] [3] DEBUG: HTTP: Resetting HTTPClient for
`127.0.0.1'.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7^M
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8^M
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=9^M
2009-06-22 12:11:04 [22075] [3] DEBUG: HTTP: Resetting HTTPClient for
`127.0.0.1'.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=9
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=10^M
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=10
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=11^M
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=11
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=12^M
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=12
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=13^M
2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=13

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
Hello everyone,
PROBLEM SOLVED!

After I pasted a dump, i noticed the warning smsbox_list empty, I googled it
and came across this post

http://www.nabble.com/queued-messages--td16701925.html

and finally i found someone with the exact same problem and he solved it by
commenting the smsbox-id.

I did the same and now all my sms got processed perfectly!

Now I'm left with one question (just for curiosity), why did it work after
commenting smsbox-id, what is the use of smsbox-id, and could i uncomment it
and still get my sms processed maybe by changing or adding another setting?

Thanks for everyone's support. Its been great.

Now I have another problem with kannel and xampp, but I will start it in a
new email for records' sake.

I'm still curious about the smsbox-id though, if anyone can explain it, it
would be great.


On Mon, Jun 22, 2009 at 12:19 PM, Theodore G malaikam...@gmail.com wrote:

 I have tried commenting the store type and location, and tried the store
 file, but the problem still persists.

 I didn't compile the kannel, I installed it using synaptic.

 Below is the log dump at the time when it received the sms. The sms I sent
 from my phone is just the word kamusi
 -
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CPMS:
 SM,2,20,SM,2,20,SM,2,20
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: 2 messages waiting
 in memory
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CMGR: 0,,25
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: --
 079152750840040C915275480840919060222150910C06EB70BB3E4F03
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: received message
 from SMSC: +25578004
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Numeric sender
 (international) +255784800419
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: User data length
 read as (6)
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Udh decoding done
 len=6 udhi=0 udhlen=0 udh=''
 2009-06-22 12:11:01 [22075] [6] WARNING: smsbox_list empty!
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1
 2009-06-22 12:11:02 [22075] [3] DEBUG: HTTP: Resetting HTTPClient for
 `127.0.0.1'.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8^M
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=9^M
 2009-06-22 12:11:04 [22075] [3] DEBUG: HTTP: Resetting HTTPClient for
 `127.0.0.1'.
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=9
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:04 [22075] [6] DEBUG: 

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Alejandro Guerrieri
If you set an smsbox-id you need to explicitly route traffic to that smsbox
instance using smsbox-route.
Check on the userguide here:

http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3270

Regards,

Alejandro

On Mon, Jun 22, 2009 at 11:35 AM, Theodore G malaikam...@gmail.com wrote:

 Hello everyone,
 PROBLEM SOLVED!

 After I pasted a dump, i noticed the warning smsbox_list empty, I googled
 it and came across this post

 http://www.nabble.com/queued-messages--td16701925.html

 and finally i found someone with the exact same problem and he solved it by
 commenting the smsbox-id.

 I did the same and now all my sms got processed perfectly!

 Now I'm left with one question (just for curiosity), why did it work after
 commenting smsbox-id, what is the use of smsbox-id, and could i uncomment it
 and still get my sms processed maybe by changing or adding another setting?

 Thanks for everyone's support. Its been great.

 Now I have another problem with kannel and xampp, but I will start it in a
 new email for records' sake.

 I'm still curious about the smsbox-id though, if anyone can explain it, it
 would be great.



 On Mon, Jun 22, 2009 at 12:19 PM, Theodore G malaikam...@gmail.comwrote:

 I have tried commenting the store type and location, and tried the store
 file, but the problem still persists.

 I didn't compile the kannel, I installed it using synaptic.

 Below is the log dump at the time when it received the sms. The sms I sent
 from my phone is just the word kamusi
 -
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CPMS?
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CPMS:
 SM,2,20,SM,2,20,SM,2,20
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: 2 messages waiting
 in memory
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=1
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- +CMGR: 0,,25
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: --
 079152750840040C915275480840919060222150910C06EB70BB3E4F03
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: received message
 from SMSC: +25578004
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Numeric sender
 (international) +255784800419
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: User data length
 read as (6)
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: Udh decoding done
 len=6 udhi=0 udhlen=0 udh=''
 2009-06-22 12:11:01 [22075] [6] WARNING: smsbox_list empty!
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1^M
 2009-06-22 12:11:01 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGD=1
 2009-06-22 12:11:02 [22075] [3] DEBUG: HTTP: Resetting HTTPClient for
 `127.0.0.1'.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=2
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=3
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=4
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=5
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=6
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7^M
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=7
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 2009-06-22 12:11:03 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8^M
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- AT+CMGR=8
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: -- OK
 2009-06-22 12:11:04 [22075] [6] DEBUG: AT2[vodamodem]: not deleted.
 

Re: Can send sms and can receive but cannot process sms-service

2009-06-21 Thread Jovan Kostovski
On Sun, Jun 21, 2009 at 3:08 PM, Theodore Gmalaikam...@gmail.com wrote:
 group = sms-service
 keyword = kamusi
 #keyword-regex = .*
 catch-all = true
 max-messages = 0
 get-url = http://localhost/dictsms/index.php?sender=%ptext=%rword=%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