From 4c24155a623c346b2276a39fdd25883db4264f51 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sun, 13 Sep 2020 09:14:08 -0500 Subject: [PATCH] Don't delete leading + from incoming calls in sxmo_modemmonitor.sh --- scripts/modem/sxmo_modemmonitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modem/sxmo_modemmonitor.sh b/scripts/modem/sxmo_modemmonitor.sh index 16f921c..d2293cb 100755 --- a/scripts/modem/sxmo_modemmonitor.sh +++ b/scripts/modem/sxmo_modemmonitor.sh @@ -25,7 +25,7 @@ lookupnumberfromcallid() { mmcli -m "$(modem_n)" --voice-list-calls -o "$VOICECALLID" -K | grep call.properties.number | cut -d ':' -f 2 | - tr -d ' +' + tr -d ' ' } checkformissedcalls() {