HLR Look ups through Kannel

2008-01-30 Thread alok vaidya
Hi, Has anyone heard about an HLR Look up plugin for Kannel or is there any other way that Kannel supports it. Thanks Regards, Alok. - Never miss a thing. Make Yahoo your homepage.

RE: Setting up wappush

2008-01-30 Thread Alvaro Cornejo
Hi Folks Great it works... Thanks to all Alvaro -Mensaje original- De: Juan Nin [mailto:[EMAIL PROTECTED] Enviado el: Martes, 29 de Enero de 2008 11:53 Para: users@kannel.org Asunto: Re: Setting up wappush yep, that's the correct code indentation and linefeeds thnx Mike, u saved me

Re: HLR Look ups through Kannel

2008-01-30 Thread Ady Wicaksono
HLR lookup for Number Portability right? Currently kannel not supporting it :) On Jan 30, 2008 9:28 PM, alok vaidya [EMAIL PROTECTED] wrote: Hi, Has anyone heard about an HLR Look up plugin for Kannel or is there any other way that Kannel supports it. Thanks Regards, Alok.

How to handle number portability

2008-01-30 Thread Alvaro Cornejo
Hi Here in Mexico number portability is being planned for start mid 2008, so we want to be prepared for that. I´ll like to know your experiences and how to deal with that. I know kannel does not support this --- yet?? scheduled?? --- so I think there should be some kind of workarround..

Re: How to handle number portability

2008-01-30 Thread seik
We are preparing about that as well, Two scenarios, 1. We handle the routing logic. here we log the smsc ID coming with the MO traffic and according to the last smsc id we route the MT traffic to that smsc. here we use simple pgsql procedure implemented in the sqlbox db 2. Its the old one, we

Line break

2008-01-30 Thread Patrick Mignott
How do I get a line break in the SMS message? For example Hello World ?? Not matter what I do it comes on 1 line hello world or with the codes I get “hello %0d World” No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.16/1251

Re: Line break

2008-01-30 Thread Juan Nin
we're using chr(13) on PHP hope it helps 2008/1/30 Patrick Mignott [EMAIL PROTECTED]: How do I get a line break in the SMS message? For example Hello World ?? Not matter what I do it comes on 1 line hello world or with the codes I get hello %0d World No virus found in this

RE: Line break

2008-01-30 Thread [EMAIL PROTECTED]
Why not use \n ? AFAIK in common case, if we do echo line 1\nline 2\n will produce output like this line1 line2 in the handset. CMIIW. Regards. Willy