Maybe this: group = sms-service keyword = default get-url = http://yoursite.com/bla
can help you. [email protected] escribió:
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 !
