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

master
Miles Alan 4 years ago
parent a48be9cbcf
commit 4c24155a62
  1. 2
      scripts/modem/sxmo_modemmonitor.sh

@ -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() {

Loading…
Cancel
Save