Hi Simon Peter, This is the smsbox log file: 2009-10-14 12:04:24 [4141] [0] DEBUG: Kannel smsbox version 1.4.3 starting 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <user-allow-ip> = <*.*.*.*> 2009-10-14 12:04:24 [4141] [0] DEBUG: <user-deny-ip> = <> 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <forced-smsc> = <clickatellsmsc> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <kannel> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <kannel> 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <allowed-prefix> = <+2379;2379;9> 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <default-smsc> = <ORANGE> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <playsms> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <pwd> 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <allowed-prefix> = <+2377;2377;7;+241> 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <default-smsc> = <clickatellsmsc> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <playsms> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <pwd> 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <forced-smsc> = <kakeid> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <testuser> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <testuser> 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <allowed-prefix> = <+2379;2379;9> 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <default-smsc> = <ORANGE> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <pmuc> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <pmuc> 2009-10-14 12:04:24 [4141] [0] DEBUG: dumping group (sendsms-user): 2009-10-14 12:04:24 [4141] [0] DEBUG: <group> = <sendsms-user> 2009-10-14 12:04:24 [4141] [0] DEBUG: <default-smsc> = <clickatellsmsc> 2009-10-14 12:04:24 [4141] [0] DEBUG: <username> = <paytus> 2009-10-14 12:04:24 [4141] [0] DEBUG: <password> = <paytus> 2009-10-14 12:04:24 [4141] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) maps to pid 4141. 2009-10-14 12:04:24 [4141] [0] DEBUG: Started thread 4 (gw/smsbox.c:obey_request_thread) 2009-10-14 12:04:24 [4141] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) maps to pid 4141. 2009-10-14 12:04:24 [4141] [0] DEBUG: Started thread 5 (gw/smsbox.c:url_result_thread) 2009-10-14 12:04:24 [4141] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) maps to pid 4141. 2009-10-14 12:04:24 [4141] [0] DEBUG: Started thread 6 (gw/smsbox.c:http_queue_thread) 2009-10-14 12:04:24 [4141] [0] INFO: Connected to bearerbox at localhost port 13001. 2009-10-14 12:04:24 [4141] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 4141. 2009-10-14 12:04:24 [4141] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread)
and this is my kannel configuration: group = core admin-port = 13000 admin-password = kannel status-password = kannel #admin-deny-ip = "" admin-allow-ip = "*.*.*.*" log-file = "/var/log/kannel/kannel.log" log-level = 0 #dlr-storage = internal access-log = "/var/log/kannel/access.log" log-level = 0 http-proxy-host = "127.0.0.1" #http-proxy-port = 8080 #http-proxy-exceptions = "127.0.0.1" #http-proxy-username = "user" #http-proxy-password = "password" #ssl-certkey-file = "mycertandprivkeyfile.pem" # Smsbox related smsbox-port = 13001 #box-deny-ip = "" box-allow-ip = "*.*.*.*" #http-proxy-port = 8080 #http-proxy-exceptions = "127.0.0.1" unified-prefix = "+,00" #white-list = "http://127.0.0.1/white-list.txt" #black-list = "http://127.0.0.1/black-list.txt" store-type = file store-location = "/var/log/kannel/kannel.store" # Wapbox related wapbox-port = 13002 #udp-deny-ip = "*.*.*.*" udp-allow-ip = "*.*.*.*" #wdp-interface-name = "*" #databaseconnexion dlr-storage= mysql .... # SMSBOX SETUP group = smsbox bearerbox-host = localhost bearerbox-port = 13001 sendsms-port = 13003 #sendsms-chars = "0123456789 +-" #global-sender = 12345 log-file = "/var/log/kannel/smsbox.log" log-level = 0 access-log = "/var/log/kannel/smsbox-access.log" ..... group = sendsms-user username = playsms password = pwd default-smsc = ORANGE allowed-prefix ="+2379;2379;9" ...... group = sendsms-user username = playsms password = pwd default-smsc = clickatellsmsc allowed-prefix ="+2377;2377;7;+241" #group = sendsms-user #username = freesms #password = pwd2 #default-smsc = tyntecsmsc group = sendsms-user username = testuser password = testuser forced-smsc = kakeid group = sendsms-user username = pmuc password = pmuc default-smsc = ORANGE allowed-prefix ="+2379;2379;9" group = sendsms-user username = paytus password = paytus default-smsc = clickatellsmsc Thanks in advance. Serge. Otandeka Simon Peter wrote: > > > Please send through the logs and we try to help. > > On Oct 14, 2009, at 2:21 PM, SergeNjabs wrote: > >> >> Hi, >> I have upgraded to Kannel 1.4.3 from 1.4.1, but each time I start, the >> smsbox dumps all my sendsms-user groups. As a result I cannot send >> SMS. I am >> using the same group configuration as before. Can anybody help? >> -- >> View this message in context: >> http://www.nabble.com/Smsbox-on-Kannel-1.4.3-tp25889254p25889254.html >> Sent from the Kannel - User mailing list archive at Nabble.com. >> >> > > Simon Peter Otandeka, > IT Department, > SMS Media Ltd. > Mob: +256 782 801124 > Office: +256 312 261168 > skype:sotandeka > > "Help me to see the potential you see in others. > And speaking of potential, allow me to see > my own unique potential for making a positive difference in my world." > Lee Wise from A Simple Prayer > > > > -- View this message in context: http://www.nabble.com/Smsbox-on-Kannel-1.4.3-tp25889254p25889858.html Sent from the Kannel - User mailing list archive at Nabble.com.
