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
@@ -386,7 +386,7 @@
//send the message waiting status //send the message waiting status
$fp = event_socket_create( $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_port'),
$setting->get('switch', 'event_socket_password') $setting->get('switch', 'event_socket_password')
); );