Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
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.

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
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

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
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 > >

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Davor Spasoski
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

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Alvaro Cornejo
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

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
Hi Davor, Thank you for you reply. I tried to add =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, 2020 at

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Davor Spasoski
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

UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
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,

Re: Sending DLR messages from smsbox

2020-05-06 Thread Stipe Tolj
Am 05.05.20, 15:02, schrieb Robert Robinson: Hello; We currently use Kannel 1.4.5 as a middleware box which sits between our network and our partner network. We call into smsbox, using the HTTP API to submit outbound messages to bearerbox, and using the sms-service to make HTTP calls into our