Hello!

When I define an sms service:

group = sms-service
keyword = service
url = "http://localhost/service.php?from=%p&other=%r&text=%a";
accept-x-kannel-headers = true

I manage to get the sender number from "from" and the entire sms from
"text". However, "other" is empty. 

Am I right to assume that %r is supposed to return the rest of the sms after
the first word of the sms?

For eg. if I send "service my message", "service" shld be removed and I
should get "my message"

Is this right? If so, what am I doing wrongly?

Thanks for your advice! :)




-- 
View this message in context: 
http://www.nabble.com/sms-service-and--r-tf2780619.html#a7757594
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to