Page 1 of 1

HIDDEN CAMPAIGN FOR ADMIN

PostPosted: Thu Jun 23, 2016 1:38 am
by sasha1506
Hello,

can you please help me on my problem,
I accidentally hide the campaigns on the user group on the ADMIN group, how can i reset it to default or how can i view all the campaigns.
i am using vicidial v.6. please help me on this. . . :|

Re: HIDDEN CAMPAIGN FOR ADMIN

PostPosted: Thu Jun 23, 2016 5:34 am
by mflorell
You need to go into mysql and run this query:

UPDATE vicidial_user_groups set allowed_campaigns=' -ALL-CAMPAIGNS- -' where user_group='ADMIN';

Re: HIDDEN CAMPAIGN FOR ADMIN

PostPosted: Thu Jun 23, 2016 2:08 pm
by williamconley
mflorell wrote:You need to go into mysql and run this query:

UPDATE vicidial_user_groups set allowed_campaigns=' -ALL-CAMPAIGNS- -' where user_group='ADMIN';

mysql -u cron -p1234 asterisk "UPDATE vicidial_user_groups set allowed_campaigns=' -ALL-CAMPAIGNS- -' where user_group='ADMIN'"