forked from Mirrors/freeswitch
41abb3e644
Don't leak the file handle after parsing the configuration Don't leak memory if the file could not be opened Check list name and filename attribute of configuration entry. Add "blacklist help" and error messages to api interface. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
12 lines
359 B
XML
12 lines
359 B
XML
<configuration name="mod_blacklist.conf" description="Blacklist module">
|
|
<lists>
|
|
<!--
|
|
Example blacklist, the referenced file contains blacklisted items, one entry per line
|
|
|
|
NOTE: make sure the file exists and is readable by FreeSWITCH.
|
|
|
|
<list name="example" filename="/usr/local/freeswitch/conf/blacklists/example.list"/>
|
|
-->
|
|
</lists>
|
|
</configuration>
|