Plus prefix strip numbers before storing into modem log
This commit is contained in:
parent
e3f50e9d1b
commit
844ce9ddef
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ checkforincomingcalls() {
|
|||
mmcli -m "$(modem_n)" --voice-list-calls -o "$VOICECALLID" -K |
|
||||
grep call.properties.number |
|
||||
cut -d ':' -f 2 |
|
||||
tr -d ' '
|
||||
tr -d ' +'
|
||||
)
|
||||
|
||||
# Log to /tmp/incomingcall to allow pickup and log into modemlog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue