From 248e66351f4845033b7d489ed870a8aed1d60c94 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 4 Jan 2023 01:57:55 +0100 Subject: [PATCH] Add script to install FS sounds --- modules/rhizo_base/files/bin/install_callie | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/rhizo_base/files/bin/install_callie diff --git a/modules/rhizo_base/files/bin/install_callie b/modules/rhizo_base/files/bin/install_callie new file mode 100644 index 0000000..62e48c5 --- /dev/null +++ b/modules/rhizo_base/files/bin/install_callie @@ -0,0 +1,4 @@ +#!/bin/bash +cd /usr/share/freeswitch/sounds/ +/usr/bin/wget http://files.freeswitch.org/releases/sounds/freeswitch-sounds-en-us-callie-8000-1.0.53.tar.gz +/usr/bin/tar -zxf freeswitch-sounds-en-us-callie-8000-1.0.22.tar.gz