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
父節點 a48be9cbcf
當前提交 4c24155a62

查看文件

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