Hi Javier

Good to know it works now.

Note that you should urlencode your inputs in case you use non alphanumeric
chars.

http://192.168.10.59:13013/cgi-bin/sendsms?username=test&password=test&from=urlencode(+7868xx569)&to=urlencode(+3467xxxxxxx)&text=urlencode(testing2
<http://192.168.10.59:13013/cgi-bin/sendsms?username=test&password=test&from=+xx7868xx569&to=+3467xxxxxxx&text=testing2>
)

The plus sign (+) is the urlencode value of the space char; that is why it
failed, so you should use its urlencoded value that is %2B.

You can add at+cmee=1 or =2 to your modem init string so you will get more
verbose errors from your modem in case problems arise.

Add sim-buffering=true to your modem config group to have kannel look
periodically for incoming messages.

Hope helps

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 Wed, Jun 17, 2015 at 7:26 AM, <escalant...@gmail.com> wrote:

> Hello,
>
> It works already, I just had replace “+” for “00” in the following line:
>
>
>
>
> http://192.168.10.59:13013/cgi-bin/sendsms?username=test&password=test&from=+xx7868xx569&to=+3467xxxxxxx&text=testing2
>
>
>
> Freundliche Grüsse
>
> Javier Escalante
>
> 00 41 78 689 85 69
>
> escalant...@gmail.com
>
>
>
> *From:* Alvaro Cornejo [mailto:cornejo.alv...@gmail.com]
> *Sent:* 16 June 2015 16:37
> *To:* escalant...@gmail.com
> *Cc:* users
> *Subject:* Re: Routing failed, reqeued
>
>
>
> Hi
>
>
>
> Can you post how are you feeding messages to kannel?
>
>
>
> You should define a default route or specify it on your call to smsbox.
>
>
>
> 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 Mon, Jun 15, 2015 at 7:40 PM, <escalant...@gmail.com> wrote:
>
>
>
> Hello,
>
>
>
> My USB modem is working and sending messages with minicom, but it’s
> impossible for me to get rid of the above message and send sms from Kannel.
> Caould yoou please give me a clue?
>
>
>
> Thanks
>
>
>
> BR
>
>
>
> Config attached.
>
>
>
>
>
> Freundliche Grüsse
>
> Javier Escalante
>
> 00 41 78 689 85 69
>
> escalant...@gmail.com
>
>
>
>
>

Reply via email to