This should work if your application works properly.

group = sms-service

keyword-regex = .*

catch-all = true

get-url = "http://my_site.com/receive.php?phone=%p&text=%r&smsc=$i&time=%t


Or

group = sms-service

keyword=default

 get-url = "http://my_site.com/receive.php?phone=%p&text=%r&smsc=$i&time=%t



On Tue, Apr 28, 2009 at 6:30 PM, <[email protected]> wrote:

>  How to catch the incoming messages and forward them to php script ?
>
>
> i'm trying every way, and does not working..
>
>
> group = sms-service
>
> keyword-regex = ^[a-z]+$
>
> get-url = "http://my_site.com/receive.php?phone=%p&text=%r&smsc=$i&time=%t
>
>
>
> or this
>
>
> group = sms-service
>
> keyword-regex = ^[a-z]+$
>
> exec = "php script.php %p %r %t"
>
>
>
> with many other regexp ^.*$ , or .*
>
>
> Please help !
>

Reply via email to