Event Socket settings auto defaults or custom using config.conf

This commit is contained in:
FusionPBX
2023-09-16 15:07:41 -06:00
committed by GitHub
parent 0e55637bf6
commit bf47bbcc47
14 changed files with 221 additions and 1711 deletions
+1 -1
View File
@@ -158,7 +158,7 @@
//create the event socket connection
if (!$fp) {
$fp = event_socket_create($setting->get('switch','event_socket_ip_address'), $setting->get('switch','event_socket_port'), $setting->get('switch','event_socket_password'));
$fp = event_socket_create();
}
//reload the acl