Don't delete leading + from incoming calls in sxmo_modemmonitor.sh
This commit is contained in:
parent
a48be9cbcf
commit
4c24155a62
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue