Indeed, it seems that the message gets encoded properly when coding=2 is
added, tested manually, which implies my application causes issues. I know
where to look now.
Thank you all for the quick response!
On Wed, May 6, 2020 at 9:41 PM Milos Savic wrote:
> Thank you, Davor.
> It makes sense. I
Thank you, Davor.
It makes sense. I have checked the code of the application used to
communicate with kannel, however, it is written in golang, which I am not
very familiar with. There is coding mentioned there, but there is also a
branch to choose. Is there a way for me to find out from the logs w
Hi Alvaro,
It would seem that it is encoded, according to the code of the application
used to send the sms.
On Wed, May 6, 2020 at 9:24 PM Alvaro Cornejo
wrote:
> Hi Milos
>
> Are you url-encoding the text you are sending?
>
> Regards
>
> Alvaro
>
> |---
You have to do that when calling the send-url from the application sending the text.
You don’t need to url encode utf-8 characters (apart from the special url signs) as kannel expects utf-8. Your application should ne set to communicate in utf-8 as well, whic it probably does because you se
Hi Milos
Are you url-encoding the text you are sending?
Regards
Alvaro
||
*7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à
mesure.
*q *Recycle always / Recicla siempre / Recyclez tou
Hi Davor,
Thank you for you reply.
I tried to add &coding=2 to send-url under smsc http group, but nothing
happens. The coding parameter does end up in the dummy service. If you
meant to add that to the application sending the request - unfortunately, I
am not able to do that.
On Wed, May 6, 20
Hi,
You also need to set coding=2 and charset to utf-8. Only in that case kannel will know that you are submitting something outside the gsm 7-bit alphabet.
BR,
Davor
On May 6, 2020, at 20:44, Milos Savic wrote:
Hi,
I am testing a kannel installati
Hi,
I am testing a kannel installation which is supposed to send sms between a
python service and a sms aggregator. Regular SMSs work, so I replaced the
receiver with a service for testing purposes, which only logs outgoing
messages.
I am using kannel from Ubuntu repositories, version 1.4.4-5, wi