Hi Lars,
Did you try to invoke storeIt.php from doIt.php?
(Just a thought)
Rodrigo.
On 2/2/06, Lars-Hendrik Schneider <[EMAIL PROTECTED]> wrote:
> Hello,
>
> one short question:
>
> I am wondering how to start more than one get-url requests for a
> keyword. I think about triggering one URL doing the main job and
> answering to the incoming SMS and another URL e.g. for storing the SMS
> in a database or sending a mail.
>
> Is ist possible to define one service with max-messages > 0 for
> answering and another service with max-messages=0 that will not re-send
> a SMS, or is there another way to do it?
>
> Example (describing my thoughts):
>
> +++++++++++
> group = sms-service
> keyword = G
> get-url = "http://remotehost/doIt.php?smsbody=%s"
> strip-keyword = true
> max-messages = 3
> concatenation = true
>
> group = sms-service
> keyword = G
> get-url = "http://localhost/storeIt.php?smsbody=%s"
> strip-keyword = true
> max-messages = 0
> ++++++++++++
>
> Is that possible or will the second service be discarded? Perhaps
> someone knows a hint.
>
> greetz,
> Lars-Hendrik
>
>