How to show Voicemail number in terminal ? [answered]
Can someone know how to show voicemail number by terminal command ? Thanks
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Can someone know how to show voicemail number by terminal command ? Thanks
seems to be the Voicemail from contacts, so - should be visible via:
https://together.jolla.com/question/44513/access-contacts-command-line/
I did it this way:
phone1=$(sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db "select * from contacts;"|grep "Voice Mail"|grep sim|cut -d '|' -f1)
phone2=$(sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db "select * from phonenumbers where contactId=$phone1;"|cut -d '|' -f3)
echo $phone2
This thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2015-01-11 18:46:06 +0200
Seen: 164 times
Last updated: Jan 11 '15
No space button in "number" input fields available
How do you delete a single number from a contact entry? [answered]
Idea for night mode notification
Linking a phone number from an incoming SMS
How to set up phone number for voicemail? [answered]
system-wide clickable link/phone number
[Feature Request]: Blacklist phone numbers
Thanks, found. But no more simple way ?
Schturman ( 2015-01-11 20:59:33 +0200 )editI think, the phone number id will not be changed, so maybe a script for the sql-statement will help
rudi ( 2015-01-11 21:19:19 +0200 )edit