On Sat, 31 Jul 2004, Baden de Bari wrote: > Right, but the how would the messages get from the SMS users to Kannel or > any other provider? > > One recommendation was to ask the provider to allow the use of suffixing > from our connection to their SMSC - as this is a new area for us a little > more explanation is needed. > > We could process all the requests w/ our software, it's just getting the > right data to process.
Set up an sms-service group that calls a URL with the text of the message and the mobile number and the short code. The URL is a PHP script. Then you can split out the $to, $from and $text into variables, parse them, cut them, dice them, spit them out, fart on them and generally do whatever you like with them. To respond, use the HTTP SMS thingy in kannel, pass the $from and $to (backwards), change the $text and off you go. It really is easy. There are people on the list willing to accept monetary reward for doing it for you if you feel this is necessary. Beckman --------------------------------------------------------------------------- Peter Beckman Internet Guy [EMAIL PROTECTED] http://www.purplecow.com/ ---------------------------------------------------------------------------
