Page 1 of 1

DNC list added to Vicidial

PostPosted: Thu Aug 06, 2009 3:01 pm
by rlabutis
Simple question. Can a DNC file be added to Vicidial? If so, how? I can't seem to find a way to do that other than individually.

PostPosted: Thu Aug 06, 2009 3:03 pm
by lerroux
i know theres a table in the asterisk database used by vicidial for DNC. table: vicidial_dnc

try adding the list there.


cheers,

Re: DNC list added to Vicidial

PostPosted: Thu Aug 06, 2009 3:04 pm
by TroyD
rlabutis wrote:Simple question. Can a DNC file be added to Vicidial? If so, how? I can't seem to find a way to do that other than individually.


If you have something to connect to MySql with, you can insert the numbers(in bulk) into the MySQL table in the Vicidial "asterisk" database, the table (in my 2.0.4 version) is vicidial_dnc and you could do a "Insert into vicidial_dnc values 1234567, 4567890, 3456678, etc...

Hope this helps..

PostPosted: Fri Aug 07, 2009 9:45 am
by okli
Using internal vicidial DNC list is one way, but if it grows too large this would slow down leads insertion. It's simply not intended for large DNC database.

If you are looking for scrubbing existing lists against a file with DNC numbers, refer to this thread:

http://www.vicidial.org/VICIDIALforum/v ... hlight=dnc