Dimitrios, All it is doing is setting the header to 31. In PHP it would be :-
header('X-Kannel-DLR-Mask: 31');
Regards
Ben
On 1 Dec 2006, at 10:29, Andrikopoulos Dimitrios wrote:
Hello,As I don't know C, can someone tell me what the following code line means for the value of the header"X-Kannel-DLR-Mask"?http_header_add(push_headers, "X-Kannel-DLR-Mask", octstr_get_cstr (dos = octstr_format("%d", 31)));If possible provide equivalent code for Perl or PHP Thanks, Dimitris
