cleanup of extras
git-svn-id: svn://192.168.202.10@17 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -399,7 +399,7 @@ the time is the same on our client computers and our servers.
|
||||
6. Go to http://www.ntp.org/ and download the ntpd package
|
||||
- to install this directly on the command line type:
|
||||
- cd /usr/local
|
||||
- wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-stable-4.2.0a-20060224.tar.gz
|
||||
- wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.2.tar.gz
|
||||
If you get compilation errors here try 4.1.2:
|
||||
- wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.1.2.tar.gz
|
||||
- gunzip ntp-stable-4.2.0a-20060224.tar.gz
|
||||
@@ -500,9 +500,9 @@ NOTE: a minimum of MySQL 4.0.X is required
|
||||
- cd mysql-4.0.27
|
||||
- groupadd mysql
|
||||
- useradd -g mysql mysql
|
||||
- "./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes"
|
||||
- "./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes --with-readline"
|
||||
If only MySQL client is needed for DBD::mysql then use this:
|
||||
- "./configure --prefix=/usr/local/mysql --without-server --enable-shared=yes"
|
||||
- "./configure --prefix=/usr/local/mysql --without-server --enable-shared=yes --with-readline"
|
||||
- make
|
||||
- make install
|
||||
- scripts/mysql_install_db
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
+------------------------------------------------------------------------------+
|
||||
| Asterisk GUI client - TODO v.1.1.14 |
|
||||
| Asterisk GUI client - TODO v.2.0.1 |
|
||||
| |
|
||||
| TODO file is a list of what is new from previous version as well a list of |
|
||||
| features that are planned to be completed for future releases. HIGH priority |
|
||||
@@ -23,10 +23,20 @@
|
||||
|
||||
- HIGH room manager documentation - manual. Probably a free 2 chapter black and white manual and a full color print download available for sale.
|
||||
|
||||
- HIGH fix lead recycling so that it will allow recycling of non-selectable leads
|
||||
|
||||
- HIGH change minimum phone_number length in leadloader to 7 digits and note in documentation that country code is needed in phone_code field fro proper GMT coding.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- MEDIUM add checkbox options for campaigns(Art Tarsha new feature) needs to be modified to be multi-campaign compliant: http://www.eflo.net/files/customer_checkboxes.zip
|
||||
|
||||
- MEDIUM Add auto dial next number option to manual dialing in vicidial.php. With preview enabled this would allow for a preview timeout and would auto dial if the STOP DIALING checkbox was not checked on the dispo screen.
|
||||
|
||||
- MEDIUM Try converting the call_log and/or VD_hangup scripts to FastAGI and see what the load difference would be.
|
||||
|
||||
- MEDIUM Add buttons and selector box to script modification page to allow for insertion of field codes without having to manually type them.
|
||||
|
||||
- MEDIUM Rewrite the inbound and closer call handling to allow for music on hold per in-group and a single queue app instead of multiple AGIs each running their own queries. Currently with large queues and long wait times a lot of load is generated with calls on hold in the queue. Switching to a central queue application would reduce the load and speed things up.
|
||||
|
||||
Reference in New Issue
Block a user