
August 16th, 2009, 09:02 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Posts: 20
Time spent in forums: 1 h 37 m 28 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by vijay_pict Description of above response by kannel:
The message has been accepted and is delivered onward to a SMSC driver. Note that this status does not ensure that the intended recipient receives the
message.
How can I resolve this problem
I tried many things.
Added
my-number = < no. of SIM inserted>
smsc-center = < my smsc no. of above SIM> to kannel .conf
Is that right?
my modem is SIEMENS TC35
I am connecting it with USB to pc and RS232 to modem
is there any prob. of device-type?
I've tried it with ttyS0 and ttyUSB0
but didnt work. I dont know why.
My kannel.conf is:
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = mobile
#status-password = mobile
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/tmp/kannel.log"
log-level = 10
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#box-allow-ip = "125.27.156.250"
#box-allow-ip = "135.27.153.123"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/tmp/access.log"
store-file = "/tmp/kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
#dlr-storage = mysql
dlr-storage = internal
# SMSC CONNECTION
group = smsc
smsc = at
modemtype = auto
device = /dev/ttyS0
speed = 9600
smsc-id = BSNL
preferred-smsc-id = BSNL
port = 10000
connect-allow-ip = 127.0.0.1
#connect-allow-ip = 135.27.156.250
my-number = "919422772404"
sms-center = "+919422099997"
group = smsc
smsc = fake
smsc-id = FEAK
preferred-smsc-id = FEAK
port = 10001
group = modems
id = siemens_tc35
name = "Siemens TC35"
detect-string = "SIEMENS"
detect-string2 = "TC35"
init-string = "AT+CNMI=1,2,0,1,1"
speed = 19200
enable-hwhs = "AT\\Q3"
need-sleep = true
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#global-sender = 13013
#sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 10
access-log = "/tmp/access.log"
# SEND-SMS USERS
group = sendsms-user
username = mobile
password = mobile
#user-deny-ip = ""
#user-allow-ip = ""
faked-sender = abc
group = sendsms-user
username = mobile
password = mobile
dlr-url = "(URL address blocked: See forum rules):4400/DeliveryReport?sender=%p&to=%P&time=%T&status=%A"
# SERVICES
group = sms-service
keyword = nop
get-url = (URL address blocked: See forum rules)
text = "You asked nothing and I did it!"
# there should be default always
group = sms-service
keyword = tel
exec = "c:/windows/systm32/pq2.exe %p+%a"
max-messages = 0
group = sms-service
keyword = default
accept-x-kannel-headers = true
send-sender = true
omit-empty = true
post-url = "(URL address blocked: See forum rules):4400/IncomingMessage"
max-messages = 0
So please help me with this problem |
Wowo~~!
Very confused...
Will study this thread soon!
|