From 89bbeaab9f7772959d211472ad3f78fdae6029ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Jul 2012 11:47:52 +0200 Subject: [PATCH] New: Add ekiga launcher for click to dial with ekiga --- scripts/clicktodial/ekiga.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/clicktodial/ekiga.sh diff --git a/scripts/clicktodial/ekiga.sh b/scripts/clicktodial/ekiga.sh new file mode 100755 index 00000000000..09331c24350 --- /dev/null +++ b/scripts/clicktodial/ekiga.sh @@ -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 & +