Page 1 of 1
Delete numbers addded to DNC
Posted:
Thu Nov 12, 2009 3:10 pm
by gmcust3
Anyway to delete any number added to DNC LIST ?
Posted:
Thu Nov 12, 2009 3:41 pm
by mflorell
if on 2.0.5 you need to do it directly in the database. If in SVN trunk you can do it in the web interface.
Posted:
Thu Nov 12, 2009 3:50 pm
by gmcust3
If in SVN trunk you can do it in the web interface. : How ?
Do I need to download admin.php and replace it ?
Posted:
Thu Nov 12, 2009 4:09 pm
by Michael_N
You need to install vicidial 2.2.0
You are using vicidialNOW right?
Then you have to change it in database as matt told you
Posted:
Thu Nov 12, 2009 7:54 pm
by mflorell
If you upgrade from 2.0.5 to SVN trunk then you will need to follow and UNDERSTAND the UPGRADE document.
Posted:
Fri Nov 13, 2009 2:33 pm
by gardo
You can remove the number from the DNC table via mysql.
mysql> remove from vicidial_dnc where phone_number="XXXXXXXXXX";
Posted:
Mon Nov 16, 2009 11:21 am
by gmcust3
Can DNC number be specific to Campaign ?
If yes, how to set that as I don't see any option.