Makes calling work
Much of the code that interfaces with the modem was taken from SXMO. Calling now works for both incoming and outgoing calls
This commit is contained in:
parent
e1f096b885
commit
86840be8ee
6 changed files with 242 additions and 45 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
CALL_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/Calls/"
|
||||
SMS_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/SMS/"
|
||||
ALSA_CONF_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/alsa/"
|
||||
|
||||
die(){
|
||||
echo "$@" > /dev/stderr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue