Add call notifications for ModemManager

This commit is contained in:
2021-10-15 00:25:34 -07:00
parent b15cbb6349
commit 604ea57c5f
4 changed files with 340 additions and 48 deletions

View File

@@ -94,6 +94,12 @@ func main() {
log.Error().Err(err).Msg("Error initializing music control")
}
// Start control socket
err = initCallNotifs(dev)
if err != nil {
log.Error().Err(err).Msg("Error starting socket")
}
// Initialize notification relay
err = initNotifRelay(dev)
if err != nil {