[Freeswitch-svn] [commit] r6303 - in freeswitch/trunk/conf: . dialplan

Freeswitch SVN brian at freeswitch.org
Fri Nov 16 09:01:03 EST 2007


Author: brian
Date: Fri Nov 16 09:01:02 2007
New Revision: 6303

Modified:
   freeswitch/trunk/conf/cdr.conf.xml
   freeswitch/trunk/conf/dialplan/default.xml
   freeswitch/trunk/conf/modules.conf.xml

Log:
woops

Modified: freeswitch/trunk/conf/cdr.conf.xml
==============================================================================
--- freeswitch/trunk/conf/cdr.conf.xml	(original)
+++ freeswitch/trunk/conf/cdr.conf.xml	Fri Nov 16 09:01:02 2007
@@ -1,4 +1,4 @@
-<configuration name="mod_cdr.conf" description="CDR Configuration">
+<configuration name="cdr.conf" description="CDR Configuration">
   <pddcdr>
     <param name="path" value="/work/temp/pddcdr"/>
     <!-- <param name="chanvars" value="username,accountcode"/> -->

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Fri Nov 16 09:01:02 2007
@@ -2,6 +2,7 @@
   <extension name="global" continue="true">
     <condition>
       <action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
+      <action application="info"/>
     </condition>
     <!-- This will setup some variables if the user isn't authenticated.
          numbering_plan is required for the demo to function properly. 

Modified: freeswitch/trunk/conf/modules.conf.xml
==============================================================================
--- freeswitch/trunk/conf/modules.conf.xml	(original)
+++ freeswitch/trunk/conf/modules.conf.xml	Fri Nov 16 09:01:02 2007
@@ -1,5 +1,6 @@
 <configuration name="modules.conf" description="Modules">
   <modules>
+    
     <!-- Loggers (I'd load these first) -->
     <load module="mod_console"/>
     <!-- <load module="mod_syslog"/> -->
@@ -26,7 +27,7 @@
     <!-- Endpoints -->
     <!-- <load module="mod_dingaling"/> -->
     <!-- <load module="mod_iax"/> -->
-    <!-- <load module="mod_portaudio"/> -->
+    <load module="mod_portaudio"/>
     <!-- <load module="mod_alsa"/> -->
     <load module="mod_sofia"/>
     <!-- <load module="mod_wanpipe"/> -->



More information about the Freeswitch-svn mailing list