Hi,
First off, I'm using cvs snapshot downloaded 17th October.
I have a problem that I've not been able to solve. As the subject says,
I need to be able to pass kannel a TLV where the value is an octetstring
that consists of data that includes null characters, the string is then
terminated by a null character.
The URL call to sendsms looks something like this
.....&meta-data%3Fsmpp%3F%26mytlv%3D1234%00testing%00anotherparam%00undefined%00%00
What I see in bearerbox log is:
2009-10-17 22:28:26 [16340] [6] DEBUG: mytlv: "1234"
What I expected to see was an octet string dump with nulls and all
parameters included.
Is there a solution to this problem?
Thanks,
Andrew