Lots of bugfixes related to calling/modem and various script fixes

This commit is contained in:
Miles Alan 2020-05-09 20:32:55 -05:00
parent 22d974f22f
commit e5877059ff
16 changed files with 285 additions and 160 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env sh
modem_n() {
mmcli -L | grep -oE 'Modem\/([0-9]+)' | cut -d'/' -f2
}