List "0"
Posted: Thu Apr 21, 2011 12:31 pm
When we get an inbound call, it gets assigned to list "0" For some reason I cannot download this list. How can I get it to download?
VICIDIAL astGUIclient discussion forum
http://forum.eflo.net/VICIDIALforum/
http://forum.eflo.net/VICIDIALforum/viewtopic.php?f=2&t=17829
update vicidial_list set list_id='66666666' where list_id='0';
oh awesome, this is perfect, I wanted to call back inbound drops! so I can just have this run every night and create a new list id! right?williamconley wrote:execute this mysql command:
- Code: Select all
update vicidial_list set list_id='66666666' where list_id='0';
This will reassign all leads in list_id "0" to list_id '66666666'.
williamconley wrote:why don't you change the list_id for your ingroup/DID to a real number? (is it a word or a 0 or blank right now?)
could it be generated because we left something blank?williamconley wrote:you'll need to locate the logs and match them up to find out where these numbers originated.
then be sure that list Zero does not exist on any DID/Ingroup or anywhere so you can stop generating list zero entries that will need cleaning up in the future
Looks like it's in our DID's I'm going to go in and change all 500 of them over - will this work retroactively? or will I need to still change that list ID?williamconley wrote:blank and zero are the same thing in the world of numeric variables.
(means yes )
Well I ordered a Tardis, we'll see if it works!williamconley wrote:does not "work retroactively" unless you have a time machine (isn't there an open source one?)