I: R: udh record

2006-09-21 Thread Boardmain
Ok, now it works, it add (1/2 2/2) at the start of message but after recived some message it stop to work. :/ -Messaggio originale- Da: Boardmain [mailto:[EMAIL PROTECTED] Inviato: mercoledì 20 settembre 2006 16.52 A: users@kannel.org Oggetto: R: R: udh record Tried, downloaded cvs

Re: udh record

2006-09-20 Thread Alex Kinch
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

R: udh record

2006-09-20 Thread Boardmain
@kannel.org 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

Re: R: udh record

2006-09-20 Thread Alex Kinch
A: Boardmain Cc: users@kannel.org 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