SMS Gateway update request

Alf-DK24 days ago

Hi

Would it be possible to update the otherwise excellent SMS Gateway app so that it can handle and send the Nordic letters Æ Ø Å?

Anton Tananaev23 days ago

I believe it should be supported.

  • Are you using push or network server mode?
  • How and what exactly are you sending?
Alf-DK23 days ago

Ok then I must have done something wrong because when my system sends out SMS
it has strange characters instead of Æ, Ø and Å

Example: (Craftsman Ignition on 2025-07-07 11:26:51)

The message looks like this
Craftsman Tænding på 2025-07-07 11:26:51

it should look like this:
Craftsman Tænding på 2025-07-07 11:26:51

Anton Tananaev23 days ago

What about my questions?

Alf-DK23 days ago

sorry I forgot.

I don't quite understand the question.
Can I see it in the APP on the phone or in the config file maybe??

Anton Tananaev23 days ago

You should probably start with describing your setup. If you're using Traccar with it, then it should be in the config.

Alf-DK23 days ago

Ok I'll try.

Here is my setup in the config file

    <entry key='notificator.types'>web,mail,sms</entry>
    <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
    <entry key='sms.http.url'>http://192.168.8.530:8082</entry>
    <entry key='sms.http.authorization'>ae43e238-843c-4180-8c56-6d5849a</entry>
    <entry key='sms.http.template'>
        {
            "to": "{phone}",
            "message": "{message}"
        }
    </entry>
Alf-DK23 days ago

I don't use PUSH messages, just regular text messages.

Anton Tananaev22 days ago
Alf-DK22 days ago

ok thanks, but could also use some help with what I do with what you linked to. It's not something I have experience with.

is there a specific file on the traccar server that I need to modify? and where is it located??

Anton Tananaev22 days ago

You have to wait for the next release.

Alf-DK22 days ago

ok
Hopefully it's the APP that gets updated as I'm using ver. 4.15 of the server as it best suits my needs.

Thanks for the help

Anton Tananaev22 days ago

No, it's the server, as you can see from the repo.

Alf-DK22 days ago

ok so it won't be fixable in the version 4.15 I'm using?

Anton Tananaev21 days ago

Well, you can potentially backport the change to an old version.