<div dir="ltr"><div>I see the exact same symptoms on latest stable. Please file a jira for the devs.<br></div><div>-MC<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 28, 2014 at 6:27 PM, Terry Barnum <span dir="ltr">&lt;<a href="mailto:terry@digital-outpost.com" target="_blank">terry@digital-outpost.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I started playing around this weekend with blacklisting certain telemarketers that seem to call like clockwork.<br>
<br>
I got it working using &lt;<a href="https://confluence.freeswitch.org/display/FREESWITCH/mod_blacklist" target="_blank">https://confluence.freeswitch.org/display/FREESWITCH/mod_blacklist</a>&gt; as a starting point. For now I&#39;m just using the console to add numbers, not a dialplan extension.<br>

<br>
If I have two numbers in the blocked list and delete one of them using the console, then save the list, it still saves both numbers to the blocked file. I have to manually edit blocked.list to remove the number.<br>
<br>
FreeSWITCH Version 1.4.6+git~20140603T193516Z~9479729340~64bit (git 9479729 2014-06-03 19:35:16Z 64bit) on a 2.3GHz i7 MacMini.<br>
<br>
&gt;From the console:<br>
<br>
freeswitch@mini.local&gt; blacklist add blocked 1234567890<br>
+OK<br>
2014-07-28 18:09:26.556327 [INFO] mod_blacklist.c:228 Added [1234567890] to list [blocked]<br>
<br>
freeswitch@mini.local&gt; blacklist check blocked 1234567890<br>
true<br>
<br>
freeswitch@mini.local&gt; blacklist del blocked 1234567890<br>
+OK<br>
2014-07-28 18:09:50.776324 [INFO] mod_blacklist.c:250 Removed [1234567890] from list [blocked]<br>
<br>
freeswitch@mini.local&gt; blacklist check blocked 1234567890<br>
false<br>
<br>
freeswitch@mini.local&gt; blacklist save blocked<br>
2014-07-28 18:10:11.056373 [INFO] mod_blacklist.c:280 Saving blocked to /usr/local/freeswitch/conf/blacklists/blocked.list<br>
2014-07-28 18:10:11.056373 [DEBUG] mod_blacklist.c:288 adding 15129160420 to the dump file<br>
+OK<br>
2014-07-28 18:10:11.056373 [DEBUG] mod_blacklist.c:288 adding 1234567890 to the dump file<br>
<br>
The last line shows fs saving the deleted number to the blocked list. Are the docs incorrect? Is there another way to do this?<br>
<br>
Thanks,<br>
-Terry<br>
<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>