Hi All, I have set up Kannel on Ubuntu. I am testing functionality using fakesmsc. Below is the configuration.
group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" #wapbox-port = 13002 smsbox-port = 13001 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #dlr-storage = pgsql group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 smsbox-id = "box1" log-file = "/var/log/kannel/smsbox.log" log-level = 0 group = sendsms-user username = password = dlr-url = "http://localhost/kannel/dlr_status.php?d=%p&mask=%d&message_id=%F " group = sms-service keyword = default #get-url = "http://localhost/kannel/receivesms.php?sender=%p&text=%b" accept-x-kannel-headers = true concatenation = true catch-all = true #group = wapbox #bearerbox-host = localhost #log-file = "/var/log/kannel/wapbox.log" group = smsc smsc = fake smsc-id = FAKE port = 10000 connect-allow-ip = 127.0.0.1 #msg-id-type = 0x00 group = pgsql-connection id = mydlr host = localhost port = 5439 username = kannel_admin password = RFID_dev12?? database = postgres max-connections = 1 group = dlr-db id = mydlr table = tbl_dlr field-smsc = smsc field-timestamp = _timstamp field-destination = destination field-source = source field-service = _service field-url = url field-mask = mask field-status = status field-boxc-id = boxc_id This is the url I am calling to test: http://localhost:13013/cgi-bin/sendsms?username=&password=&to=125345&text=tests&smsc=FAKE&dlr-mask=31 However, in the table for delivery reports, I am only getting dlr report 8. But the message is being sent. it displays "0: Accepted for delivery" after I call the above url. What Im I doing wrong? Please assist. Thanks Moses