2011-09-21 13:10:37 +00:00
|
|
|
<configuration name="mod_blacklist.conf" description="Blacklist module">
|
|
|
|
<lists>
|
2011-09-21 13:50:57 +00:00
|
|
|
<!--
|
|
|
|
Example blacklist, the referenced file contains blacklisted items, one entry per line
|
|
|
|
|
|
|
|
NOTE: make sure the file exists and is readable by FreeSWITCH.
|
|
|
|
|
2014-09-01 00:22:08 +00:00
|
|
|
<list name="example" filename="$${conf_dir}/blacklists/example.list"/>
|
2011-09-21 13:10:37 +00:00
|
|
|
-->
|
|
|
|
</lists>
|
|
|
|
</configuration>
|