> I am a newly added member of this service. I need some > information regarding the Kannel SMS Service. I was successful in > integrating the kannel software with SMSC. I need to know > what should i > define in the sms-service in such a way that when i send i > message from my > cell to it it will reply me a text but msg should be in > msgclass=1 that is > flash sms.
I'm not sure you can define mclass for an sms-service. You could define an sms-service with max-messages=0, and make a HTTP request (get-url or post-url, and you'll need to capture the sender number with %p for example) to a script that will initiate a new sendsms request to send the reply message with cgi-bin/sendsms?...&mclass=1. Ian
