utils 95 B

123456789
  1. # common functions
  2. kill_kamailio() {
  3. killall kamailio
  4. }
  5. kill_pidfile() {
  6. kill $(cat ${1})
  7. }