No description
Find a file
Stacy Harper d4fd25e3e9 Prevent some error states cause of dangling event files
Some event file stay present in some case (ex: .initiated) and this can
lead to issues in futures calls.

We remove dedicated cleanup and now we remove all event file related to
the finish call in once. We do it in incoming call cause sometime
modemnager fail to detect terminated calls.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
2021-07-25 18:23:49 +02:00
configs ModemMonitor: Periodically check whether the modem is still alive, reset it if not 2021-07-25 17:28:54 +02:00
programs Revert "add a configurable daemon that warns on low battery" 2021-07-15 18:29:35 -04:00
resources new default wallpaper for the 1.5.0 release 2021-07-25 08:58:30 +02:00
scripts Prevent some error states cause of dangling event files 2021-07-25 18:23:49 +02:00
.build.yml adding icons to menus 2021-02-01 18:32:32 +01:00
.editorconfig editorcheck update: restrict to shell scripts and C programs for now, and removing the maximum line length check for now. 2020-11-20 18:13:31 +01:00
.gitignore Initial commit 2020-03-15 18:42:35 -05:00
.shellcheckrc implemented lookupcontactname() in call/text handler, removes non posix-compliant substitutions 2020-12-09 15:46:21 +01:00
LICENSE Add license 2020-06-19 18:02:09 -05:00
Makefile Added a wifi toggle #290 2021-07-25 17:03:58 +02:00
README.md badge: only show status for commits 2021-05-10 21:44:18 -04:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.