Hi! Users,
i installed kannel 1.5.0 every thing working more than expected. Successfully configured mysql integration too . But all the time when i am testing my smsc it it showing some messages like DLR rerouting to particular smsc is disabled. Please help me out to resolve this . Iam unable to get DLR's also . I am using REDHAT EL.5. my configuration is like this : Default kannel configuration file group = core admin-port = 13000 admin-password = changemenow status-password = new admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" smsbox-port = 13001 dlr-storage = mysql #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 smsc = smpp smsc-id = smsc1 host = xxx.xxx.xxx.xxx port = 2001 interface-version = 34 #receive-port = 2005 transceiver-mode = 1 smsc-username = XXXXX smsc-password = XXXXX system-type = source-addr-ton = 0 source-addr-npi = 0 dest-addr-ton = 1 dest-addr-npi = 1 throughput = 10 connect-allow-ip = "*.*.*.*" keepalive = 50 msg-id-type = 0x01 group = smsbox smsbox-id = smsbox1 bearerbox-host = localhost sendsms-port = 13004 global-sender = kunal group = mysql-connection id = mdlr host = localhost username = root password = root123 database = kannel group = dlr-db id = mdlr 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 group = sendsms-user username = tester password = foobar
