sxmo-utils/scripts/modem
Serge E. Hallyn cbeaecbef5 sxmo_modemdial.sh: quiet the grep
When I try to dial a call from 'more contacts', I get

Attempting to dial: +19362396134
Starting call with CALLID: 0
error: invalid call string specified: 'More contacts
0'

This is because dialmenu() is getting an extra 'More contacts'
prepended to the callid it returns on stdout.  Make the grep
which is causing that quiet using -q.

I'm not sure why this isn't hitting everyone else.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
2020-11-02 22:24:37 -05:00
..
sxmo_modemcall.sh Updated handling of '+' in phone numbers, it is now never stripped but expected: all numbers should be full international phone numbers (including in contacts.tsv). 2020-08-26 23:24:27 -05:00
sxmo_modemdial.sh sxmo_modemdial.sh: quiet the grep 2020-11-02 22:24:37 -05:00
sxmo_modeminfo.sh Shellcheck and tabindent all scripts 2020-06-13 20:36:13 -05:00
sxmo_modemlog.sh Call improvements; fix bugs associated with hanging up; refresh bar on callend 2020-06-24 21:36:15 -05:00
sxmo_modemmonitor.sh some minor cleanup of issues detected by shellcheck after applying the patch: 'modemmonitor: use dbus-monitor' 2020-10-31 22:37:21 +01:00
sxmo_modemmonitortoggle.sh Use sxmo_statusbarupdate.sh script instead of direct calls duplicated logic 2020-07-12 11:38:31 -05:00
sxmo_modemsendsms.sh Move the send sms logic in a dedicated script 2020-11-01 14:30:20 +01:00
sxmo_modemtext.sh sxmo_modemtext: postpone renamed to draft. Open more contacts on ssh 2020-11-01 17:17:18 -05:00