Page 1 of 1

upgrade on goautodial

PostPosted: Fri Apr 06, 2012 8:53 pm
by noworldorder
Is the upgrade process on goautodial the same as for Vicidial i.e. this one?:

http://www.vicidial.org/VICIDIALforum/v ... hp?t=16326

I set up a survey campagin in vicibox. I am now trying to d othe same for a friend that is using goautodial. It seems that CALLMENU is not an option in goautodial.

when I go to CAMPAIGN --> DETAILS --> SURVEY --> Survey Method

There is no CALLMENU option in the drop down box like there is in vicibox

I would hope that if I upgrade this feature will be present.

PostPosted: Sat Apr 07, 2012 12:02 am
by rrb555
it would be help if you could give the exact GoAutodial installer,version and build.

I am not sure if it is the same with Vicibox. but there is a guide made by GoAutodial team if you upgrade from 2.0 to 2.1 version

PostPosted: Sat Apr 07, 2012 2:48 am
by noworldorder
it is 2.1
VERSION: 2.4-309a
BUILD: 110430-1642

I am not sure if an upgrade will give me the features I need (the call menu feature for surveys and irv report logging) as this was available years ago so I would have expected it would be on this version

PostPosted: Tue Apr 10, 2012 5:22 pm
by gardo
You can safely follow the Vicidial SVN upgrade HOWTO. This will update the Vicidial software in your GoAutoDial system to the latest SVN version. As a side note, you won't be able to use the default agent UI that comes with GoAutoDial.

PostPosted: Tue Apr 10, 2012 6:17 pm
by noworldorder
thanks gardo.

Do you thing that upgrading the trunk would provide the following features that are not in the current version of goautodial:

1. call menu option for surveys campaigns
2. irv report logging

PostPosted: Wed Apr 11, 2012 6:13 pm
by gardo
Yes. If those features are available in the latest SVN trunk then you can get them by upgrading Vicidial.

Re: upgrade on goautodial

PostPosted: Mon Apr 23, 2012 8:44 pm
by noworldorder
I tried upgrading the trunk but it didn't work. Still VERSION: 2.4-309a

It seemed to work on the CLI but no change. I tried doing this step:

cd /usr/src/astguiclient/trunk
mysql
use asterisk
\. /usr/src/astguiclient/trunk/extras/upgrade_2.4.sql
quit

but cd /usr/src/astguiclient/trunk is the wrong path in goautodial. Any ideas?

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 2:14 pm
by noworldorder
has anyone successfully upgraded goautodial using the vicidial protocall? It has not worked for me as stated in the above post. Would love to get this resolved...

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 6:48 pm
by rrb555
I have experienced upgrading one test server of mine to the latest svn trunk

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 7:18 pm
by noworldorder
Hmm... Well I followed the standard vicidial uprgade proceedure and it did not work.

I tried doing this step:

cd /usr/src/astguiclient/trunk
mysql
use asterisk
\. /usr/src/astguiclient/trunk/extras/upgrade_2.4.sql
quit

but cd /usr/src/astguiclient/trunk is the wrong path in goautodial.

I then made a trunk folder in usr/src/astguiclient and did the upgrade again with no luck.

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 7:23 pm
by rrb555
are u able to download the latest svn trunk?


Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 7:30 pm
by noworldorder
yes - when I made ta trunk folder in usr/src/astguiclient it downloaded. But when I look in the trunk folder nothing is there (is this normal?)

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 7:36 pm
by rrb555
no, there's should be a lot of files there (i.e install.pl, version, extras)

Re: upgrade on goautodial

PostPosted: Tue Apr 24, 2012 7:56 pm
by noworldorder
so why did it work for you and not for me??? You know what... I did an MYSQL restore before the upgrade. Could that have messed things up?

Re: upgrade on goautodial

PostPosted: Mon May 21, 2012 1:28 pm
by cyberchoy123
did you backup using the ADMIN_backup.pl and restore using

mysql -u #username# -p #database# < #dump_file#

Thanks