Page 1 of 1

Adding a disposition

PostPosted: Thu Dec 13, 2007 11:03 am
by rbar
hello
i would like to know how ti add a disposition/status

i searched through navicat and i sii the usable dispositions in the vividial_statuses table, however im unable to add or edit a disposition

is there a conf file that i can edit so i can add one ??
how should i go through with that

thanks in advanced all !

PostPosted: Thu Dec 13, 2007 11:14 am
by Op3r
via the campaign manager. I suggest you get the manager's manual available for download at www.eflo.net

PostPosted: Thu Dec 13, 2007 11:44 am
by ramindia
Hi

If i understand you correct

you want to add your own disposition status

if that is the correct

you can add like this



insert into vicidial_statuses values('CUSTOMNAME',' Custom Name','Y','Y','UNDEFINED');

ram

PostPosted: Thu Dec 13, 2007 11:48 am
by rbar
thanks to you both what Op3r ment was like adding it as a dial status,
ramindia understood it correct :) i want to add my own status (wrong number)
since that status is not lsited in the ones i have, dont know why, and i really needed to have those inorder to export and get my leads appended .

im going to try what ramindia said

insert into vicidial_statuses values('CUSTOMNAME',' Custom Name','Y','Y','UNDEFINED');

ill try and get back to you on how it went

thanls all

PostPosted: Thu Dec 13, 2007 12:06 pm
by rbar
sorry for the double post
forgot to add

i exported the table and it shows this

INSERT INTO vicidial_statuses (status, status_name, selectable) VALUES ("xxx", "xxx", "N");

its somewhat simpler than the one ramindia posted, my question now is what does ...,'Y','Y','UNDEFINED') do?

PostPosted: Thu Dec 13, 2007 12:50 pm
by ramindia
Hi

if you are familiar with mysql

desc the table vicidial_statuses

you will know what is Y Ymeans

ram

PostPosted: Sat Dec 15, 2007 4:23 am
by mflorell
In 2.0.4 this can be done in the web-based admin.php interface

PostPosted: Thu Jan 17, 2008 9:52 am
by rcphq
mflorell wrote:In 2.0.4 this can be done in the web-based admin.php interface


is it me only or from the basic/detail view of the campaigns in admin.php you cant add/remove dial status? (the dropdown appears inactive)
both installations ive tried it on have been upgraded from 2.0.3 and this has been noticed on both.
(they've been adding dispositions manually [sql] ever since)

PostPosted: Thu Jan 17, 2008 9:58 am
by mflorell
With 2.0.4 you can add/modify/delete SYSTEM statuses through the ADMIN section. As of 2.0.3 you could define campaign statuses as well, that has not changed in 2.0.4.

PostPosted: Thu Jan 17, 2008 10:17 am
by rcphq
mflorell wrote:With 2.0.4 you can add/modify/delete SYSTEM statuses through the ADMIN section. As of 2.0.3 you could define campaign statuses as well, that has not changed in 2.0.4.


yes, the vici maintainers are still adding them, put through the sql
the webinterfaces. what seems to be disabled since the upgrade is the web interface
Image

this is a somewhat minor issue as nothing has been lost, except maybe
a commodity the maintainers had...
anyways, i had it in my to do to report this to this whats cooking, any clues?

PostPosted: Thu Jan 17, 2008 10:25 am
by DarknessBBB
I'm sorry but it works well on my system 2.0.4 upgraded from 2.0.3 :(

Image

PostPosted: Thu Jan 17, 2008 10:44 am
by rcphq
DarknessBBB wrote:I'm sorry but it works well on my system 2.0.4 upgraded from 2.0.3 :(

Image


hmm, i just looked at the admin.php code trying to track down where the disable comes from.
just saw on the list_mix (?) help that it disables the dial status and/or lead order..
im guessing this is it?
im gonna ask to see if they enabled this on purpose

could this be it ?

[edit]
i cant seem to disable list mix,
when i click submit,
the form comes back with list mix active again!

PostPosted: Thu Jan 17, 2008 11:20 am
by mflorell
list mix is functional if you use the AST_VDhopper_LISTMIX.pl script for filling the hopper. If you set the list mix to anything but DISABLED it will grey-out the dial statuses in the campaign modification screen.

Changing list mix to DISABLED should fix the problem.

PostPosted: Thu Jan 17, 2008 3:00 pm
by rcphq
mflorell wrote:list mix is functional if you use the AST_VDhopper_LISTMIX.pl script for filling the hopper. If you set the list mix to anything but DISABLED it will grey-out the dial statuses in the campaign modification screen.

Changing list mix to DISABLED should fix the problem.


hmm
ive been poking around the system to see
i cant find the ...listmix.pl
on the crontab theres
"* * * * * /usr/share/astguiclient/AST_VDhopper.pl -q"

the person in charge of vici is not around :( so i dont know, but i have it understood they dont use listmix (or any of those), when the upgrade was done, the option seems to be marked as enabled by itself and it wont let it be change, im browsing code to see what could cause this to revert when it's changed, it's pretty odd

PostPosted: Fri Jan 18, 2008 9:54 am
by mflorell
use this script:
/usr/share/astguiclient/AST_VDhopper_MIXtest.pl

PostPosted: Wed Jan 23, 2008 9:37 am
by rcphq
mflorell wrote:use this script:
/usr/share/astguiclient/AST_VDhopper_MIXtest.pl


we're am i supposed to use this?
(we are not using mixlists or anything like it, it autoenabled itself after the upgrade [is this a bug? it has happened twice] and it doesnt let its status be changed)

PostPosted: Wed Jan 23, 2008 2:38 pm
by mflorell
You should check your database and ensure that it matches the create mysql file.

Were you upgrading from the 2.0.3 release or a beta release?

PostPosted: Wed Jan 23, 2008 2:52 pm
by rcphq
mflorell wrote:You should check your database and ensure that it matches the create mysql file.

Were you upgrading from the 2.0.3 release or a beta release?

im looking to confirm right now,
if memory serves me right, it said 2.0.3b1 or b2 ? i was barely involved in the process, im figuring it out