Switched Server Performance report to Graph.js from ploticus, converted to HTML

Rare bug fix for Stereo Recordings
Changed install.pl to use Asterisk 18.X as default

git-svn-id: svn://192.168.202.10@3947 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2025-10-02 01:57:46 +00:00
parent 9f4e8ba9f0
commit 08ecd147a2
8 changed files with 680 additions and 738 deletions
+2 -1
View File
@@ -97,7 +97,7 @@ $VARCS_port = '3306';
# default keepalive processes:
$VARactive_keepalives = '1234568';
# default Asterisk version:
$VARasterisk_version = '16.X';
$VARasterisk_version = '18.X';
# default recording FTP archive variables:
$VARFTP_host = '10.0.0.4';
$VARFTP_user = 'cron';
@@ -2099,6 +2099,7 @@ else
print " 11.X\n";
print " 13.X\n";
print " 16.X\n";
print " 18.X\n";
print "Enter asterisk version or press enter for default: [$VARasterisk_version] ";
$PROMPTasterisk_version = <STDIN>;
chomp($PROMPTasterisk_version);