Hi, You can certainly hardwire your parameters in your URL. The disadvantage is that all messages send will have the same hardwired parameters, i.e. all will go to 9195555555555555555555555555555, which I don't know if it is legal or not. Alternatively if you want kannel to fill-in the correct parameters for each message you should use the escape chars (%f, %s, etc.).
BR, Nikos ----- Original Message ----- From: pandu reddy To: [email protected] Sent: Wednesday, February 18, 2009 6:00 PM Subject: information Hi All, where this escape parameters will exactly useful and where we will use like %s,%t . cam i write the url in this way also. or will use only parameters(escape codes) only. http://localhost:13005/cgi-bin/sendsms?username=ro&password=ro&from=888555&to=9195555555555555555text=Test%20Message&charset=UTF-16BE&mclass=2&coding=1&pid=0&dlr-mask=3
