mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
remove opezap from tree, it has been replaced by freetdm
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user