I have just installed ASTPP with the install script at
https://github.com/ASTPP/ASTPP/blob/master/install.shI had exactly the same problem as you
The install script does not start apache and does not start freeswitch and does not install the freeswitch init.d script (which starts freeswitch when the system reboots)
When the install script has finished you need to perform the following:
Start the web server:
service httpd start
Copy the freeswitch init.d:
CENTOS: cp /usr/src/ASTPP/freeswitch/init/freeswitch.centos.init /etc/init.d/freeswitch
DEBAIN : cp /usr/src/ASTPP/freeswitch/init/freeswitch.debian.init /etc/init.d/freeswitch
To start freeswitch:
service freeswitch start
I still have a problem that SIP profiles are not being saved so I can't use the system - when I have worked out how to fix that I will report back here as you will probably have the same problem.
Thanks,
David