L Luís New Member Feb 16, 2019 23 1 3 47 Brazil Apr 3, 2019 #1 I am trying to make the uplodoad file for ivr in "dialplan" - "recordings". In the browser it informs that it is loading and that it was finalized successfully, but the file does not load. Does anyone have a solution? Thank you
I am trying to make the uplodoad file for ivr in "dialplan" - "recordings". In the browser it informs that it is loading and that it was finalized successfully, but the file does not load. Does anyone have a solution? Thank you
DigitalDaz Administrator Staff member Sep 29, 2016 3,089 588 113 Apr 3, 2019 #2 Check your php.ini for file limits, how big is the file? Reactions: Luís
L Luís New Member Feb 16, 2019 23 1 3 47 Brazil Apr 4, 2019 #3 DigitalDaz said: Check your php.ini for file limits, how big is the file? Click to expand... The file only has 360KB . In php.ini the limit is 2M. Any idea? Thank you Attachments File Uploaded but without file.PNG 27 KB · Views: 20 Last edited: Apr 4, 2019
DigitalDaz said: Check your php.ini for file limits, how big is the file? Click to expand... The file only has 360KB . In php.ini the limit is 2M. Any idea? Thank you
J JamesBorne Active Member Jan 24, 2019 294 57 28 Australia Apr 5, 2019 #4 You should see an error in /var/log/nginx/error.log or in /var/log/freeswitch/freeswitch.log. Watch those files when you do your next upload. I would guess that your web-user doesn't have permissions on the file destination.
You should see an error in /var/log/nginx/error.log or in /var/log/freeswitch/freeswitch.log. Watch those files when you do your next upload. I would guess that your web-user doesn't have permissions on the file destination.
L Luís New Member Feb 16, 2019 23 1 3 47 Brazil Apr 17, 2019 #5 I am using apache as web server. I'not find in the logs that I might consider an error. I'll continue analyzing. Regards,
I am using apache as web server. I'not find in the logs that I might consider an error. I'll continue analyzing. Regards,
L Luís New Member Feb 16, 2019 23 1 3 47 Brazil May 2, 2019 #6 Hi,The logs.... 10.0.0.3 - - [02/May/2019:18:50:35 -0300] "POST /app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg== HTTP/1.1" 302 - "http://My_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" 10.0.0.3 - - [02/May/2019:18:50:42 -0300] "GET /app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg== HTTP/1.1" 200 32755 "http://My_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" 10.0.0.3 - - [02/May/2019:18:50:43 -0300] "GET /themes/default/css.php HTTP/1.1" 200 34399 "http://MY_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" in log apache informed: (print switch.php attached) PHP Deprecated: Function create_function () is deprecated Attachments swtich.php.PNG 44 KB · Views: 18 Last edited: May 3, 2019
Hi,The logs.... 10.0.0.3 - - [02/May/2019:18:50:35 -0300] "POST /app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg== HTTP/1.1" 302 - "http://My_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" 10.0.0.3 - - [02/May/2019:18:50:42 -0300] "GET /app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg== HTTP/1.1" 200 32755 "http://My_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" 10.0.0.3 - - [02/May/2019:18:50:43 -0300] "GET /themes/default/css.php HTTP/1.1" 200 34399 "http://MY_IP/app/recordings/recordings.php?rd=aXZyaW52ZW50dGlzLndhdg==" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" in log apache informed: (print switch.php attached) PHP Deprecated: Function create_function () is deprecated