Valid question!
I don't think there's a sticky specifying exactly how you can get all this, but I post it all the time for specific pieces of this puzzle, so here it is all at once:
Vicibox X.X from .iso |
This would be in the file name of the .iso image you downloaded (whether ViciBox, VicidialNOW or any OS's install .iso)
If you use something OTHER than ViciBox or VicidialNOW, it is recommended to list the OS name (site you downloaded it from is usually it) and the kernel which installed.
If you installed with ViciBox 3.0 or after, it will appear each time you log in via ssh.
To get your Kernel:
- Code: Select all
uname -r
Often to get your OS name (not foolproof):
- Code: Select all
cat /etc/*version
cat /etc/*release
Vicidial X.X.X Build XXXX |
Bottom right corner of virtually every admin page in VICIdial
Asterisk X.X.X |
- Code: Select all
asterisk -R
The next three items you SHOULD know as the administrator of your system(s), but I leave room for the freshly arrived administrator who just "stepped into the fray", as it were:
Single Server |
Admin->Servers (how many?)
No Digium/Sangoma Hardware |
- Code: Select all
lsmod | grep dummy
If the dummy module is in use, you likely have no hardware.
If you DO have hardware, it is recommended to list the actual model number, not just the "module it loads" and the manufacturer (watching out for "knockoffs" that imply they are digium in some fashion)
No Extra Software After Installation |
OK, here I can't help as much, but as a rule if you look in your web root (/var/www/ or /srv/www/htdocs/) you may find hints of what ELSE may be installed. Many .isos for VICIdial also install vtigercrm and/or phpMyAdmin. agc, astguiclient, and vicidial folders are expected as parts of VICIdial itself.
____________
I think it would be a good thing if anyone were to completely reproduce this with any additions that may "complete" it and eventually make it a sticky (although there may be one already which I overlooked).