<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,36 +1,36 @@
 #!/bin/bash
 
 doinstall() {
-	perl -pe &quot;s|%%AGILE_DB_HOST%%|${DB_HOST}|g&quot; $1 | \
-	perl -pe &quot;s|%%AGILE_DB_DATABASE%%|${DB_NAME}|g&quot; | \
-	perl -pe &quot;s|%%AGILE_DB_USERNAME%%|${DB_USER}|g&quot; | \
-	perl -pe &quot;s|%%AGILE_DB_PASSWORD%%|${DB_PASS}|g&quot; &gt; $2 
+	perl -pe &quot;s|%%AGILE_DB_HOST%%|${db_host}|g&quot; $1 | \
+	perl -pe &quot;s|%%AGILE_DB_DATABASE%%|${db_name}|g&quot; | \
+	perl -pe &quot;s|%%AGILE_DB_USERNAME%%|${db_user}|g&quot; | \
+	perl -pe &quot;s|%%AGILE_DB_PASSWORD%%|${db_pass}|g&quot; &gt; $2 
 	echo &quot;Installing to: $2&quot;
 }
 
 echo -n &quot;Enter the database IP address: &quot;
-read DB_HOST
+read db_host
 echo -n &quot;Enter the database name: &quot;
-read DB_NAME
+read db_name
 echo -n &quot;Enter the database username: &quot;
-read DB_USER
+read db_user
 echo -n &quot;Enter the database password: &quot;
-read DB_PASS
-echo
-echo &quot;Installing templated Asterisk configuration files...&quot;
-
-cd conf
-for FILE in *; do
-	doinstall ${FILE} /etc/asterisk/${FILE}
-done
-cd ..
+read db_pass
+# echo
+# echo &quot;Installing templated Asterisk configuration files...&quot;
+
+# cd conf
+# for FILE in *; do
+#   doinstall ${FILE} /etc/asterisk/${FILE}
+# done
+# cd ..
 cd scripts
 for FILE in *; do
 	doinstall ${FILE} /usr/sbin/${FILE}
 	chmod 755 /usr/sbin/${FILE}
 done
 cd ..
-echo pwd
+
 echo &quot;Installing Cron entries...&quot;
 echo &quot;*/15 * * * * root /usr/sbin/agilevoice-export-extensions&quot; &gt;&gt;/etc/crontab
 echo &quot;*/15 * * * * root /usr/sbin/agilevoice-export-sip&quot; &gt;&gt;/etc/crontab
@@ -42,7 +42,7 @@ perl -MCPAN -e &quot;install Text::CSV&quot;
 
 echo &quot;Installing MySQL tables...&quot;
 echo &quot;Installing av-tables.sql&quot;
-mysql -u ${DB_USER} -p${DB_PASS} ${DB_NAME} &lt; av-tables.sql
+mysql -u ${db_user} -p${db_pass} ${db_name} &lt; av-tables.sql
 
 
 echo &quot;Complete.&quot;</diff>
      <filename>avscripts/install.sh</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>avscripts/conf/adsi.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/adtranvofr.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/agents.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/agilevoice.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/alarmreceiver.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/alsa.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/asterisk.adsi</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/asterisk.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/cdr_manager.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/cdr_mysql.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/cdr_odbc.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/cdr_pgsql.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/cdr_tds.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/enum.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/extconfig.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/extensions.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/features.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/festival.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/iax.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/iaxprov.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/indications.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/logger.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/manager.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/meetme.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/mgcp.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/modem.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/modules.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/musiconhold.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/osp.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/oss.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/phone.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/privacy.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/queues.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/res_config_odbc.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/res_odbc.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/rpt.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/rtp.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/sip.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/skinny.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/telcordia-1.adsi</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/voicemail.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/vpb.conf</filename>
    </removed>
    <removed>
      <filename>avscripts/conf/zapata.conf</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d1687bcc47efeb5a03dfb43f51d811ed95c76c93</id>
    </parent>
  </parents>
  <author>
    <name>sluther</name>
    <email>sluther@bitpiston.com</email>
  </author>
  <url>http://github.com/tony-landis/agilebill/commit/9a44d7e06b1f3159fdb89935c3786886cef86d35</url>
  <id>9a44d7e06b1f3159fdb89935c3786886cef86d35</id>
  <committed-date>2009-10-10T15:30:18-07:00</committed-date>
  <authored-date>2009-10-10T15:30:18-07:00</authored-date>
  <message>Updating installer script and removing outdated conf files</message>
  <tree>6936d94d24fd11f7ad7009bdd39fde6aafd290f1</tree>
  <committer>
    <name>sluther</name>
    <email>sluther@bitpiston.com</email>
  </committer>
</commit>
