Page 1 of 1

Certain SVN Version Needed, How to?

PostPosted: Mon Jan 07, 2019 6:19 am
by albertgacute
Hello,

I am trying to search the forums on how to install a vicidial from scratch that will install a build, Vicidial VERSION: 2.12-549a BUILD: 160404-0940 but cannot find one.

I was able to install a certain asterisk version but i need the vicidial version so i can try and transfer an existing database on a new server. Thank you

asterisk-1.8.23.0-vici | Vicidial VERSION: 2.12-549a BUILD: 160404-0940

Re: Certain SVN Version Needed, How to?

PostPosted: Tue Jan 08, 2019 2:41 pm
by mflorell
That version is over 2 years old and has known bugs and security exploits in it, so we do not recommend using it.

That said, you can check out any revision you want from the public svn server. I would recommend downloading an SVN viewer like RapidSVN to more easily browse the files and svn logs to find the version you want:
https://rapidsvn.org/
http://wiki.vicidial.org/doku.php?id=svn

Re: Certain SVN Version Needed, How to?

PostPosted: Tue Jan 08, 2019 3:23 pm
by frequency
or just simply install the server via vicibox-install --debug during which you can select your own svn revision.

Re: Certain SVN Version Needed, How to?

PostPosted: Tue Jan 08, 2019 3:49 pm
by williamconley
albertgacute wrote:Hello,

I am trying to search the forums on how to install a vicidial from scratch that will install a build, Vicidial VERSION: 2.12-549a BUILD: 160404-0940 but cannot find one.

I was able to install a certain asterisk version but i need the vicidial version so i can try and transfer an existing database on a new server. Thank you

asterisk-1.8.23.0-vici | Vicidial VERSION: 2.12-549a BUILD: 160404-0940


1) Use an older .iso installer to get the proper version of asterisk (from http://download.vicidial.com/iso/vicibo ... r/archive/ ) and modify the svn trunk folder before installing vicibox using standard svn commands (see mflorell's link to the wiki instructions specific to vicidial).

This will give you a stock Vicibox install with a proper environment without having to reinvent the wheel. Right now. Takes a couple hours max if you have to start over a couple times.

2) OR (recommended) Install the Latest Vicibox and upgrade your DB to match. This way you'll have the latest greatest code and all your data and avoid that wheel invention routine at the same time. Upgrade instructions are in /usr/src/astguiclient/trunk/UPGRADE. Full install. Verify the dialer works in autodial mode. Then back it up. Then restore the old DB and run the upgrade sql scripts. Then run the IP update script. Then restore the system settings/server settings by copying the original tables from the fresh install or by modifying the necessary values in admin->System Settings and admin->Servers. Be sure to check all the "rebuild" options in admin->servers when you're in there. Then reboot and you should be fully operational.

Happy Hunting 8-)