Hi

Note that the + sign usually indicates that the number is in international
format; therefore you might get some routing issues if you do remove it.

Regards,

Alvaro

|-----------------------------------------------------------------------------------------------------------------|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS
y GPRS online
              Visitenos en www.perusms.com

On Tue, Aug 16, 2016 at 11:15 AM, Mike Nwaogu <michael_nwa...@yahoo.com>
wrote:

> Suggestion:
> IMHO, Remove it in your application.
> eg:
> $mobile = preg_replace("/^%2B/", "", $_REQUEST['mobile']);
>
>
> Best Regards,
> Michael Nwaogu C.
>
>
> On Tuesday, August 16, 2016 4:17 PM, christopher kamutumwa <
> chriskamutu...@gmail.com> wrote:
>
>
> Hello
> How you doing. Hope we are well. I have a problem as numbers from the
> operator(recieved by kannel) are coming with a plus sign. when I post
> to an application results are below with a plus sign;
>
> "POST /scripts/ratsa.php?shortcode=3737&mobile=+260950641540&
> message=RTSA+HELP+9882
> HTTP/1.1" 200 - "-" "-"
>
> now from the mobile= above i would like to remove the + so it posts like
> below;
>
> "POST /scripts/ratsa.php?shortcode=3737&mobile=260950641540&
> message=RTSA+HELP+9882
> HTTP/1.1" 200 - "-" "-"
>
>
> Can this be controlled from kannel?
>
> if yes how?
>
> Regards,
>
> Chris
>
>
>
>
  • KANNEL QUERY christopher kamutumwa
    • Re: KANNEL QUERY Alvaro Cornejo

Reply via email to