URL encoding

2009-12-14 Thread Rajeev Agarwal
Hi, How can i convert a simple url like www.google.com/mobile to hex format, so that it can be used for wap push msgs. I don know PHP. Regards, Rajeev.

Re: URL encoding

2009-12-14 Thread Alan McNatty
Hi Rajeev, Not the best place to post this kind of question. Check hexdump on any good *nix. Cheers, Alan Rajeev Agarwal wrote: > Hi, > > How can i convert a simple url like www.google.com/mobile > to hex format, so that it can be used > for wap push msgs.

Re: WAP PUSH

2009-12-14 Thread Nikos Balkanas
Hi, Try testing your configuration as described in the manual. You can use FAKE smsc, so that you don't get charged and test/test_ppg client to push your wap. you will have to supply your own pap/si xml document as detailed in the manual. BR, Nikos - Original Message - From: Rajeev

Re: URL encoding

2009-12-14 Thread Nikos Balkanas
Hi, You do not convert it simply to hex. You have to convert it to wbxml, which is a whole spec. Try searching the archives, Alex had posted a php scipt to do it. BR, Nikos - Original Message - From: Rajeev Agarwal To: users@kannel.org Sent: Monday, December 14, 2009 10:40 AM

Re: WAP PUSH

2009-12-14 Thread Juan Nin
Here's there's a mino HOWTO I wrote some time ago on PPG and Wap Push, which includes some proof of concept sample PHP code http://article.gmane.org/gmane.comp.mobile.kannel.user/11009 Be aware that you will see the PHP code with some wrong indentations that will make it not work, if you look furt

Re: URL encoding

2009-12-14 Thread Juan Nin
check the email i just sent on wap push 2009/12/14 Nikos Balkanas : > Hi, > > You do not convert it simply to hex. You have to convert it to wbxml, which > is a whole spec. Try searching the archives, Alex had posted a php scipt to > do it. > > BR, > Nikos > > - Original Message - > From:

box-allow-ip

2009-12-14 Thread Rajeev Agarwal
hi. I am curious to know why should we give the box-allow-ip as 127.0.0.1 thanks. rajeev.

Re: box-allow-ip

2009-12-14 Thread uYe
Do you know what 127.0.0.1 means? Willy sangpr...@gmail.com On Dec 15, 2009, at 1:25 PM, Rajeev Agarwal wrote: hi. I am curious to know why should we give the box-allow-ip as 127.0.0.1 thanks. rajeev.