here is my kannel.conf configuration # # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # It is run like this: # # 1% test/fakesmsc -p 10000 -i 1 -m 100 "123 345 nop" # 2% gw/bearerbox gw/smskannel.conf # 3% gw/smsbox gw/smskannel.conf # # ..as all 3 commands in separate shells (or screen sessions) # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # # Kalle Marjola May 2000 #
group = core admin-port = 17000 smsbox-port = 17001 admin-password = Dumb-bugger log-file = "/home/techbrainless/Applications/kannel1.5/log/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1;192.168.1.*" admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;192.168.1.*" #unified-prefix = "+91,0091,+0091;+,;" access-log = "/home/techbrainless/Applications/kannel1.5/log/access.log" #dlr-storage = mysql #dlr-url = "http://localhost/cgi-bin/kannel-dlr.pl?id=%I&smsc=%i&dest=%p&src=" #smsc-packet-log = "smsc_pkt.log" #submit_resp_key = 8888 #dlr_rept_key = 8889 #mo_key = 8890 group = smsbox bearerbox-host = localhost sendsms-port = 17017 bearerbox-port = 17010 #global-sender = 345 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" log-level = 0 mo-recode=false #access-log = "/var/log/kannel/access.log" group = sendsms-user username = test password = test #user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1;192.168.1.*" #default-smsc = "test_cell" #this is to concatenation of the out going messages concatenation = true max-messages = 10 ##start NIM## group = smsc smsc = smpp smsc-id = "SMPPSim" host = localhost port =2775 #transceiver-mode = false receive-port = 2775 system-type = "" #my-number = "" smsc-username = smppclient1 smsc-password = password keepalive = 2 interface-version = 34 source-addr-ton = 5 source-addr-npi = 0 source-addr-autodetect = yes dest-addr-ton = 1 dest-addr-npi = 1 #address-range = "" address-range = "*" enquire-link-interval = 60 max-pending-submits = 10 reconnect-delay = 10 priority = 0 ##end bulk1## #this is for mysql configuration #group = mysql-connection #id = mydlr #host = localhost #port = 3306 #username = root #password = root #database = dlr #max-connections = 5 #group = dlr-db #id = mydlr #table = dlr #field-smsc = smsc #field-timestamp = ts #field-destination = destination #field-source = source #field-service = service #field-url = url #field-mask = mask #field-status = status #field-boxc-id = boxc -- View this message in context: http://kannel.6189.n7.nabble.com/Udh-always-0-and-can-not-send-long-messages-using-SMPPSim-tp27314p27349.html Sent from the Kannel - User mailing list archive at Nabble.com.
