From 3ef64e37de6b8e84819a3d08470148f46e519944 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 8 Sep 2006 11:40:58 +0000 Subject: [PATCH] spelled out conf.gsm download and placement git-svn-id: svn://192.168.202.10@258 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/docs/BASE_INSTALL.txt | 4 ++++ agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/agc_2-X/trunk/docs/BASE_INSTALL.txt b/agc_2-X/trunk/docs/BASE_INSTALL.txt index 42c9df7c..479db38c 100644 --- a/agc_2-X/trunk/docs/BASE_INSTALL.txt +++ b/agc_2-X/trunk/docs/BASE_INSTALL.txt @@ -185,6 +185,10 @@ free for download at the following two sites: /var/lib/asterisk/sounds/ Then you will need to execute this command to copy it as the park file 'cp /var/lib/asterisk/sounds/conf.gsm /var/lib/asterisk/sounds/park.gsm' + Here are the steps spelled out: + - cd /var/lib/asterisk/sounds + - wget http://www.freedomhones.net/conf.gsm + - cp conf.gsm park.gsm - you are done diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 7d49262d..e50d307c 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -1484,6 +1484,11 @@ free for download at the following two sites: /var/lib/asterisk/sounds/ Then you will need to execute this command to copy it as the park file 'cp /var/lib/asterisk/sounds/conf.gsm /var/lib/asterisk/sounds/park.gsm' + Here are the steps spelled out: + - cd /var/lib/asterisk/sounds + - wget http://www.freedomhones.net/conf.gsm + - cp conf.gsm park.gsm + - you are done