Hello all...

I'm having problem receving SMS, I don't know what's happening but when
I received a SMS kannel doesn't detect the SMS, I'm using my cellular
phone as modem.  Please help me I need to do that soon as posible.

Here's my configuration file:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
admin-allow-ip = "*.*.*.*"
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/access.log"

group = modems
id = sonyericsson_p1i
name = "Sony Ericsson P1i"
detect-string = "Sony Ericsson P1i"
init-string = "ATZ"
init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"

group = smsc
smsc = at
modemtype = auto
smsc-id = gsm
device = /dev/ttyACM1
my-number = 18097068824
sms-center = 18098599999
log-level = 0

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"

group = sendsms-user
username = tester
password = foobar
user-allow-ip = "*.*.*.*"

group = sms-service
keyword = default
catch-all = yes
get-url = "http://localhost/cgi-bin/sms.php?sender=%p&text=%a";
max-messages = 0
concatenation = true

group = sms-service
keyword = nop
text = "You asked nothing and I did it!"

group = sms-service
keyword = default
text = "No service specified"


Thanks

Elvis


Reply via email to