Hi Nikos, Thank you for your response.
Here is relevant part of my setup: >> # SMS Service >> >> group = sms-service >> keyword = >> keyword-regex = .* >> catch-all = yes >> max-messages = 0 >> get-url = "http://localhost/sms?phone=%p&text=%a" You wrote: > You must specify a get-url like this: get-url = > "http://localhost/sms.php?phone=%p&text=%a" I have it in my setup. Can i verify somewhere in log file that URL is actually invited ? > In the sms.php file on your server you must write a code where you will get > the variables from the get request like this: That part is not a problem at all, when I am sure that URL is invited it should work, we already do have code to receive messages in place. Best regards, Dusan -- Dusan Djordjevic http://dj-dule.blogspot.com | http://www.mravojed.com
