New: Add ekiga launcher for click to dial with ekiga

This commit is contained in:
Laurent Destailleur 2012-07-11 11:47:52 +02:00
parent 20c1e29d72
commit 89bbeaab9f

10
scripts/clicktodial/ekiga.sh Executable file
View 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 &