smppbox and DLR's (can anyone help please? )
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, (dev list) Anyone aware of issues with smppbox? We couldn't figure out how to pass the DLR URL from the smppbox to the smsbox. Don't have much experience with the receiving end, only with sending. configured smppbox, and I don't understand how I can pass on the DLR format. We are successfully sending SMS through the smpp gateway that is configured, but want to also get back the DLRs. We have the dlr set up like this: group = mysql-connection id = mydlr host = localhost username = **** password = ****** database = kan max-connections = 5 group = dlr-db id = mydlr 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 In the "url" field it appears to be stored an smsc ID, while we'd like to store a real URL, like this: http://*.*.*.*/reports/dlr_kan.php?type=%d&id=12064807&gsm=%2B4912345555&q=%q&w=%w&e=%e&r=%r&t=%t&y=%y&u=%u&i=%i&o=%o&p=%p&a=%a&s=%s&d=%d&f=%f&g=%g&h=%h&j=%j&k=%k&l=%l&z=%z&x=%x&c=%c&v=%v&b=%b&n=%n&m=%m&Q=%Q&W=%W&E=%E&R=%R&T=%T&Y=%Y&U=%U&I=%I&O=%O& What should we do to instruct smppbox to pass on this kind of URL to bearerbox/smsbox? Hope someone can help. Regards O.