Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mflorell wrote:That is not currently a feature. Adding a feature like that would be quite complex given how many different places within VICIdial the status is changed.
blackbird2306 wrote:There is no way to dispose a lead with a unchangeable final status. But you can remove this final status from Dial status in all your campaigns so it is not dialable and won't get changed by agents in a normal way. Surely admins and agents with granted access (lead search, call log) can change it later. But it should be possible to export/move these leads to another list, which is restricted.
9 3 * * * mysql -D asterisk -e 'UPDATE `vicidial_list` SET status = "FINAL" WHERE `lead_id` IN (SELECT `lead_id` from `vicidial_log` WHERE `status` = "FINAL");'
VFRDavid wrote:1) Instead of using the Lead_ID - is it possible to use the Phone_Number - in the event that there are duplicates in the system (of course, there *shouldn't* be - but - just about every system I have worked on has had them)...this way - if ANY record with this phone number has a "FINAL" status - ALL of them will (at least in the same campaign - or however you want to do it).
VFRDavid wrote:2) Instead of hard-coding a Status (or list of them) - you could create a Status Category of "FINAL" and if ANY status in that category is selected - it will follow the same code you suggested - this way - if you decide on any changes to what equals a "FINAL" status = no code changes would be required - as long as you attach it to the correct Category.
VFRDavid wrote:3) It appears as though the DNC functionality kind of already provides this feature - of course - a FINAL status might not need to be as legally rigid as someone being added to your DNC list - but - if there were a way to create some other types of "suppression" lists - most of the existing DNC code seems that it would provide this functionality (the "DNCC/DNCL" statuses only get set when a lead is "loaded" into the hopper, and subsequently blocked from doing so due to the presence of the same phone number in the DNC list - correct?). Currently, there are two kinds of DNC lists - SYSTEM and Campaign - how difficult would it be to add a third - possibly StatusCategory - to the system?
VFRDavid wrote:I don't think you wouldn't need to create / maintain any additional cron jobs this way...any thoughts?
dspaan wrote:I didn't read all the comments but what you can do is use the dispo move script to move the sales to a different list/campaign that falls outside all inbound CID lookups and manual search scopes.
dspaan wrote:Maybe then use a script that copies the lead to a new list (generates a new lead with the same data) instead of moving it?
Users browsing this forum: No registered users and 57 guests