http://wiki.vicidial.org/index.php/SVN: ... ibox_ReduxSummary:
Upgrade the CODE first. In a Vicibox system this is stored in /usr/src/astguiclient/trunk
Executing "svn up" in that folder in a Vicibox system will get you the latest Vicidial code ready for installation. Then you read the UPGRADE document in that same folder (which was just upgraded ...) and follow the instructions.
Unfortunately, you're in Goautodial which his limited/incremental upgrade capabilities. You can upgrade to a later Goautodial, but you do not have the flexibility to pick and choose which Vicidial version you upgrade to outside that upgrade path without breaking the Goautodial screens. Of course, if you don't care about the goautodial screens, you can feel free to upgrade the Vicidial software and use the Vicidial screens that have NOT been modified to say "Goautodial" and you'll probably be just fine.
Note that since you likely don't have the svn folder (/usr/src/astguiclient/trunk), you'll need to GET that folder instead of UPGRADING that folder. The command for that is:
- Code: Select all
mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
The UPGRADE document still applies! Always read it.