Ajay Chadha wrote:
i am not getting required results for keyword-regex eg i am using load
keyword for getting plant laod through sms , but some people also send
like LOAD DETAIL etc , but this doest not respond to such queries pls see
my config and suggest why it doest not work

Untested, but if it is supposed to be a regex, you could try this change:

group = sms-service
keyword = load
keyword-regex = load*

keyword-regex = load.*

get-url ="http://191.254.176.2:9002/sms_services/load.aspx?sender=%p";
accept-x-kannel-headers = true

Reply via email to