[PATCH] SMPP null terminated input

2002-04-25 Thread Simon Beale
Null terminated messages received by kannel keep hold of the null and turn it into an '@'. This is best demonstrated if you do a get-url with an input null terminated message. e.g. received: HelloWorld\0 resulting URL requested: http://foo.bar/page.html?text=HelloWorld@; The attached patch cho

Re: [PATCH] SMPP null terminated input

2002-04-26 Thread Stipe Tolj
Simon Beale wrote: > > Null terminated messages received by kannel keep hold of the null and turn > it into an '@'. This is best demonstrated if you do a get-url with an input > null terminated message. anyone from the core developers voting for this patch to commit? Stipe [EMAIL PROTECTED] --

Re: [PATCH] SMPP null terminated input

2002-04-27 Thread Nisan Bloch
Hi At 06:26 PM 4/26/02 +0200, Stipe Tolj wrote: > > Null terminated messages received by kannel keep hold of the null and turn > > it into an '@'. This is best demonstrated if you do a get-url with an input > > null terminated message. > >anyone from the core developers voting for this patch to co

Re: [PATCH] SMPP null terminated input

2002-04-30 Thread Alex Judd
Yep - I'm interested. Have a version here with delayed/valid times and also with correct esm_class parameters that I plan to submit in once it's survived a bit more bulk testing. Might be good to wrap all the features together at the same time - anyone else want to add more smpp modifications