ekiga.sh 363 B

12345678910
  1. #!/bin/bash
  2. #---------------------------------------------------------
  3. # Script to launch Ekiga softphone.
  4. # This script can be used to setup a ClickToDial system
  5. # when using Ekiga soft phone with Dolibarr.
  6. # More information on https://wiki.dolibarr.org/index.php/Module_ClickToDial_En
  7. #---------------------------------------------------------
  8. ekiga -c $1 &