Re: Meta-Data documentation

2008-09-22 Thread Ehizogie Binitie
Can we update the 1.4.1 documentation to reflect this ? On Sun, 2008-09-21 at 10:10 -0400, Stipe Tolj wrote: Alexander Malysh schrieb: Hi, great thanks! Could you please better describe meta-data format because it unclear how to code it, here is the format accepted by meta-data

Does kannel maintain multiple qeue for each user conected

2008-09-22 Thread jyoti
I am facing problem which I have mentioned below. I have configured 2 send sms user for push purpose to my kannel(1.4.0) sms gateway. Suppose user1 sent 1000 msg ,then if it's not delevered it will be stored in store.log. Now the user2 sent 10 msg,then thease 10 msg will be stored next to those

Re: Meta-Data documentation

2008-09-22 Thread Alejandro Guerrieri
Ok, got the new docs almost ready, but have a doubt over the encoding for sendsms. What happens if I want to send data with =, ? or ? Should I double-urlencode it? For example, if I want to send mydata=Hello Goodbye Over sendsms, I'd probably get away with this: meta-data=%3Fsmpp%3Fmydata=

Re: Meta-Data documentation

2008-09-22 Thread Alexander Malysh
Hi Alex, again... .../sendsms?meta-data=URLENCODE(?URLENCODE(smsc-type1)?URLENCODE(key1)=URLENCODE(value1)URLENCODE(key2)=URLENCODE(value2)...?URLENCODE(smsc-type2)?URLENCODE(key1)=URLENCODE(value1))... and for your example: .../sendsms?meta-data=%3Fsmpp%3Fmydata%3DHello%2B%2526%2BGoodbye

Re: Meta-Data documentation

2008-09-22 Thread Alejandro Guerrieri
Yep, clear now, thanks! Here's the revised userguide patch: http://www.magicom-bcn.net/kannel/userguide-meta-data-cleanup-20080922.patch Please let me know if you want to change anything. Regards, Alejandro On Mon, Sep 22, 2008 at 5:42 PM, Alexander Malysh [EMAIL PROTECTED]wrote: Hi Alex