Re: 'X-Kannel-DLR-Mask' value
"Tom Sommer" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, December 1, 2006 11:39, Ben Suffolk wrote:
> All it is doing is setting the header to 31. In PHP it would be :-
>
>
> header('X-Kannel-DLR-Mask: 31');
Not really, header() will push the header to the client. You need to send
the header using fsockopen() and fwrite() to kannel, in PHP - or use the
HTTP_Request PEAR package
None of this belongs to the devel list though
// Tom