Fix an issue when number was composed by multiple words
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
6dc18e22a3
commit
c6764c2a0d
1 changed files with 3 additions and 3 deletions
|
@ -135,12 +135,12 @@ checkforincomingcalls() {
|
|||
|
||||
sxmo_notificationwrite.sh \
|
||||
"$NOTIFDIR/incomingcall_${VOICECALLID}_notification" \
|
||||
"sxmo_modemcall.sh pickup $VOICECALLID" \
|
||||
"sxmo_modemcall.sh pickup '$VOICECALLID'" \
|
||||
none \
|
||||
"Pickup - $CONTACTNAME" &
|
||||
sxmo_notificationwrite.sh \
|
||||
"$NOTIFDIR/incomingcall_${VOICECALLID}_notification_discard" \
|
||||
"sxmo_modemcall.sh hangup $VOICECALLID" \
|
||||
"sxmo_modemcall.sh hangup '$VOICECALLID'" \
|
||||
none \
|
||||
"Discard - $CONTACTNAME" &
|
||||
|
||||
|
@ -175,7 +175,7 @@ checkfornewtexts() {
|
|||
|
||||
sxmo_notificationwrite.sh \
|
||||
random \
|
||||
"sxmo_modemtext.sh tailtextlog $NUM" \
|
||||
"sxmo_modemtext.sh tailtextlog '$NUM'" \
|
||||
"$LOGDIR/$NUM/sms.txt" \
|
||||
"Message - $CONTACTNAME: $TEXT"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue