You'll have to either touch the source code or use some scripting "glue" to do that.
Performance-wise, I'd recommend you to take a look at smsc_http.c and clone one of the existing HTTP modules to develop your own custom "system-type". Even with somewhat basic C skills you'd be able to make the necessary mods. Hope it helps, On 3/29/06, Jay Acuesta <[EMAIL PROTECTED]> wrote: > Good Day! > > My setup is that my Kannel SMSbox is connected to an ESME thru htpp (I > followed the Kannel HTTP Relay guide). The ESME provided us with the URL to > post our requests in this format : > > http://www.XXXXX.com/sendsms/sendsms.aspx?user=xxxxx&password=yyyyyy&smsto=441112223334&smsfrom=12345&smsmsg=Hello&smstype=1 > Upon setting up the configuration in my smsc group, upon invoking the > cgi-bin/sendsms method, kannel sent this request > > GET > /sendsms/sendsms.aspx?username=xxxxx&password=yyyyyy&to=441112223334&text=Hello&from=12345 > > notice the differences in the parameters : > > ESME KANNEL > user username > smsto to > smsfrom from > smsmsg text > etc.... > We would prefer a work around in the kannel side to resolve this minor issue > than requesting the ESME to adjust on their side mainly bacause we are > expecting other ESME's to connect to.Any suggestions guys? > > Regards, > > Roland > > > > > > > > > ________________________________ > Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ > countries) for 2ยข/min or less. > > -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/
