From 82dcc29e7bb381569a2d307c5b04bd277f0f177f 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 --- docs/BASE_INSTALL.txt | 4 ++++ docs/SCRATCH_INSTALL.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/BASE_INSTALL.txt b/docs/BASE_INSTALL.txt index 42c9df7c..479db38c 100644 --- a/docs/BASE_INSTALL.txt +++ b/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/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index 7d49262d..e50d307c 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/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