<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ use Net::CouchDb;
 # Modify DB_URI if the database is hosted on another system.
 # For example:
 # use constant DB_URI =&gt; 'https://db1.'.DOMAIN().':5985
-use constant DB_URI =&gt; '';
+use constant DB_URI =&gt; $ARGV[0];
 use constant DB_NAME =&gt; 'dialplan';
 
 sub run {</diff>
      <filename>more/FeatureServer/without-xml_curl/dialplan.pl</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@
 FS=/opt/freeswitch
 XML_OUTPUT=${FS}/conf/dialplan/routing/cdb.xml
 
-./dialplan.pl &gt; ${XML_OUTPUT}.new &amp;&amp; \
+./dialplan.pl $1 &gt; ${XML_OUTPUT}.new &amp;&amp; \
   chown freeswitch.daemon ${XML_OUTPUT}.new &amp;&amp; \
   mv ${XML_OUTPUT}.new ${XML_OUTPUT} &amp;&amp; \
   ${FS}/bin/fs_cli -x 'reloadxml'</diff>
      <filename>more/FeatureServer/without-xml_curl/dialplan.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>286cd2552352f09b6be3bd851650d94039585211</id>
    </parent>
  </parents>
  <author>
    <name>Stephane Alnet</name>
    <email>stephane@shimaore.net</email>
  </author>
  <url>http://github.com/stephanealnet/ccnq1.5/commit/0cddc9639df2dde1f566069aa74a97b9f12dbf5f</url>
  <id>0cddc9639df2dde1f566069aa74a97b9f12dbf5f</id>
  <committed-date>2009-08-11T13:18:05-07:00</committed-date>
  <authored-date>2009-08-11T13:18:05-07:00</authored-date>
  <message>dialplan.(sh|pl) now accepts the CouchDb URI as command-line argument</message>
  <tree>1524c635fb0e0abef8ed7a86094467319e7f2fe5</tree>
  <committer>
    <name>Stephane Alnet</name>
    <email>stephane@shimaore.net</email>
  </committer>
</commit>
