Hi,

I am trying to get kannel to do two different actions on an incoming SMS.
Both processes are post-url but are going to two different servers. I have
tried to put the statements one after the other but it seems to be executing
only one and ignoring the other.

group = sms-service
keyword =  default
post-url = "http://a.b.c/xy/script.php?smsmsg=%a&phone=%p";
post-url =
"http://somewebsite/web/SMS.cfc?method=addSMS&from=%p&to=12345678&message=%a
&password=password"
omit-empty = true
accept-x-kannel-headers = true
max-messages = 3
concatenation = true

Does anyone know how I can achieve this?

Thanks in advance.


Ralph



Reply via email to