Don't delete leading + from incoming calls in sxmo_modemmonitor.sh
This commit is contained in:
父節點
a48be9cbcf
當前提交
4c24155a62
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -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() {
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue