Hello,

The Kannel 's DLR storage does not store the message body. If you need it in your application, you have to add message body into dlr-url when you submitting SMS.

in example:
$text = "this is a test";
$dlrurl= urlencode("http://host/dlr.php?status=%d&body=$text&message_id=$my_internal_id";);

$url = "http://kannelhost:port/cgi-bin/sendsms?..........dlr-mask=31&dlr-url=$dlrurl";;


Regards,
Cezary Siwek





Reply via email to