Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
5b0719f402
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