mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
11 lines
348 B
Bash
Executable File
11 lines
348 B
Bash
Executable File
#!/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 &
|
|
|