Re: Recieving SMS with get-url question
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | The Kannel Group |
| Message-ID | <[email protected]> |
Andreas Fink wrote: > this means you received an SMS sent from a subscriber to your short ID. > Kannel is forwarding the request to the configured url and is done with > it. The Website does not send a reply to it or the reply is denied by > the config so no answer is being sent back. yep, I guess this is the cause: within your 'sms-service' group you may have: max-messages = 0 which means, forward the message via HTTP to the configured 'get-url' but don't transport the HTTP server reply back via the SMSC channel to the mobile. Stipe