can you show the error messages in the log file ... '/var/log/kannel/bearerbox.log' and '/var/log/kannel/smsbox.log'...
--Jyothi On Sat, May 3, 2008 at 1:09 AM, Madan KN <[EMAIL PROTECTED]> wrote: > Hi All, > Can any one please guide me what is wrong in this config file. BearBox and > SMS Box both are not starting. > Please help me resolve this issue. > > > # Default kannel configuration file > ################################################## > # Core Group (group = core) > ################################################## > group = core > admin-port = 13000 > admin-password = test123 > status-password = test123 > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "192.168.1.*" > smsbox-port = 13001 > box-deny-ip = "*.*.*.*" > box-allow-ip = "192.168.1.*" > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > log-level = 0 > > ################################################## > # SMSC Group (group = smsc) > ################################################## > group = smsc > smsc = fake > smsc-id = FAKE > port = 10000 > connect-allow-ip = 192.168.1.9 > > ################################################## > # SMS BOX Group (group = smsbox) > ################################################## > group = smsbox > bearerbox-host = 192.168.1.9 > sendsms-port = 13013 > global-sender = 13013 > #sendsms-chars = "0123456789 +-" > log-file = "/var/log/kannel/smsbox.log" > log-level = 0 > access-log = "/var/log/kannel/access.log" > > > ################################################## > # SEND SMS Group (group = sendsms-user) > ################################################## > group = kannel > username = kannel > password = test123 > concatenation= true > max-messages = 10 > > > ################################################## > # SMS SERVICE Group (group = sendsms-user) > ################################################## > group = sms-service > keyword = > keyword-regex = .* > catch-all = yes > max-messages = 0 > get-url = "http://192.168.1.10:8080/OSMS/push.jsp?phno=%p&msg=%a" > > -- Jyothi Rao
