I am trying to set up the CIMD2 SMSC. I have attached the conf file which I am using. Please let me know where I am going wrong because whenever I start the bearerbox using the command, I get the following message :
gw/bearerbox gw/<conf file name>.conf
2002-07-15 10:13:50 [0] INFO: Debug_lvl = -1, log_file = <none>,
log_lvl = 0
2002-07-15 10:13:50 [0] INFO: Reading configuration from <gw/chitssms.conf>
2002-07-15 10:13:50 [0] INFO: ----------------------------------------
2002-07-15 10:13:50 [0] INFO: Kannel bearerbox II version 1.0.3
starting
2002-07-15 10:13:50 [0] DEBUG: Started thread 1 (gw/bb_http.c:httpadmin_run)
2002-07-15 10:13:50 [1] DEBUG: HTTP: Creating a new server socket
<13000>.
2002-07-15 10:14:00 [0] WARNING: CIMD2 SMSCenter is not responding
2002-07-15 10:14:00 [0] ERROR: cimd2_login failed
2002-07-15 10:14:00 [0] ERROR: cimd2_open failed
2002-07-15 10:14:00 [0] PANIC: Cannot start with SMSC connection
failing
Please let me know what could be the issue?
Any inputs will be appreciated.
Thanks,
Chaitanya.
group = core admin-port = 13005 smsbox-port = 13013 admin-password = bar #log-file = "/tmp/kannel.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #admin-deny-ip = "" #admin-allow-ip = "" unified-prefix = "00358,0" #access-log = "access.log"
group = smsc smsc = cimd2 host = localhost port = 13010 smsc-username = cmalur smsc-password = welcome #keepalive = 5 group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 123 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "access.log" group = sms-service keyword = nop text = "Hello !!" group = sms-service keyword = default text = "No service spesified" group = sendsms-user username = cmalur password = welcome #user-deny-ip = "" #user-allow-ip = ""
