mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Add ekiga launcher for click to dial with ekiga
This commit is contained in:
parent
20c1e29d72
commit
89bbeaab9f
10
scripts/clicktodial/ekiga.sh
Executable file
10
scripts/clicktodial/ekiga.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
#---------------------------------------------------------
|
||||
# Script to launch Ekiga softphone.
|
||||
# This script can be used to setup a ClickToDial system
|
||||
# when using Ekiga soft phone.
|
||||
# More information on http://wiki.dolibarr.org/index.php/Module_ClickToDial_En
|
||||
#---------------------------------------------------------
|
||||
|
||||
ekiga -c $1 &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user