[Freeswitch-branches] [commit] r10425 - freeswitch/branches/gmaruzz/stuff
FreeSWITCH SVN
gmaruzz at freeswitch.org
Mon Nov 17 05:52:02 PST 2008
Author: gmaruzz
Date: Mon Nov 17 08:52:02 2008
New Revision: 10425
Log:
various config files updated into 'stuff' directory
Added:
freeswitch/branches/gmaruzz/stuff/zaptel.conf
Modified:
freeswitch/branches/gmaruzz/stuff/default.xml
freeswitch/branches/gmaruzz/stuff/modules.conf.xml
Modified: freeswitch/branches/gmaruzz/stuff/default.xml
==============================================================================
--- freeswitch/branches/gmaruzz/stuff/default.xml (original)
+++ freeswitch/branches/gmaruzz/stuff/default.xml Mon Nov 17 08:52:02 2008
@@ -309,12 +309,23 @@
<extension name="ivr_demo">
<condition field="destination_number" expression="^5000$">
<action application="answer"/>
+ <!--
+ -->
<action application="sleep" data="2000"/>
<action application="ivr" data="demo_ivr"/>
</condition>
</extension>
<!-- Create a conference on the fly and pull someone in at the same time. -->
+ <extension name="skypeout">
+ <condition field="destination_number" expression="^2908$">
+ <action application="answer"/>
+ <action application="bridge" data="skypiax/${use_profile}/echo123"/>
+ </condition>
+ </extension>
+
+
+ <!-- Create a conference on the fly and pull someone in at the same time. -->
<extension name="dyanmic conference">
<condition field="destination_number" expression="^5001$">
<action application="conference" data="bridge:mydynaconf:sofia/${use_profile}/1234 at conference.freeswitch.org"/>
@@ -546,7 +557,7 @@
-->
<condition field="destination_number" expression="^([0-9][0-9][0-9][0-9][0-9][0-9])$">
<action application="set" data="dialed_ext=$1"/>
- <action application="bridge" data="openzap/1/1/${dialed_ext}"/>
+ <action application="bridge" data="skypiax/1/1/${dialed_ext}"/>
</condition>
</extension>
Modified: freeswitch/branches/gmaruzz/stuff/modules.conf.xml
==============================================================================
--- freeswitch/branches/gmaruzz/stuff/modules.conf.xml (original)
+++ freeswitch/branches/gmaruzz/stuff/modules.conf.xml Mon Nov 17 08:52:02 2008
@@ -29,12 +29,15 @@
<!-- Endpoints -->
<!-- <load module="mod_dingaling"/> -->
<!-- <load module="mod_iax"/> -->
- <load module="mod_portaudio"/>
<!--
+ <load module="mod_portaudio"/>
<load module="mod_reference"/>
-->
<!-- <load module="mod_alsa"/> -->
<load module="mod_sofia"/>
+ <!--
+ <load module="mod_skypiax"/>
+ -->
<load module="mod_loopback"/>
<!-- <load module="mod_woomera"/> -->
<!-- <load module="mod_openzap"/> -->
Added: freeswitch/branches/gmaruzz/stuff/zaptel.conf
==============================================================================
--- (empty file)
+++ freeswitch/branches/gmaruzz/stuff/zaptel.conf Mon Nov 17 08:52:02 2008
@@ -0,0 +1,16 @@
+# Autogenerated by /usr/local/sbin/genzaptelconf -- do not hand edit
+# Zaptel Configuration File
+#
+# This file is parsed by the Zaptel Configurator, ztcfg
+#
+
+# It must be in the module loading order
+
+
+# Span 1: WCFXO/0 "Generic Clone Board 1" (MASTER)
+fxsks=1
+
+# Global data
+
+loadzone = us
+defaultzone = us
More information about the Freeswitch-branches
mailing list