Page 1 of 1

Cant load more than 5600 numbers in the list

PostPosted: Mon Jun 02, 2008 2:46 pm
by Alfio
Hi, i recently insalled vicidial in Fedora 6, with mysql 5, php 4 and asterisk 1.2, and when i load a list it show me ok for 10,000 records for example, but when i go to the hopper just see 5600, i have tried with serveral list and the results happend.

I made a direct query to the database en the databases show me just 5600 records what can i do?

PostPosted: Mon Jun 02, 2008 4:11 pm
by mflorell
astguiclient version?

php.ini timeout settings?

lead file size?

Leads not loading

PostPosted: Tue Jun 03, 2008 6:35 pm
by teto114
I have the same issue; my version is 2.0.4-120.

but not only that, it says it loads the leads, like for instance:

Good leads XXX Bad yy Total XXX+yy

But you go see the Lead list and the Good leads are just not there

PostPosted: Wed Jun 04, 2008 1:30 pm
by pylinuxian
check your leads file for incorrect data.
use
Code: Select all
 iconv -f utf-8 -t latin1 file_name

& load again

Lead loading problem

PostPosted: Wed Jun 04, 2008 3:02 pm
by teto114
weird, we didn't change a thing, sent to another user with a different computer and it loaded ok, go figure!

hello

PostPosted: Wed Jun 04, 2008 8:37 pm
by eliasferreyra
Alfio

use this on php.ini
and let me know

file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 100M
post_max_size = 16M
memory_limit = 128M
max_input_time = 180
max_execution_time = 300