forward sms to scriptWhat is the sms you are sending? BR, Nikos ----- Original Message ----- From: [email protected] To: [email protected] Sent: Tuesday, April 28, 2009 7:30 PM Subject: forward sms to script
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 !
