Dear @magnussolution
This is the solution for import audio file at campaigns section by root user
its work for me and sending the call without issues using Centos 7
Solution :
form line 102 to 136 at CampaignController.php must change to
and change dir from sounds to moh to save upload file at line 66 to
/var/lib/asterisk/moh/
and line 75 to
$files = glob('/var/lib/asterisk/moh/queue-periodic-announce-' . $model->id . '*');
Dear @magnussolution This is the solution for import audio file at campaigns section by root user its work for me and sending the call without issues using Centos 7 Solution : form line 102 to 136 at CampaignController.php must change to
and for quick campaigns for client user
from line 270 to 273 at the same file and line from 269 to 272 at MagnusBilling-current.tar.gz must change to
the solution for import audio file at periodic announce line from 67 to 69 at QueueController.php must change to
and change dir from sounds to moh to save upload file at line 66 to /var/lib/asterisk/moh/ and line 75 to $files = glob('/var/lib/asterisk/moh/queue-periodic-announce-' . $model->id . '*');