Call Broadcast

Status
Not open for further replies.
Feb 8, 2018
55
3
8
46
Hello to everyone.

I'm trying Call Broadcast apps and it seems to be really too simple to make a serious use.

I have some question about that App and I would share with all of you:

1) is there a limit on numbers I could insert into Phone Number List field ?
2) to avoid 504 Gateway Time-out nginx error, I have raised some values into php.ini and nginx.conf files like following

nginx.conf
client_header_timeout 3000;
client_body_timeout 3000;
fastcgi_read_timeout 3000;
client_max_body_size 32m;
fastcgi_buffers 8 128k;
fastcgi_buffer_size 128k;

php.ini
max_execution_time = 300;

but looking here https://github.com/fusionpbx/fusionpbx/blob/master/app/call_broadcast/call_broadcast_send.php seems that script lock the fusionpbx GUI until the end of script.

Once finished the app return the message call broadcast is started and invite you to click on link to look at the active calls.

Obviously if GUI was locked during script execution, you can't look at active calls, and since the link was available only at the end of script, this is useless.

Any suggestion to modify the script to launch the calls without locking GUI ?

I would work on that APPs more to include a sort of statistic page: connected calls, failed calls, connected total time, etc.

Anyone have made some modify to that APP?

@markjcrane
 
Last edited:
  • Like
Reactions: Neyamt
Status
Not open for further replies.