Hi Group,
i am using 1.4.1 stable on fedora5. Following is my
configuration
 
#CORE GROUP
 
group = core
admin-port = 18000
admin-password = password
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 18001
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
log-file = "/usr/kannel/logs/1503_0115pm/SMPPbbox.log"
log-level = 0
access-log =
"/usr/kannel/logs/1503_0115pm/SMPPbboxaccess.log"
store-file =
"/usr/kannel/logs/1503_0115pm/SMPPbbox.store"
dlr-storage = mysql
 
# MYSQL CONNECTION
 
group = mysql-connection
id = dlrconn
host = localhost
username = "root"
password = "password"
database = smsdlr
 

# DLR-DB GROUP
 
group = dlr-db
id = dlrconn
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destn
field-service = service
field-url = url
field-mask = mask
field-status = status
field-source = source
field-boxc-id = boxc
 

# SMSC CONNECTIONS
 

#MOBILE SMSC
group = smsc
smsc = at
smsc-id = "n6310"
denied-smsc-id = "smsa"
device = /dev/ttyS1
modemtype = "nokiaphone"
keepalive = 30
connect-allow-ip = "127.0.0.1"
sms-center = "123456789"
 

#MODEM CONF
group = modems
id = "nokiaphone"
name = "modemconf1"
 

#FOR SMSA
group = smsc
smsc = smpp
smsc-id = "smsa"
denied-smsc-id = "n6310"
host = www.host.net
port = 2775
transceiver-mode = true
enquire-link-interval = 50
reconnect-delay = 60
smsc-username = "username"
smsc-password = "password"
system-type = ""
address-range = ""
interface-version = "34"
max-pending-submits = 1
msg-id-type = 3
unified-prefix = "-,+, "
alt-charset = "ASCII"
 
# SMSBOX SETUP
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 18018
sendsms-chars = "0123456789 +"
log-file = "/usr/kannel/logs/1503_0115pm/SMPPsbox.log"
log-level = 0
access-log =
"/usr/kannel/logs/1503_0115pm/SMPPsboxaccess.log"
reply-couldnotfetch = ""
reply-couldnotrepresent = ""
reply-requestfailed = ""
reply-emptymessage = ""
http-request-retry = 3
http-queue-delay = 30
 

# SEND-SMS USERS
 
group = sendsms-user
username = username
password = password
default-smsc = "smsa"
max-messages = 10
concatenation = true
omit-empty = true
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"
 

# SERVICES
 
group = sms-service
keyword = default
accepted-smsc = "n6310"
get-url =
"http://10.100.1.5/smspull/pulls.asp?from=%q&to=%Q&text=%b&coding=%c&udh=%u";
max-messages = 10
accept-x-kannel-headers = true
concatenation = true
omit-empty = true
 
I have two issues
1)When I send long messages through this provider, I
get junk characters. Single message is coming fine.
  For testing purpose I send the same long message
through another tool (NOwSMS) and it came ok. 
  In the particular tool I have selected the option to
"encode long text messages with 7-bit packed encoding"
  Is there a similar encoding possible in kannel? 
 
2) What is the procedure to retrieve message center
number from the messages I receive through mobile
phone connected?
 
If any of you have came across similar situation
please share your experience.
 
Thanks
Ashraf


 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

Reply via email to