update of UPGRADE doc and Greek LANG_www and translation files
git-svn-id: svn://192.168.202.10@430 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+21
-11
@@ -4,7 +4,18 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
|
||||
|
||||
########## UPGRADING FROM 2.0.1 TO 2.0.2 ##########
|
||||
|
||||
1. upgrade the MySQL Asterisk database:
|
||||
1. install new files:
|
||||
perl ./install.pl
|
||||
NOTES: If you have customized any scripts in the bin or agi folders,
|
||||
then make sure you back them up before running the install.pl script.
|
||||
This script will replace existing files in the astguiclient installation.
|
||||
|
||||
/etc/astguiclient.conf has new variables for new functionality including:
|
||||
- new ADMIN_keepalive_ALL process settings
|
||||
- FastAGI_log server settings
|
||||
and comments are added to the astguiclient.conf file
|
||||
|
||||
2. upgrade the MySQL asterisk database:
|
||||
mysql
|
||||
use asterisk
|
||||
\. /path/from/root/extras/upgrade_2.0.2.sql
|
||||
@@ -15,38 +26,37 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
|
||||
Another addition on this topic is the addition of USA zipcode
|
||||
GMT offset list that allows for more accurate timezone lookups.
|
||||
|
||||
2. The astguiclient web directory has been removed and the
|
||||
3. The astguiclient web directory has been removed and the
|
||||
astguiclient/admin.php functions have been merged into the
|
||||
vicidial/admin.php page
|
||||
|
||||
3. You can now define trunks for use only by specific campaigns. See the help
|
||||
4. You can now define trunks for use only by specific campaigns. See the help
|
||||
in the vicidial/admin.php server modification page under the
|
||||
VICIDIAL SERVER TRUNKS section.
|
||||
|
||||
4. Agents now have the ability to control volume levels for any call in their
|
||||
5. Agents now have the ability to control volume levels for any call in their
|
||||
meetme room directly from the vicidial.php page. This only works on
|
||||
Asterisk 1.2.7.1, 1.2.12.1 or SVN_1.2 and the meetmeadmin_volume_control.patch
|
||||
Asterisk 1.2.7.1, 1.2.12.1, 1.2.13 or SVN_1.2 and the meetmeadmin_volume_control.patch
|
||||
patch must be applied as described in the SCRATCH_INSTALL. Also, a few
|
||||
lines must be added to the extensions.conf for this to work:
|
||||
(_X48600XXX, _X38600XXX, 8300 [see extensions.conf.sample])
|
||||
(_X48600XXX, _X38600XXX, 8300 [see docs/conf_examples/extensions.conf.sample])
|
||||
|
||||
5. Multiple ADMIN_keepalive scripts have been replaced with a single script
|
||||
6. Multiple ADMIN_keepalive scripts have been replaced with a single script
|
||||
ADMIN_keepalive_ALL.pl
|
||||
Remove all other ADMIN keepalive entries in your crontab and replace
|
||||
with this one:
|
||||
### keepalive script for astguiclient processes
|
||||
* * * * * /usr/share/astguiclient/ADMIN_keepalive_ALL.pl
|
||||
|
||||
6. /etc/astguiclient.conf has new variables for new functionality including:
|
||||
- new ADMIN_keepalive_ALL process settings
|
||||
- FastAGI_log server settings
|
||||
and comments are added to the astguiclient.conf file
|
||||
NOTE: the scripts to be kept alive are to be defined in the astguiclient.conf file
|
||||
|
||||
7. Experimental FastAGI replacement for call_log and VD_hangup AGI scripts:
|
||||
FastAGI_log.pl - requires cpan module Net::Server to run
|
||||
If you want to use it, read the comments at the top of the script
|
||||
Look at the docs/conf_examples/extensions.conf.sample file for examples
|
||||
of how to use this new feature in your dialplan
|
||||
- cpan
|
||||
- install Net::Server
|
||||
|
||||
8. Fix for unregistered SIP trunks (thanks to Chris Doyle):
|
||||
look at the bottom of the docs/conf_examples/extensions.conf.sample
|
||||
|
||||
Reference in New Issue
Block a user