hi all , 

This is my repeated question .....!!!!  Is there any one Experts in
Kannel . I would like to have help from them ...., actually i'm in very
critical situation . I'm using Nokia 30 GSM Modem in Red Hat Linux 8
.Pls see my smskannel.conf file . I will mention that in Bottom of this
letter.

Bearbox logs 

2003-06-13 13:55:19 [10] INFO: Client connected from <127.0.0.1>
2003-06-13 13:56:10 [8] INFO: Re-open of AT: /dev/ttyS0 succeeded.
2003-06-13 13:56:19 [8] INFO: Re-open of AT: /dev/ttyS0 succeeded.

smsbox logs

06-13 13:56:09 [3] INFO: sendsms used by <chandana>
2003-06-13 13:56:09 [3] INFO: sendsms sender:<chandana:13013>
(127.0.0.1) to:< 94777330421> msg:<"Helloworld">
2003-06-13 13:56:10 [3] INFO: smsbox: Got HTTP request </favicon.ico>
from <127.0.0.1>
2003-06-13 13:56:18 [3] INFO: smsbox: Got HTTP request
</cgi-bin/sendsms> from <127.0.0.1>
2003-06-13 13:56:18 [3] INFO: sendsms used by <chandana>
2003-06-13 13:56:18 [3] INFO: sendsms sender:<chandana:13013>
(127.0.0.1) to:< 94777330421> msg:<"Helloworld">


Access.log

2003-06-13 13:56:09 send-SMS request added - sender:chandana:13013
127.0.0.1 tar
get:94777330421 request: '"Helloworld"'
2003-06-13 13:56:10 FAILED Send SMS [SMSC:] [SVC:chandana] [ACT:]
[from:13013] [
to:94777330421] [flags:0:1:0:0:0] [msg:12:"Helloworld"] [udh:0:]
2003-06-13 13:56:18 send-SMS request added - sender:chandana:13013
127.0.0.1 tar
get:94777330421 request: '"Helloworld"'
2003-06-13 13:56:19 FAILED Send SMS [SMSC:] [SVC:chandana] [ACT:]
[from:13013] [
to:94777330421] [flags:0:1:0:0:0] [msg:12:"Helloworld"] [udh:0:]




group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "/tmp/kannel.log"
log-level = 1
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "00358,0"
access-log = "access.log"
store-file = "kannel.store"
#ssl-certkey-file = "mycertandprivkeyfile.pem"


# SMSC CONNECTIONS

group = smsc
smsc = fake
smsc-id = FAKE
port = 10000
connect-allow-ip = 127.0.0.1

# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 1
access-log = "access.log"


# SEND-SMS USERS

group = sendsms-user
username = chandana
password = smskiller
#user-deny-ip = ""
user-allow-ip = "127.0.0.1"
max-messages = 2
concatenation = true

# this sender is for Kannel relay testing (http_smsc)

group = sendsms-user
username = kannel
password = rL4y
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"


# SERVICES

group = sms-service
keyword = www
text = "You asked nothing and I did it!"
catch-all = true

# this service is for Kannel relay testing, when this Kannel
# works as relay gateway

group = sms-service
keyword = relay
get-url =
"http://localhost:13013/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r";
max-messages = 2
concatenation = true

# there should be default always

group = sms-service
keyword = default
get-url="http://localhost:13013/sms?user=chandana&pass=smskiller&from=%p&to=%P&text=%r";
max-messages = 2
concatenation = true
text = "No service specified"

group = smsc
smsc = at
device = /dev/ttyS0
modemtype = Nokia30
speed = 9600
keepalive = 5
sms-center = +94777712529
#alt-dcs = true
#retry = true
connect-allow-ip = 127.0.0.1

group = modems
id = Nokia30
name = "Nokia30"
detect-string = "Nokia30"
init-string = "AT&F;+cscs="gsm";+cmgf=1"
# Note: Kannel version 1.2.1 does not support 115600.
#speed = 115200
speed = 9600
enable-hwhs = "AT+IFC=2,2"
need-sleep = false
#no-pin = false
#sendline-sleep = 100ms
keepalive-cmd = "AT+CBC;+CSQ"
#message-storage = "ME"
enable-mms = true


pls help me 


thanx
chandana

Reply via email to