remove opezap from tree, it has been replaced by freetdm

This commit is contained in:
Michael Jerris
2014-05-06 11:05:54 -04:00
parent f5b438bbe9
commit d6fe10979d
172 changed files with 27 additions and 59092 deletions

View File

@@ -35,14 +35,14 @@
<!--
You can use or modify this sample set of mappings. It turns on higher
level messages for all modules and then specifies extra lower level
messages for OpenZAP, Sofia, and switch core messages.
messages for Freetdm, Sofia, and switch core messages.
<map name="all" value="warning,err,crit,alert"/>
<map name="zap_analog.c" value="all"/>
<map name="zap_io.c" value="all"/>
<map name="zap_isdn.c" value="all"/>
<map name="zap_zt.c" value="all"/>
<map name="mod_openzap" value="all"/>
<map name="mod_freetdm" value="all"/>
<map name="sofia.c" value="notice"/>
<map name="switch_core_state_machine.c" value="all"/>

View File

@@ -35,9 +35,9 @@
</extension>
<!-- Set the domain -->
<extension name="set_domain_openzap" continue="true">
<extension name="set_domain_freetdm" continue="true">
<condition field="${domain_name}" expression="^$"/>
<condition field="source" expression="mod_openzap">
<condition field="source" expression="mod_freetdm">
<action application="set" data="domain_name=$${domain}"/>
</condition>
</extension>