Update switch.php

This commit is contained in:
FusionPBX
2018-12-13 17:23:26 -07:00
committed by GitHub
parent fd2d453d54
commit 577216166c

View File

@@ -174,7 +174,7 @@ function save_setting_xml() {
$xml .= " <param name=\"listen-ip\" value=\"" . $event_socket_ip_address . "\"/>\n";
$xml .= " <param name=\"listen-port\" value=\"" . $row['event_socket_port'] . "\"/>\n";
$xml .= " <param name=\"password\" value=\"" . $row['event_socket_password'] . "\"/>\n";
$xml .= " <!--<param name=\"apply-inbound-acl\" value=\"lan\"/>-->\n";
$xml .= " <param name=\"apply-inbound-acl\" value=\"" . $row['event_socket_acl'] . "\"/>\n";
$xml .= " </settings>\n";
$xml .= "</configuration>";
fwrite($fout, $xml);