mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
fix calling
This commit is contained in:
parent
cff41cc6c0
commit
c9ee41f3ba
1 changed files with 2 additions and 2 deletions
|
|
@ -90,11 +90,11 @@ ApplicationWindow {
|
|||
//BEGIN FUNCTIONS
|
||||
function call(number) {
|
||||
if (!voiceCallmanager.activeVoiceCall) {
|
||||
console.log("Calling: " + status.text);
|
||||
console.log("Calling: " + providerId + " " + number);
|
||||
voiceCallmanager.dial(providerId, number);
|
||||
|
||||
} else {
|
||||
console.log("Hanging up: " + status.text);
|
||||
console.log("Hanging up: " + voiceCallmanager.activeVoiceCall.lineId);
|
||||
status.text = '';
|
||||
var call = voiceCallmanager.activeVoiceCall;
|
||||
if (call) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue