Page 1 of 1

Vicibox v.4.0.3 released

PostPosted: Mon Sep 24, 2012 3:31 pm
by Kumba

Re: Vicibox v.4.0.0 released

PostPosted: Mon Sep 24, 2012 4:32 pm
by bryan.kewl
great..

btw can you kindly post what are the major changes compared with Vicibox 3.1.14

some of the changes I know are
OpenSUSE 11.3 => OpenSUSE 12.1
dahdi 2.4 => dahdi 2.6.0.1

Re: Vicibox v.4.0.0 released

PostPosted: Mon Sep 24, 2012 4:47 pm
by Kumba
That's all pretty much documented here: viewtopic.php?f=8&t=25832

Re: Vicibox v.4.0.0 released

PostPosted: Tue Sep 25, 2012 1:43 pm
by bryan.kewl
installed it on a server, now configuring it. will use it with ~5 agents tomorrow to test it

Re: Vicibox v.4.0.0 released

PostPosted: Thu Sep 27, 2012 11:44 pm
by JCSANHUEZA
Excelente trabajo muchachos!!!!

Vamos a darle una mirada!!!

Re: Vicibox v.4.0.0 released

PostPosted: Fri Sep 28, 2012 5:02 am
by Kumba
You are welcome. De Nada.

Re: Vicibox v.4.0.1 released

PostPosted: Fri Sep 28, 2012 3:58 pm
by Kumba
ViciBox v.4.0.1 includes the following fixes and enhancements:

- Archive SQL insert bug from where I forgot a parenthesis: viewtopic.php?f=8&t=25948
- Cleaned up some package inconsistencies between 32-bit and 64-bit
- Upgraded Zoiper Web to v.2.8 build 15810

Re: Vicibox v.4.0.1 released

PostPosted: Tue Oct 02, 2012 4:06 am
by phil_discount
hi everybody

I've got running 5x vicibox redux 3.0.5 cluster running super stable, won't to change anything.
now i've got a new 6th server which needs opensuse 12.1 because of some driver problems.

should i install vicibox redux 3.0.5 and upgrade from opensuse 11.3 to 12.1 (possible)
or
should i install vicibox v.4.x and just copy the web directory / extensions / agi scripts / from my old 3.0.5 version to the new vicibox v4?

thanks for help and regards
philip

Re: Vicibox v.4.0.1 released

PostPosted: Tue Oct 02, 2012 2:32 pm
by Kumba
Please create a new post with your particular question. This helps others find it when they need it.

Re: Vicibox v.4.0.1 released

PostPosted: Mon Oct 08, 2012 3:50 pm
by williamconley
Multi-Server installation has the cool new phpMyAdmin ... but if Apache isn't installed on the DB server it cannot connect (as it is looking for localhost ... on the Web server which doesn't even have mysql installed).

However, if you make a simple change in config.inc.php of each Web server (host= mysql server local ip), it works like a charm. And the new phpMyAdmin is impressive.

Although it would be necessary to modify/create a root or full access user to have "full" functionality from the IP of the web server, cron can still manage well enough.

Re: Vicibox v.4.0.1 released

PostPosted: Tue Nov 20, 2012 2:30 pm
by Trying
Kumba

Is the DB slave server setup included in this distro?

Re: Vicibox v.4.0.1 released

PostPosted: Tue Nov 20, 2012 10:24 pm
by williamconley
Boy, you just want everything, don't you? LOL (Of course, I'm a bit curious myself ...)

Re: Vicibox v.4.0.1 released

PostPosted: Wed Nov 21, 2012 2:10 am
by Trying
LOL! Our DB server crashed so I thought this would be the perfect time to set up a slave server as well.

Re: Vicibox v.4.0.1 released

PostPosted: Wed Nov 21, 2012 8:27 pm
by williamconley
I think the perfect time would have been a few weeks ago ... ;)

Re: Vicibox v.4.0.1 released

PostPosted: Mon Jan 07, 2013 8:58 am
by Mcsoul
Guys just want to be sure the 4.0.1 version comes with a Q.C system and is it advisable to upgrade from it

Re: Vicibox v.4.0.1 released

PostPosted: Mon Jan 07, 2013 2:00 pm
by williamconley
4.0.1 does not. But the latest SVN does, and if you request the latest SVN during installation of 4.0.1 it will install the SVN version from the internet instead of the version on the .iso directly. So 4.0.1 CAN install the latest Vicidial with QC if you request it.

However, if you already have Vicidial installed, you can upgrade to the latest SVN version of Vicidial by using the SVN:HowTo instructions in the Vicidial Wiki (link at the top of this page).

Re: Vicibox v.4.0.2 released

PostPosted: Thu Jan 17, 2013 4:02 pm
by Kumba
Just release v.4.0.2. It includes the following fixes and patches:

- ViciBox Redux v.4.0.2 released
* Corrected SQL statement for archive servers in vicibox-install.pl
* Corrected SVN trunk location in 32-bit installers
* Added PERL modules required for new EMail functionality
* SVN revision 1915, Admin v.2.6-392a Build 130102-1135

Re: Vicibox v.4.0.2 released

PostPosted: Thu Jan 17, 2013 4:11 pm
by Trying
Awesome! Any news with the MySql slave setup?

Re: Vicibox v.4.0.2 released

PostPosted: Thu Jan 17, 2013 4:31 pm
by Kumba
Trying wrote:Awesome! Any news with the MySql slave setup?


The slave setup functionality should already be in the installer for both Legacy and 4.0+ clusters. It probably needs more real-world testing done on it but the code to perform the slave setup is there.

Re: Vicibox v.4.0.2 released

PostPosted: Fri Jan 18, 2013 12:03 pm
by skshabbir
does it fix this error during the archive server install?

Code: Select all
redirecting to systemctl
insserv: Note: sysvinit service apache2 is shadowed by systemd apache2.service,
Forwarding request to '/bin/systemctl --root / enable apache2.service'.
insserv: Forward service request to systemctl returned error status : 256
redirecting to systemctl
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /usr/local/bin/vicibox-install line 443, <STDIN> line 13.
/tmp/rootcron: No such file or directory

Re: Vicibox v.4.0.2 released

PostPosted: Fri Jan 18, 2013 3:25 pm
by Kumba
skshabbir wrote:does it fix this error during the archive server install?

Code: Select all
redirecting to systemctl
insserv: Note: sysvinit service apache2 is shadowed by systemd apache2.service,
Forwarding request to '/bin/systemctl --root / enable apache2.service'.
insserv: Forward service request to systemctl returned error status : 256
redirecting to systemctl
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /usr/local/bin/vicibox-install line 443, <STDIN> line 13.
/tmp/rootcron: No such file or directory


The only error is the SQL statement for the archive server in what you posted. And yes, that was listed on my corrections for v.4.0.2.

Re: Vicibox v.4.0.2 released

PostPosted: Fri Jan 25, 2013 7:20 am
by DomeDan
A little problem when not using a local ip-adress
Loading GMT and Phone Codes...
sed: no input files

Seeding the audio store, this may take a while...

Settings:
Code: Select all
Local IP address not found! Please enter the IP address to use for ViciDial on this machine
Local IP Address : X.X.X.49

...

---  ViciBox v.4.0 Install Summary  ---

Expert   : Yes
Legacy   : No
Database : Yes
Web      : Yes
Redirect : Yes
PMA      : Yes
Telephony: Yes
Archive  : No
Firewall : Disabled

---  Configuration Information  ---
-  Database  -
SVN Rev  : 1926
IP Addr  : X.X.X.49
Name     : asterisk
User     : cron
Password : 1234
Cust User: custom
Cust Pass: custom1234
Port     : 3306


the file /etc/asterisk/sip.conf is not specified in the sed-command

the fix: (vicibox-install build 120928-1118)
Code: Select all
--- /usr/local/bin/vicibox-install   2013-01-17 22:00:47.000000000 +0100
+++ vicibox-install   2013-01-25 12:14:42.463872268 +0100
@@ -547,7 +547,7 @@
    
    # Modify sip.conf for our external IP
    if ($TEL==1 && $extip ne 'X') {
-      system("/usr/bin/sed -i 's/;externip = 192.168.1.1/externip = $extip/'");
+      system("/usr/bin/sed -i 's/;externip = 192.168.1.1/externip = $extip/' /etc/asterisk/sip.conf");
    }
    
    # Populate audio store

Re: Vicibox v.4.0.2 released

PostPosted: Fri Jan 25, 2013 10:13 am
by williamconley
DomeDan: If you have not already, please post that DIFF in the Vicidial Issue Tracker (link at top of the page). And post a link back here. :)

Good work.

Re: Vicibox v.4.0.2 released

PostPosted: Fri Jan 25, 2013 11:31 am
by Kumba
I've added the fix. Will be releasing 4.0.3 soon

Re: Vicibox v.4.0.2 released

PostPosted: Mon Jan 28, 2013 7:13 am
by DomeDan
William: yeah, were thinking it was such a small change that the post would be enough :)
but I should probably have made a new topic instead if that's what Kumba meant with this:
"Please start a new post for any bugs or issues as this one will be used just to announce new version releases and changes."

Re: Vicibox v.4.0.2 released

PostPosted: Mon Jan 28, 2013 7:32 pm
by williamconley
Actually, I was just remarking that with such a simple change, posting the DIFF through the regular channels could seriously speed up the process. Remember that making it as easy as possible for The Vicidial Group to apply changes is the best way to get them done quickly. Following their "standard routine" helps in this. And let's be real, creating a DIFF could be considered "slightly" difficult/involved. But posting that diff to the Issue Tracker is a mere 5 minute inconvenience with very little mental involvement. The reward being it just "pops up" in their worklist ...

Re: Vicibox v.4.0.3 released

PostPosted: Wed Feb 06, 2013 4:50 pm
by Kumba
Sorry for the delay. January is always a busy month with conferences and everything else going on.

Just released v.4.0.3. It includes the following fixes and patches:

- ViciBox Redux v.4.0.3 released
* Fixed a sed statement for sip.conf
* Fixed viciarchive.conf location on 64-bit OS
* Added more PERL modules for additional email functionality
* Corrected vicibox-install.pl to not do vicibox table inserts if in legacy mode
* Added EMail inbound parser to crontab for the database role
* SVN revision 1930, Admin v.2.6-393a Build 130124-1721


Also started an official ViciBox v.4.0 Patch thread here for upgrading and patches from older v.4.0 installs:
viewtopic.php?f=8&t=26961

As far as patches/diffs/code go for ViciBox i'm not too picky. If you put it in Mantis then it can be referenced there. I've taken code and bug fix submissions from the open forum (such as the included sip.conf sed fix) as well as from private message. I would like to suggest that an open thread diagnosing the correcting the problem be done on the forum, and that the final fix be submitted to Mantis that way everyone gets the benefit of what was done.

Re: Vicibox v.4.0.3 released

PostPosted: Fri Feb 08, 2013 12:57 am
by tarundas
Do you have any torrent link for this release?

Re: Vicibox v.4.0.3 released

PostPosted: Fri Feb 08, 2013 5:45 pm
by williamconley
Nope, but you are certainly welcome to create one.

Re: Vicibox v.4.0.3 released

PostPosted: Tue Jul 16, 2013 7:25 am
by DomeDan
Here's the torrents

ViciBox.i686-4.0.3: http://linuxtracker.org/index.php?page= ... e4e1907051
ViciBox.i686-4.0.3.preload: http://linuxtracker.org/index.php?page= ... 20255ab9ba
ViciBox.x86_64-4.0.3: http://linuxtracker.org/index.php?page= ... 7af244b653
ViciBox.x86_64-4.0.3.preload: http://linuxtracker.org/index.php?page= ... e6f973a949

ViciBox.i686-4.0.2: http://linuxtracker.org/index.php?page= ... f78d284bc7
ViciBox.i686-4.0.2.preload: http://linuxtracker.org/index.php?page= ... f95b864776
ViciBox.x86_64-4.0.2: http://linuxtracker.org/index.php?page= ... 08ff76a4fb
ViciBox.x86_64-4.0.2.preload: http://linuxtracker.org/index.php?page= ... bd3ac3dff1

(Your message contains too many URLs. The maximum number of URLs allowed is 10.)

Re: Vicibox v.4.0.3 released

PostPosted: Fri Jul 19, 2013 7:18 am
by DomeDan