-
Notifications
You must be signed in to change notification settings - Fork 3
/
astpp_v6_install_Deb11_FS_packages.sh
936 lines (678 loc) · 32.7 KB
/
astpp_v6_install_Deb11_FS_packages.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
#!/bin/bash
#############################################################################################
# ASTP v1.0.0 installer for ASTPP version 6
#
#
# This installation script is partly based on the iNetrix Technologies Pvt. Ltd.
# installtion script for installing ASTPP.
#
# This script will only install version 6 of ASTPP onto Debian 6
#
# The purpose of this script is for multiple reasons compared to the one
# providedby iNetrix:
#
#
# 1) Uses MariaDB from repos instead of MySQL from their repo.
# This has caused issues in the past
#
# 2) Does not use RemiRepo for PHP 7.3+. iNetrix for unknown reasons uses the RemiRepo
# Instead uses PHP version 7.4 from Debian repo
#
# 3) No longer support of CentOS 7/8 as those are End of Life
# CentOS Stream is now the default distro, and not stable for production
# May consider Rocky Linux 8 (CentOS 8 fork) in the future
#
# 4) Option to install Postfix instead of sendmail which provides better logging
#
# 5) Uses legacy IP Tables instead of UFW, or Firewalld
#
# 6) No telemetry sent
#
# 7) Option to install Let's Encrypt Certificate
#
# License https://www.gnu.org/licenses/agpl-3.0.html
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
#############################################################################################
#General Congifuration
TEMP_USER_ANSWER="no"
ASTPP_SOURCE_DIR=/opt/ASTPP
ASTPP_HOST_DOMAIN_NAME="host.domain.tld"
os_codename=$(lsb_release -cs)
#ASTPP Configuration
ASTPPDIR=/var/lib/astpp/
ASTPPEXECDIR=/usr/local/astpp/
ASTPPLOGDIR=/var/log/astpp/
#HTML and MariaDB Configuraition
WWWDIR=/var/www/html
ASTPP_DATABASE_NAME="astpp"
ASTPP_DB_USER="astppuser"
#Freeswich Configuration
FS_DIR=/usr/local/freeswitch/
FS_SOUNDSDIR=${FS_DIR}/sounds/en/us/callie
#Introduction
introduction()
{
printf "\033c"
echo ""
echo "**************** INTRODUCTION *******************"
echo ""
echo "This is an alternative to the iNetrix ASTPP installer."
echo "Their installer uses third party package repositories (repos) which has been having a lot of issues "
echo "in the past due to the use of those third party repos."
echo ""
echo "This installer instead will use only the Debian repo to install most of the needed requirements"
echo ""
echo "Do note, since this will compile* FreeSwitch from source, there will be a lot of packages which will"
echo "need to be locally installed. This process of installing packages and compiling of FreeSwitch"
echo "will take much longer than the iNetrix installer, but without the need for third party packages,"
echo "nor having to obtain an account with SignalWire."
echo ""
echo "Enjoy!"
echo ""
echo ""
echo ""
echo "*Compile time of FreeSwitch varies depending on performance of your server, and number of CPUs. "
echo ""
echo ""
echo ""
read -n 1 -s -r -p "Press any key to continue"
}
#Verify freeswitch token
verification ()
{
output bold
echo " Authentication required !!!!!!
Personal Access Tokens (PAT)s are required to access FreeSWITCH install packages."
echo ""
echo "VISIT below link to generate Personal Access Token
https://freeswitch.org/confluence/display/FREESWITCH/HOWTO+Create+a+SignalWire+Personal+Access+Token"
sleep 3s
echo "" && echo ""
read -p "Enter your Personal Access Token: ${FS_TOKEN}"
tput sgr0
FS_TOKEN=${REPLY}
echo ""
if [ ."$os_codename" = ."bullseye" ]; then
wget --http-user=signalwire --http-password=$FS_TOKEN -O /usr/share/keyrings/signalwire-freeswitch-repo.gpg https://freeswitch.signalwire.com/repo/deb/debian-release/signalwire-freeswitch-repo.gpg
verify_debian10="$?"
if [ $verify_debian10 = 0 ]; then
tput bold
echo "******************************************************************************"
echo ""
echo "You have entered valid token"
echo ""
echo "******************************************************************************"
sleep 4s
tput sgr0
else
echo ""
tput bold
echo "Invalid token"
echo "******************************************************************************"
echo ""
echo "For more information go to https://id.signalwire.com/personal_access_tokens "
echo ""
echo "******************************************************************************"
sleep 3s
tput sgr0
exit 0
fi
fi
}
pre_install()
{
printf "\033c"
echo ""
echo "********************************"
echo "!!!!!!!!!!!!! NOTICE !!!!!!!!!!!"
echo "********************************"
echo ""
echo "This part of the script will give the option to install Postfix instead of Sendmail. "
echo "Postifx is preferred as it produces better logs than Sendmail in case for the need to troubleshoot sending email issues. "
echo "During installation of postfix, it will require some manual configurations, but the defaults will be ready to select."
echo ""
echo "You will only need to press the enter key to continue for the two questions, HOWEVER, it is reccomended you have the server"
echo "Fully Qualified Domain Name (FQDN)/hosname already set (e.g. astpp.myserver.com) before continuing beyond this point."
echo ""
echo "If you have not done so, the FQDN/hostname can be easily set, as an example, with the command: "
echo "hostnamectl set-hostname astpp.yourhostname.com"
echo ""
echo "You will have to reboot/relog to make sure changes have been made."
echo ""
echo "As an alternative, you can select 'n' to instead install Sendmail. No additonal configuration is needed for it."
echo ""
read -n 1 -p "Do you wish to continue with installation of Postfix? (y/n/q[uit]) "
if [ "$REPLY" = "y" ]; then
echo ""
echo "Now installing Postfix"
echo ""
apt -y install postfix
elif [ "$REPLY" = "n" ]; then
echo ""
echo "Now installing Sendmail"
echo ""
apt -y install sendmail
elif [ "$REPLY" = "q" ]; then
echo ""
echo "Exiting"
echo ""
exit 0
fi
} #end of pre_install
#Generate random password
genpasswd()
{
length=$1
digits=({1..9})
lower=({a..z})
upper=({A..Z})
CharArray=(${digits[*]} ${lower[*]} ${upper[*]})
ArrayLength=${#CharArray[*]}
password=""
for i in `seq 1 $length`
do
index=$(($RANDOM%$ArrayLength))
char=${CharArray[$index]}
password=${password}${char}
done
echo $password
}
get_linux_distribution()
{
if [ $os_codename != 'bullseye' ] && [ $os_codename != 'focal' ]; then
echo -e 'Sorry, but this script is only for Debian 11, and Unbuntu.'
exit 1
fi
} # endget_linux_distribution
#User Response Gathering
get_user_response ()
{
echo ""
echo ""
read -p "Enter a FQDN: example (i.e ${ASTPP_HOST_DOMAIN_NAME}), or an IP Address for this server: "
ASTPP_HOST_DOMAIN_NAME=${REPLY}
echo "Your entered FQDN is : ${ASTPP_HOST_DOMAIN_NAME} "
echo ""
echo ""
read -n 1 -p "Press any key to continue ... "
NAT1=$(dig +short myip.opendns.com @resolver1.opendns.com)
NAT2=$(curl http://ip-api.com/json/)
INTF=$(ifconfig $1|sed -n 2p|awk '{ print $2 }'|awk -F : '{ print $2 }')
if [ "${NAT1}" != "${INTF}" ]; then
echo "Server is behind NAT";
NAT="True"
fi
}
install_prerequisties()
{
# install dependencies
apt update && apt -y upgrade
if [ ."$os_codename" = ."focal" ]; then
apt -y install wget lsb-release systemd-sysv ca-certificates dialog nano net-tools openssl libssl-dev \
autoconf automake devscripts g++ git libncurses5-dev libtool make libjpeg-dev pkg-config flac libgdbm-dev \
libdb-dev gettext sudo equivs mlocate git dpkg-dev libpq-dev liblua5.2-dev libtiff5-dev libperl-dev \
libcurl4-openssl-dev libsqlite3-dev libpcre3-dev devscripts libspeexdsp-dev libspeex-dev libldns-dev \
libedit-dev libopus-dev libmemcached-dev libshout3-dev libmpg123-dev libmp3lame-dev yasm nasm libsndfile1-dev \
libuv1-dev libvpx-dev libavformat-dev libswscale-dev libvlc-dev libavformat-dev libswscale-dev \
wget curl git dnsutils ntpdate systemd net-tools whois sensible-mda mlocate vim imagemagick \
php-pear php-imagick libreoffice ghostscript sngrep software-properties-common lsb-release \
apt-transport-https ca-certificates unixodbc cmake uuid-dev sqlite3 unzip mariadb-server \
nginx ntpdate ntp lua5.1 bc libxml2-dev ed mcrypt
else
apt -y install wget lsb-release systemd-sysv ca-certificates dialog nano net-tools openssl libssl-dev \
autoconf automake devscripts g++ git libncurses5-dev libtool make libjpeg-dev pkg-config flac libgdbm-dev \
libdb-dev gettext sudo equivs mlocate git dpkg-dev libpq-dev liblua5.2-dev libtiff5-dev libperl-dev \
libcurl4-openssl-dev libsqlite3-dev libpcre3-dev devscripts libspeexdsp-dev libspeex-dev libldns-dev \
libedit-dev libopus-dev libmemcached-dev libshout3-dev libmpg123-dev libmp3lame-dev yasm nasm libsndfile1-dev \
libuv1-dev libvpx-dev libavformat-dev libswscale-dev libvlc-dev libavformat-dev libswscale-dev libsndfile-dev \
wget curl git dnsutils ntpdate systemd net-tools whois sensible-mda mlocate vim imagemagick \
php-pear php-imagick libreoffice ghostscript sngrep software-properties-common lsb-release \
apt-transport-https ca-certificates unixodbc unixodbc cmake uuid-dev sqlite3 unzip mariadb-server \
nginx ntpdate ntp lua5.1 bc libxml2-dev ed mcrypt
fi
#Ion Cube Loader
cd /usr/src/
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar -xzvf ioncube_loaders_lin_x86-64.tar.gz
#sed -i "s|PermitRootLogin without-password\+|PermitRootLogin yes|g" /etc/ssh/sshd_config
#systemctl restart sshd
} #end install_prerequisties
#install dependencies that depend on the operating system version
os_dependencies()
{
os_codename=$(lsb_release -cs)
#Ubuntu 20.04.x
if [ ."$os_codename" = ."focal" ]; then
apt update
apt install -y libvpx6 swig4.0 python3-distutils
apt install -y php7.4 php7.4-fpm php7.4-mysql php7.4-cli php7.4-json php7.4-readline php7.4-xml php7.4-curl
apt install -y php7.4-gd php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-imap
#Debian 11
#if [ ."$os_codename" = ."bullseye" ]; then
elif [ ."$os_codename" = ."bullseye" ]; then
#Need to add backports for IP tables 1.8.3 and monit.
printf "%s\n" "deb http://ftp.de.debian.org/debian buster-backports main" | \
tee /etc/apt/sources.list.d/buster-backports.list
apt install -t buster-backports iptables -y
apt install -y libvpx6 swig4.0 python3-distutils mcrypt
apt install -y php7.4 php7.4-fpm php7.4-mysql php7.4-cli php7.4-json php7.4-readline php7.4-xml php7.4-curl
apt install -y php7.4-gd php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-imap php7.4-geoip
fi
} #end os_dependencies
install_freeswitch_packages()
{
#elif [ ."$os_codename" = ."bullseye" ]; then
echo "Installing FREESWITCH"
sleep 6s
apt-get update && apt-get install -y gnupg2 wget lsb-release
echo "machine freeswitch.signalwire.com login signalwire password $FS_TOKEN" > /etc/apt/auth.conf
echo "deb [signed-by=/usr/share/keyrings/signalwire-freeswitch-repo.gpg] https://freeswitch.signalwire.com/repo/deb/debian-release/ `lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list
echo "deb-src [signed-by=/usr/share/keyrings/signalwire-freeswitch-repo.gpg] https://freeswitch.signalwire.com/repo/deb/debian-release/ `lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list
apt-get update -y
sleep 2s
apt-get install freeswitch-meta-all -y
#fi
mv -f ${FS_DIR}/scripts /tmp/.
ln -s /opt/ASTPP/freeswitch/fs ${WWWDIR}
ln -s /opt/ASTPP/freeswitch/scripts ${FS_DIR}
cp -rf /opt/ASTPP/freeswitch/sounds/*.wav ${FS_SOUNDSDIR}/
cp -rf /opt/ASTPP/freeswitch/conf/autoload_configs/* /etc/freeswitch/autoload_configs/
}
normalize_freeswitch()
{
systemctl start freeswitch
systemctl enable freeswitch
sed -i "s#max-sessions\" value=\"1000#max-sessions\" value=\"2000#g" /etc/freeswitch/autoload_configs/switch.conf.xml
sed -i "s#sessions-per-second\" value=\"30#sessions-per-second\" value=\"50#g" /etc/freeswitch/autoload_configs/switch.conf.xml
sed -i "s#max-db-handles\" value=\"50#max-db-handles\" value=\"500#g" /etc/freeswitch/autoload_configs/switch.conf.xml
sed -i "s#db-handle-timeout\" value=\"10#db-handle-timeout\" value=\"30#g" /etc/freeswitch/autoload_configs/switch.conf.xml
rm -rf /etc/freeswitch/dialplan/*
touch /etc/freeswitch/dialplan/astpp.xml
rm -rf /etc/freeswitch/directory/*
touch /etc/freeswitch/directory/astpp.xml
rm -rf /etc/freeswitch/sip_profiles/*
touch /etc/freeswitch/sip_profiles/astpp.xml
chmod -Rf 755 ${FS_SOUNDSDIR}
chmod -Rf 777 /usr/local/freeswitch/scripts/astpp/lib
cp -rf /opt/ASTPP/web_interface/nginx/deb_fs.conf /etc/nginx/conf.d/fs.conf
chown -Rf root.root ${WWWDIR}/fs
chmod -Rf 755 ${WWWDIR}/fs
/bin/systemctl restart freeswitch
/bin/systemctl enable freeswitch
#change
sed -i "s#<load module=\"mod_pgsql\"/>#<load module=\"mod_mariadb\"/>#g" /etc/freeswitch/autoload_configs/pre_load_modules.conf.xml
} #end normalize_freeswitch
normalize_mariadb()
{
cp /opt/ASTPP/misc/odbc/deb_odbc.ini /etc/odbc.ini
sed -i '1i wait_timeout=600' /etc/mysql/conf.d/mysql.cnf
sed -i '1i interactive_timeout = 600' /etc/mysql/conf.d/mysql.cnf
sed -i '1i sql_mode=""' /etc/mysql/conf.d/mysql.cnf
sed -i '1i [mysqld]' /etc/mysql/conf.d/mysql.cnf
systemctl restart mariadb
systemctl enable mariadb
} #end normalize_mariadb
#Fetch ASTPP Source
get_astpp_source()
{
cd /opt
# git clone -b V6.0 https://github.com/iNextrix/ASTPP/
git clone -b php74_fix https://github.com/sdwru/ASTPP-1 ASTPP
} #end get_astpp_source
install_fail2ban()
{
read -n 1 -p "Do you want to install and configure Fail2ban ? (y/n) "
if [ "$REPLY" = "y" ]; then
sleep 2s
apt update -y
sleep 2s
apt install fail2ban -y
sleep 2s
echo ""
read -p "Enter fail2ban client's Notification email address: ${NOTIEMAIL}"
NOTIEMAIL=${REPLY}
echo ""
read -p "Enter sender email address: ${NOTISENDEREMAIL}"
NOTISENDEREMAIL=${REPLY}
cd /usr/src
wget --no-check-certificate --max-redirect=0 https://latest.astppbilling.org/fail2ban_Deb.tar.gz
tar xzvf fail2ban_Deb.tar.gz
mv /etc/fail2ban /tmp/
cd /opt/ASTPP/misc/
tar -xzvf fail2ban_deb10.tar.gz
cp -rf /opt/ASTPP//misc/fail2ban_deb10 /etc/fail2ban
#cp -rf /usr/src/fail2ban /etc/fail2ban
#cp -rf ${ASTPP_SOURCE_DIR}/misc/deb_files/fail2ban/jail.local /etc/fail2ban/jail.local
sed -i -e "s/{INTF}/${INTF}/g" /etc/fail2ban/jail.local
sed -i -e "s/{NOTISENDEREMAIL}/${NOTISENDEREMAIL}/g" /etc/fail2ban/jail.local
sed -i -e "s/{NOTIEMAIL}/${NOTIEMAIL}/g" /etc/fail2ban/jail.local
################################# JAIL.CONF FILE READY ######################
echo "################################################################"
mkdir /var/run/fail2ban
systemctl restart fail2ban
systemctl enable fail2ban
echo "################################################################"
echo "Fail2Ban for FreeSwitch & IPtables Integration completed"
else
echo ""
echo "Fail2ban installation is aborted !"
fi
} #end install_fail2ban
install_astpp()
{
echo "Creating neccessary locations and configuration files ..."
mkdir -p ${ASTPPDIR}
mkdir -p ${ASTPPLOGDIR}
mkdir -p ${ASTPPEXECDIR}
mkdir -p ${WWWDIR}
cp -rf /opt/ASTPP/config/astpp-config.conf ${ASTPPDIR}astpp-config.conf
cp -rf /opt/ASTPP/config/astpp.lua ${ASTPPDIR}astpp.lua
ln -s /opt/ASTPP/web_interface/astpp ${WWWDIR}
ln -s /opt/ASTPP//freeswitch/fs ${WWWDIR}
} #end install_astpp
normalize_astpp()
{
mkdir -p /etc/nginx/ssl
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/ssl/nginx.key -out /etc/nginx/ssl/nginx.crt
###################################################
#: << 'COMMENT'
##if [ ."$os_codename" = ."bullseye" ] || [ ."$os_codename" = ."focal" ]; then
/bin/cp /usr/src/ioncube/ioncube_loader_lin_7.4.so /usr/lib/php/20190902/
sed -i '2i zend_extension ="/usr/lib/php/20190902/ioncube_loader_lin_7.4.so"' /etc/php/7.4/fpm/php.ini
sed -i '2i zend_extension ="/usr/lib/php/20190902/ioncube_loader_lin_7.4.so"' /etc/php/7.4/cli/php.ini
cp -rf /opt/ASTPP/web_interface/nginx/deb_astpp.conf /etc/nginx/conf.d/astpp.conf
systemctl start nginx
systemctl enable nginx
systemctl start php7.4-fpm
systemctl enable php7.4-fpm
chown -Rf root.root ${ASTPPDIR}
chown -Rf www-data.www-data ${ASTPPLOGDIR}
chown -Rf root.root ${ASTPPEXECDIR}
chown -Rf www-data.www-data ${WWWDIR}/astpp
chown -Rf www-data.www-data ${ASTPP_SOURCE_DIR}/web_interface/astpp
chmod -Rf 755 ${WWWDIR}/astpp
sed -i "s/;request_terminate_timeout = 0/request_terminate_timeout = 300/" /etc/php/7.4/fpm/pool.d/www.conf
sed -i "s#short_open_tag = Off#short_open_tag = On#g" /etc/php/7.4/fpm/php.ini
sed -i "s#;cgi.fix_pathinfo=1#cgi.fix_pathinfo=1#g" /etc/php/7.4/fpm/php.ini
sed -i "s/max_execution_time = 30/max_execution_time = 3000/" /etc/php/7.4/fpm/php.ini
sed -i "s/upload_max_filesize = 2M/upload_max_filesize = 20M/" /etc/php/7.4/fpm/php.ini
sed -i "s/post_max_size = 8M/post_max_size = 20M/" /etc/php/7.4/fpm/php.ini
sed -i "s/memory_limit = 128M/memory_limit = 512M/" /etc/php/7.4/fpm/php.ini
systemctl restart php7.4-fpm
#fi
#COMMENT
###################################################
CRONPATH='/var/spool/cron/crontabs/astpp'
echo "# To call all crons
* * * * * cd /opt/ASTPP/web_interface/astpp/cron/ && php cron.php crons
" > $CRONPATH
chmod 600 $CRONPATH
crontab $CRONPATH
touch /var/log/astpp/astpp.log
touch /var/log/astpp/astpp_email.log
chmod -Rf 755 $ASTPP_SOURCE_DIR
chmod 777 /var/log/astpp/astpp.log
chmod 777 /var/log/astpp/astpp_email.log
sed -i "s#dbpass = <PASSSWORD>#dbpass = ${ASTPPUSER_MYSQL_PASSWORD}#g" ${ASTPPDIR}astpp-config.conf
sed -i "s#DB_PASSWD=\"<PASSSWORD>\"#DB_PASSWD = \"${ASTPPUSER_MYSQL_PASSWORD}\"#g" ${ASTPPDIR}astpp.lua
sed -i "s#base_url=https://localhost:443/#base_url=https://${ASTPP_HOST_DOMAIN_NAME}/#g" ${ASTPPDIR}/astpp-config.conf
sed -i "s#PASSWORD = <PASSWORD>#PASSWORD = ${ASTPPUSER_MYSQL_PASSWORD}#g" /etc/odbc.ini
###### Temp change
sed -i "s#debug = 0#debug = 1#g" ${ASTPPDIR}/astpp-config.conf
#Make changes for ASTPP to use php7.4-fpm in Debian 11
#if [ ."$os_codename" = ."bullseye" ] || [ ."$os_codename" = ."focal" ]; then
sed -i -e 's!fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;!fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;!g' /etc/nginx/conf.d/fs.conf
printf '%s\n' 'g/^/s|fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;|fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;|g' 'w' 'q' | ed -s /etc/nginx/conf.d/astpp.conf
#fi
systemctl restart nginx
} #end normalize_astpp
install_database ()
{
mysqladmin -u root -p${MYSQL_ROOT_PASSWORD} create ${ASTPP_DATABASE_NAME}
mysql -uroot -p${MYSQL_ROOT_PASSWORD} -e "CREATE USER 'astppuser'@'localhost' IDENTIFIED BY '${ASTPPUSER_MYSQL_PASSWORD}';"
mysql -uroot -p${MYSQL_ROOT_PASSWORD} -e "ALTER USER 'astppuser'@'localhost' IDENTIFIED BY '${ASTPPUSER_MYSQL_PASSWORD}';"
mysql -uroot -p${MYSQL_ROOT_PASSWORD} -e "GRANT ALL PRIVILEGES ON \`${ASTPP_DATABASE_NAME}\` . * TO 'astppuser'@'localhost' WITH GRANT OPTION;FLUSH PRIVILEGES;"
#Need to make modifications to .sql file for compatibility with MariaDB
#printf '%s\n' 'g/^/s|\(/\*!50003 SET collation_connection = \)utf8mb4_0900_ai_ci\( \*/ ;\)|\1utf8mb4_unicode_520_ci\2|g' 'w' 'q' | ed -s ${ASTPP_SOURCE_DIR}/database/astpp-6.0.sql
#printf '%s\n' 'g/^/s|\(/\*!50001 SET collation_connection = \)utf8mb4_0900_ai_ci\( \*/;\)|\1utf8mb4_unicode_520_ci\2|g' 'w' 'q' | ed -s ${ASTPP_SOURCE_DIR}/database/astpp-6.0.sql
sed -i -e 's/utf8mb4_0900_ai_ci/utf8_unicode_ci/g' /opt/ASTPP/database/astpp-6.0.sql
sed -i -e 's/utf8mb4/utf8/g' /opt/ASTPP/database/astpp-6.0.1.sql
sed -i -e 's/utf8_0900_ai_ci/utf8_unicode_ci/g' /opt/ASTPP/database/astpp-6.0.1.sql
sed -i -e 's/utf8mb4_0900_ai_ci/utf8_unicode_ci/g' /opt/ASTPP/database/astpp-6.0.1.sql
#sed -i -e 's/utf8mb4_0900_ai_ci/1utf8mb4_unicode_520_ci/g' /opt/ASTPP/database/astpp-6.0.1.sql
#utf8_unicode_ci
mysql -uroot -p${MYSQL_ROOT_PASSWORD} astpp < ${ASTPP_SOURCE_DIR}/database/astpp-6.0.sql
mysql -uroot -p${MYSQL_ROOT_PASSWORD} astpp < ${ASTPP_SOURCE_DIR}/database/astpp-6.0.1.sql
} #end install_database
#Firewall Configuration
configure_firewall()
{
echo "Configuring IPTables"
#defaults to nftables by default this enables iptables
if [ ."$os_codename" = ."buster" ]; then
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
fi
if [ ."$os_codename" = ."bullseye" ]; then
apt-get install -y iptables
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
fi
#remove ufw
ufw reset
ufw disable
apt-get remove -y ufw firewalld
#run iptables commands
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "friendly-scanner" --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "friendly-scanner" --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "sipcli/" --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "sipcli/" --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "VaxSIPUserAgent/" --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "VaxSIPUserAgent/" --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "system " --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "system " --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "exec." --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "exec." --algo bm --icase
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm --icase
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm --icase
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -p tcp --dport 7443 -j ACCEPT
iptables -A INPUT -p tcp --dport 5060:5091 -j ACCEPT
iptables -A INPUT -p udp --dport 5060:5091 -j ACCEPT
iptables -A INPUT -p udp --dport 16384:32768 -j ACCEPT
iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT
iptables -A INPUT -p udp --dport 1194 -j ACCEPT
iptables -t mangle -A OUTPUT -p udp -m udp --sport 16384:32768 -j DSCP --set-dscp 46
iptables -t mangle -A OUTPUT -p udp -m udp --sport 5060:5091 -j DSCP --set-dscp 26
iptables -t mangle -A OUTPUT -p tcp -m tcp --sport 5060:5091 -j DSCP --set-dscp 26
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT
#answer the questions for iptables persistent
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections
apt-get install -y iptables-persistent
} #end configure_firewall
#Install Monit for service monitoring
install_monit ()
{
#Monit is not in repo is Buster Backports
# if [ $os_codename != 'focal' ] ; then
#apt install monit -y
#else
#Monit is not in repo is Buster Backports
#apt install -t buster-backports monit -y
#fi
read -p "Enter a Notification email address for sytem monitor: ${EMAIL}"
#elif [ ."$os_codename" = ."bullseye" ] || [ $os_codename != 'focal' ]; then
apt -y install monit
sed -i -e 's/# set mailserver mail.bar.baz,/set mailserver localhost/g' /etc/monit/monitrc
sed -i -e '/# set mail-format { from: [email protected] }/a set alert '$EMAIL /etc/monit/monitrc
sed -i -e 's/## subject: monit alert on -- $EVENT $SERVICE/ subject: monit alert -- $EVENT $SERVICE/g' /etc/monit/monitrc
sed -i -e 's/## subject: monit alert -- $EVENT $SERVICE/ subject: monit alert on '${INTF}' -- $EVENT $SERVICE/g' /etc/monit/monitrc
sed -i -e 's/## set mail-format {/set mail-format {/g' /etc/monit/monitrc
sed -i -e 's/## }/ }/g' /etc/monit/monitrc
echo '
#------------MySQL
check process mysqld with pidfile /var/run/mysqld/mysqld.pid
start program = "/bin/systemctl start mariadb"
stop program = "/bin/systemctl stop mariadb"
if failed host 127.0.0.1 port 3306 then restart
if 5 restarts within 5 cycles then timeout
#------------Fail2ban
check process fail2ban with pidfile /var/run/fail2ban/fail2ban.pid
start program = "/bin/systemctl start fail2ban"
stop program = "/bin/systemctl stop fail2ban"
# ---- FreeSWITCH ----
check process freeswitch with pidfile /var/run/freeswitch/freeswitch.pid
start program = "/bin/systemctl start freeswitch"
stop program = "/bin/systemctl stop freeswitch"
#-------nginx----------------------
check process nginx with pidfile /var/run/nginx.pid
start program = "/bin/systemctl start nginx" with timeout 30 seconds
stop program = "/bin/systemctl stop nginx"
#-------php-fpm----------------------
check process php7.4-fpm with pidfile /var/run/php/php7.4-fpm.pid
start program = "/bin/systemctl start php7.4-fpm" with timeout 30 seconds
stop program = "/bin/systemctl stop php7.4-fpm"
#--------system
check system localhost
if loadavg (5min) > 8 for 4 cycles then alert
if loadavg (15min) > 8 for 4 cycles then alert
if memory usage > 80% for 4 cycles then alert
if swap usage > 20% for 4 cycles then alert
if cpu usage (user) > 80% for 4 cycles then alert
if cpu usage (system) > 20% for 4 cycles then alert
if cpu usage (wait) > 20% for 4 cycles then alert
check filesystem "root" with path /
if space usage > 80% for 1 cycles then alert' >> /etc/monit/monitrc
systemctl restart monit
systemctl enable monit
#fi
} #End of Monit
#Configure logrotation for maintain log size
logrotate_install ()
{
if [ ."$os_codename" = ."buster" ]; then
sed -i -e 's/daily/size 30M/g' /etc/logrotate.d/rsyslog
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/rsyslog
sed -i -e 's/rotate 7/rotate 5/g' /etc/logrotate.d/rsyslog
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/php7.3-fpm
sed -i -e 's/rotate 12/rotate 5/g' /etc/logrotate.d/php7.3-fpm
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/nginx
sed -i -e 's/rotate 52/rotate 5/g' /etc/logrotate.d/nginx
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/fail2ban
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/monit
elif [ ."$os_codename" = ."bullseye" ] || [ $os_codename != 'focal' ]; then
sed -i -e 's/daily/size 30M/g' /etc/logrotate.d/rsyslog
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/rsyslog
sed -i -e 's/rotate 7/rotate 5/g' /etc/logrotate.d/rsyslog
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/php7.4-fpm
sed -i -e 's/rotate 12/rotate 5/g' /etc/logrotate.d/php7.4-fpm
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/nginx
sed -i -e 's/rotate 52/rotate 5/g' /etc/logrotate.d/nginx
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/fail2ban
sed -i -e 's/weekly/size 30M/g' /etc/logrotate.d/monit
fi
}
#Remove all downloaded and temp files from server
clean_server ()
{
cd /usr/src
# rm -Rf libks
# rm -Rf spansp
# rm -Rf sofia-sip-1.13.7
# rm -Rf freeswitch-$switch_version.-release
echo "FS restarting...!"
systemctl restart freeswitch
echo "FS restarted...!"
}
letsencrypt()
{
#For use with Nginx
apt install snapd -y
snap install core
snap refresh core
snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot
sed -i -e 's/server_name _;/server_name ${ASTPP_HOST_DOMAIN_NAME};/g' /etc/nginx/conf.d/astpp.conf
certbot --nginx -d ${ASTPP_HOST_DOMAIN_NAME}
systemctl reload nginx
}
#Installation Information Print
start_installation ()
{
introduction
MYSQL_ROOT_PASSWORD=`echo "$(genpasswd 20)" | sed s/./*/5`
ASTPPUSER_MYSQL_PASSWORD=`echo "$(genpasswd 20)" | sed s/./*/5`
pre_install
verification
install_prerequisties
get_user_response
os_dependencies
get_astpp_source
install_freeswitch_packages
install_astpp
normalize_mariadb
install_database
normalize_freeswitch
normalize_astpp
configure_firewall
echo ""
read -n 1 -p "Do you wish to continue with installation [y/n] "
if [ "$REPLY" = "n" ]; then
exit
fi
install_fail2ban
install_monit
read -n 1 -p "Install Certificate from Let's Encrypt? [y/n] "
if [ "$REPLY" = "y" ]; then
letsencrypt
else
exit
fi
logrotate_install
clean_server
clear
echo "******************************************************************************************"
echo "******************************************************************************************"
echo "******************************************************************************************"
echo "********** **********"
echo "********** Your ASTPP is installed successfully **********"
echo " Browse URL: https://${ASTPP_HOST_DOMAIN_NAME}"
echo " Username: admin"
echo " Password: admin"
echo ""
echo " MySQL root user password:"
echo " ${MYSQL_ROOT_PASSWORD}"
echo ""
echo " MySQL astppuser password:"
echo " ${ASTPPUSER_MYSQL_PASSWORD}"
echo ""
echo "********** IMPORTANT NOTE: Please reboot your server once. **********"
echo "********** **********"
echo "******************************************************************************************"
echo "******************************************************************************************"
echo "******************************************************************************************"
}
start_installation