Re: X-Kannel-DLR-Mask problem
Edwin Pratomo <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 23 April 2003 12:50, Edwin Pratomo wrote: > Dear kannel developers, > > I encountered a problem when using X-Kannel-DLR-Mask as well as > X-Kannel-DLR-URL headers in a response sent by a sms-service application. > In that case, no message sent back to sender by kannel. No one ever got the same problem? or probably I didn't make myself clear? here is an example.. a snippet from sms-service group configuration: accept-x-kannel-headers = true get-url = http://localhost/kannel/dummy.cgi The URL produce the following header: [edwin@bilbo edwin]$ HEAD http://localhost/kannel/dummy.cgi 200 OK Connection: close Date: Thu, 24 Apr 2003 08:09:36 GMT Server: Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.1 mod_perl/1.26 Content-Type: text/plain; charset=ISO-8859-1 Client-Date: Thu, 24 Apr 2003 08:09:36 GMT Client-Peer: 127.0.0.1:80 X-Kannel-DLR-Mask: 7 X-Kannel-DLR-URL: http://localhost/kannel/dlr.cgi?smsc=%i&ts=%t&src=%p&dest=%P&service=Horoskop&status=%d Then the response body is never got sent. Any comment? rgds, Edwin.