code is downloadable via svn (better than github: you don't have to be open source to use the full version for free on your own server! No fee! LOL) check the vicidial wiki for svn code download usage.
there are also script files in /var/lib/asterisk/agi-bin
and /etc/asterisk
and a configuration file in /etc/astguiclient.conf
but it would be easier to use /usr/src/astguiclient/VERSION to find the install.pl file which is the script that "puts" all the files where they belong (that will definitely let you know you have all of them, as it is the master control of where they go)
ALL files are contained in /usr/src/astguiclient/VERSION before install.pl "distributes" them to their various locations.
handy:
- Code: Select all
cd /usr/src/astguiclient/trunk
svn info
also be aware that there are documents in /usr/src/astguiclient/VERSION/docs and timed processes running in crontab -e for root and the Vicidial service which starts several applications (not the least of which being several screens that are required to be running their scripts for the system to function!).
Happy Hunting

Thanks, by the way, for posting your specs!