greg taube
greg taube
@tananaev I have enabled the "send long messages as MMS" in the app, but they do not seem to be sent, and if I get over 160 it is not...
> Are you talking about API calls or messages you send from the app itself? API calls
> API calls are different. App settings are only applied to what you send from the app itself. OK, is there another parameter or payload I can use to make...
I think I might have found the issue, will test later and get back to this thread if I solve it :)
> There's no configuration parameter for it currently. OK, so it is expected not to work? - I tested manually in the app and it works to send MMS, but...
I might make a PR if it does not work, is that something you want @tananaev? Have to use: https://github.com/traccar/traccar-sms-gateway/blob/9a860e3938d8a6c518c49300ea598668edfd6553/app/src/main/kotlin/com/simplemobiletools/smsmessenger/messaging/MessagingUtils.kt#L136C19-L136C19 In the API code somewhere, the GateWayService: https://github.com/traccar/traccar-sms-gateway/blob/9a860e3938d8a6c518c49300ea598668edfd6553/app/src/traccar/kotlin/org/traccar/gateway/GatewayService.kt#L76
> Seems like you can achieve this with the `VERSION` env var combined with `-P`. This is the command I use to deploy the latest image (already built for staging)...
> @gregjotau - does it work if you remove the `;` after `VERSION=latest`? Thanks for the quick response! Then I get: docker stdout: Image XX/YY:latest is missing the 'service' label...
> That's a requirement of Kamal, you'll need to add a label called "service" to your image. The value should be the same as the service in your Kamal configuration....
@nickhammond tried this for a spring boot app: ``` builder: pack: # This is the official Paketo builder based on Ubuntu Jammy. # It includes buildpacks for Java, Maven, Gradle,...