Don't delete leading + from incoming calls in sxmo_modemmonitor.sh

This commit is contained in:
Miles Alan 2020-09-13 09:14:08 -05:00
parent a48be9cbcf
commit 4c24155a62

View file

@ -25,7 +25,7 @@ lookupnumberfromcallid() {
mmcli -m "$(modem_n)" --voice-list-calls -o "$VOICECALLID" -K | mmcli -m "$(modem_n)" --voice-list-calls -o "$VOICECALLID" -K |
grep call.properties.number | grep call.properties.number |
cut -d ':' -f 2 | cut -d ':' -f 2 |
tr -d ' +' tr -d ' '
} }
checkformissedcalls() { checkformissedcalls() {