Well.. there's a patch (hopefully) about to be added to CVS that will automatically re-join concatenated messages and then pass them in one piece to your PHP script. It's been talked about on the kannel-devel list, see http://www.mail-archive.com/[email protected]/msg06211.html
On 9/20/06, Boardmain <[EMAIL PROTECTED]> wrote:
Perfect , it work... u are able to recive crrectly long messages? (u have a script ho take all parts into one big sms?) -----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Alex Kinch Inviato: mercoledì 20 settembre 2006 15.44 A: Boardmain Cc: [email protected] Oggetto: Re: udh record I've used this in the past to clean up Kannels UDH into something more normal: function cleanudh($udh) { $udh = urlencode($udh); $udh = str_replace("%","",$udh); return($udh); } On 9/20/06, Boardmain <[EMAIL PROTECTED]> wrote: > > > > > Hi, why in my php script im not able to get the udh record > > > (udh=%u ) > > and i see it on the log > > > > [udh:5:0003180303] > > > > > > If i take the udh get var in php i recive an empty var (some strange char) > > I think becouse it is passed as hex value .. > > some one have a working php script to get correctly all param passed by > kannel and get-url ?? > > thanks > > > > Samuele
