blacklist.conf.xml 345 B

1234567891011
  1. <configuration name="mod_blacklist.conf" description="Blacklist module">
  2. <lists>
  3. <!--
  4. Example blacklist, the referenced file contains blacklisted items, one entry per line
  5. NOTE: make sure the file exists and is readable by FreeSWITCH.
  6. <list name="example" filename="$${conf_dir}/blacklists/example.list"/>
  7. -->
  8. </lists>
  9. </configuration>