-
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- changed kill singal for "incomingCallCommand" from SIGKILL to SIGTE… (
#1044) * - changed kill singal for "incomingCallCommand" from SIGKILL to SIGTERM to get access to the trap functionality in scripts - added a new argument "incomingCallCommandArgs" to increase argument compatibility and get rid of the regex. "incomingCallCommand" does only contain the executeable from now on. - if the incomingCallCommand is executed the callers name is now given as the last argument * Update app/mainAppWindow/index.js Co-authored-by: IsmaelMartinez <[email protected]> * The function incomingCallCommandTerminate will now be executed on the incomingCallCreated event if an incomingCallCommand is given * bump version --------- Co-authored-by: IsmaelMartinez <[email protected]>
- Loading branch information
1 parent
4ed1c3c
commit fd890cb
Showing
5 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters