> If you want to send sms through Kannel you must use /cgi-bin/sendsms or > configure it in the smsbox group with the sendsms-url parameter. > > But, I see that your sendsms-url ends in .php so I think that you want > to use some PHP code to preprocess message and then (from that script) > send it to the Kannel's sendsms-url. Right?
This is very accurate. I want to use my PHP script to preprocess the message and then (from that script) send it to the Kannel's sendsms-url. So what should my sendsms-url be?