We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2015-08-10 12:53:38 +0200 |
how can create outgoing call from command line? - detect if person answered or rejected call - hang call
thinking about scenaria where jolla make call to specific person and idealy change pulseaudio routes to play mp3 instead sound from microphone
purpose: call service man if there is new support ticket, to force his action even in night...
2 | No.2 Revision |
how can to:
create outgoing call from command line?
- line?
detect if person answered or rejected call
- call
hang call
thinking about scenaria where jolla make call to specific person and idealy change pulseaudio routes to play mp3 instead sound from microphone
purpose: call service man if there is new support ticket, to force his action even in night...
3 | No.3 Revision |
how to:
create outgoing call from command line?
detect if person answered or rejected call
hang call
thinking about scenaria where jolla make call to specific person and idealy change pulseaudio routes to play mp3 instead sound from microphone
purpose: call service man if there is new support ticket, to force his action even in night...
edit:
basic functionality works, if there are new email in Maildirs, count of emails is stored to text file, jolla via systemd timer checking that textfile over https (curl) and then store dialout time, to prevent dialing often than minimal interval, in the dialout script called by systemd service must be:
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket
4 | No.4 Revision |
how to:
create outgoing call from command line?
detect if person answered or rejected call
hang call
thinking about scenaria where jolla make call to specific person and idealy change pulseaudio routes to play mp3 instead sound from microphone
purpose: call service man if there is new support ticket, to force his action even in night...
edit:
basic functionality works, if there are new email in Maildirs, count of emails is stored to text file, jolla via systemd timer checking that textfile over https (curl) and then store dialout time, time to prevent dialing often than minimal interval, interval.
dbus needs in the dialout script which is called by systemd service must be:service:
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket
5 | retagged |
how to:
create outgoing call from command line?
detect if person answered or rejected call
hang call
thinking about scenaria where jolla make call to specific person and idealy change pulseaudio routes to play mp3 instead sound from microphone
purpose: call service man if there is new support ticket, to force his action even in night...
edit:
basic functionality works, if there are new email in Maildirs, count of emails is stored to text file, jolla via systemd timer checking that textfile over https (curl) and then store dialout time to prevent dialing often than minimal interval.
dbus needs in the dialout script which is called by systemd service:
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket