mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
11 lines
348 B
Bash
11 lines
348 B
Bash
|
#!/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 &
|
||
|
|