Update app_defaults.php

This commit is contained in:
FusionPBX 2016-09-08 17:27:34 -06:00 committed by GitHub
parent 444bf4597a
commit 14bb4e766f
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ if ($domains_processed == 1) {
$event_socket_ip_address = "127.0.0.1";
$event_socket_port = "8021";
$event_socket_password = "ClueCon";
$xml_rpc_http_port = "8787";
$xml_rpc_http_port = "8080";
$xml_rpc_auth_realm = "freeswitch";
$xml_rpc_auth_user = "freeswitch";
$xml_rpc_auth_pass = "works";
@ -90,4 +90,4 @@ if ($domains_processed == 1) {
}
}
?>
?>