Hi, here is my configuration for kannel.conf
# Default kannel configuration file group = core dlr-storage = internal admin-port = 13000 admin-port-ssl = false admin-password = pass status-password = pass admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" smsbox-port = 13001 #wapbox-port = 13002 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 1 group = smsc #max-messages = 3 #concatenation = true smsc =smpp system-type = "VMA" host = ip port = port smsc-username = user smsc-password = pass keepalive = 55 #our-port = 600 receive-port = port idle-timeout = 30 #address-range = 123 transceiver-mode = 1 # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = port2 log-file = "/var/log/kannel/smsbox.log" log-level = 0 #access-log = "access.log" # SEND-SMS USERS group = sendsms-user username = pass password = pass #user-deny-ip = "" #user-allow-ip = "" group = sms-service keyword = default text = This facility is down for maintenance. accept-x-kannel-headers = true max-messages = 1 concatenation = true group = mysql-connection id = mydlr host = localhost username = user password = dbpass database = db max-connections = 1 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 Pl. help, thanks abhishek 2009/7/15 Nikos Balkanas <[email protected]>: > Hi, > > Please post your smsc configuration. > > From what I gather from the logs, you are mixing up system-type with > system-id. > > System-type should be VMA. > System-id (or smsc-username) should be your login name. > > BR, > Nikos > ----- Original Message ----- From: "abhishek jain" > <[email protected]> > To: <[email protected]> > Sent: Wednesday, July 15, 2009 4:25 PM > Subject: Error in bearerbox log - 2 > > >> Hi, >> | got the following error in bearerbox, pl. let me know if possible >> what can be the source of error: >> >> 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated >> string (system_id) has no NULL. >> 2009-07-15 18:54:19 [26171] [6] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit, >> code 0x0000000d (Bind Failed). >> 2009-07-15 18:54:19 [26171] [6] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center >> (retrying in 10 seconds). >> 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated >> string (system_id) has no NULL. >> 2009-07-15 18:54:41 [26171] [7] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code >> 0x0000000d (Bind Failed). >> 2009-07-15 18:54:41 [26171] [7] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center >> (retrying in 10 seconds). >> >> >> Will appreciate a prompt reply. >> >> -- >> Thanks and kind Regards, >> Abhishek jain >> 07799 328 727 >> skype: ejaincom >> > > -- Thanks and kind Regards, Abhishek jain 07799 328 727 skype: ejaincom
