Fix the category and subcategory

This commit is contained in:
FusionPBX 2023-09-14 21:17:19 -06:00 committed by GitHub
parent 5afce93f03
commit 7cb3c0b211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@
//send the message waiting status
$fp = event_socket_create(
$setting->get('event_socket','ip_address'),
$setting->get('switch','event_socket_ip_address'),
$setting->get('switch', 'event_socket_port'),
$setting->get('switch', 'event_socket_password')
);