Page 1 of 1

Upload A List Having 900 Thousand Records

PostPosted: Fri Nov 16, 2018 2:33 pm
by rameez.amjad4
Is that possible in any version of Vicidial or Goautodial where i can upload a list having 900 Thousand records in it?

I mean i have a list that has 900,000 records / phone numbers to call, can i upload it in one list and can use it?

Please update, Thanks.

Re: Upload A List Having 900 Thousand Records

PostPosted: Fri Nov 16, 2018 6:09 pm
by blackbird2306

Re: Upload A List Having 900 Thousand Records

PostPosted: Sat Nov 17, 2018 10:00 am
by rameez.amjad4
I have uploaded all of my list one by one in one list and now when i am trying to download that one list having around 900k records it opens as a blank text file, how can i download that file with records?

Please update, Thanks.

Re: Upload A List Having 900 Thousand Records

PostPosted: Sat Nov 17, 2018 10:36 am
by rameez.amjad4
I am using Vicibox 8.1.2
I want to know what settings should i use if file size is 100MB To 120MB?


Please Update, Thanks.

If you upload files less then 4 MB use the following

file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 5120
post_max_size = 10M
memory_limit = 20M
max_input_time = 90
max_execution_time = 60

if your upload file size from 5 MB to 10 MB use the following

file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 10240
post_max_size = 16M
memory_limit = 32M
max_input_time = 180
max_execution_time = 120

Re: Upload A List Having 900 Thousand Records

PostPosted: Sat Nov 17, 2018 1:37 pm
by rameez.amjad4
Got it fixed, Thanks.