----- Original Message -----
From: Sriram
Sent: Monday, December 05, 2005 12:20
Subject: Fw: sms service

Hi
Kannel on RHL 8.0 , compiled from source along with mysql support...smpp conneciton 3.4.
 
problems :
 
1. I am Able to send messages..
2. defined sms service groups but when someone sends a keyword to my kannel ..it doesnt receive it and so it doenst reply no debug entries in logs appear when someone sends a message to me
3. when i contacted the telco guy ..he asks me for URL for configuring this service !
 
My Ques : when sms-service has this defined keyword and text...why the heck he is asking for a URL and how do i give him a URL ?
 
kannel.conf :
 
group = core
admin-port = 13000
smsbox-port = 13013
admin-password = ******
#status-password = foo
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
dlr-storage = mysql
 
# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = XXX
host = XXX.XXX.XXX.XXX
port = XXXX
interface-version = 34
connect-allow-ip = *.*.*.*
smsc-username = XXXXXX
smsc-password = XXXXXX
receive-port = 700
keepalive = 10
system-type = vmu
enquire-link-interval = 5
reconnect-delay = 2
address-range = ""
 
 
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
global-sender = 666
sendsms-chars = "0123456789 +-"
log-file = "smsbox.log"
log-level = 0
access-log = "/tmp/access.log"
 
# SEND-SMS USERS
group = sendsms-user
username = "tester"
password = foobar
#user-deny-ip = ""
user-allow-ip = "*.*.*.*"
 
# SERVICES
group = sms-service
keyword = nop
text = "Push & Pull!"
catch-all = true
 
# there should be default always
group = sms-service
keyword = default
text = "No service specified"
 
# Mysql connection
group = mysql-connection
id = mydlr
host = localhost
mysql-username = YYYY
mysql-password = YYYY
database = dlr
max-connections = 1
 
# table
 
group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = msgtime
field-destination = dest
field-source = clip
field-service = code
field-url = "">
field-mask = mask
field-status = status
field-boxc-id = boxcid
 
Kindly help....Its a do or die situation for me
 
Regards
Sriram
 

Reply via email to