Lead recycling using mysql query

You can churn list with disposition in vicidial / Goautodial through back end with such command....

mysql -p

use asterisk;

update vicidial_list set status='NEW',called_since_last_reset='N' where list_id='104'and status='A';

only need to change list id and status, through this command you can churn a particular disposition.


For multiple list id and status

update vicidial_list set status='NEW',called_since_last_reset='N' where list_id in ('104','105','133') and status in ('A','NA')

swanand18

Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design

  • Image
  • Image
  • Image
  • Image
  • Image

0 comments:

Post a Comment

Featured post

Vicidial With WebRTC

Vicidial With WebRTC VICIDial is well known open source call center software. It has been in use by many small to large scaled con...