Page 1 of 1

Vicibox Redux v.0.1.8 Release

PostPosted: Fri Apr 23, 2010 6:31 pm
by Kumba
New version can be found here:

http://download.vicidial.com/iso/vicibo ... -0.1.8.iso
http://download.vicidial.com/iso/vicibo ... -0.1.8.md5

What this fixes:
- A buggy repository hanging up the install
- Using ViciDial 2.2.0-rc8 for stable code
- Using ViciDial SVN Trunk v.2.4-250 Build 100420-1010 for Snapshot
- Corrected a WanPipe file location issue during install


Download, install, see if there are problems and let me know. Thanks.

Once we reach a stable version of this I will be going back and adding some other useful stuff to this like the ability to re-run vicibox-install without editing the file. This should be about the culmination of this version resulting in v.0.2.0 being released. From there on this version will receive security and minor bug fixes only.

After that I will begin work on an OpenSuSE v.11.2 based ViciBox Redux (1.X series). The merits of OpenSuSE v.11.2 can be found on their website at http://opensuse.org.

PostPosted: Tue Apr 27, 2010 6:22 am
by Trying
Hi Kumba

Is VTiger included or are there any plans including it?

PostPosted: Tue Apr 27, 2010 3:26 pm
by Kumba
I can bundle VTiger with the ISO if there is a demand for it.

PostPosted: Tue Apr 27, 2010 4:18 pm
by mflorell
I would like to see Vtiger 5.1.0 bundled with vicibox :)

PostPosted: Wed Apr 28, 2010 2:51 am
by Trying
Definitely a demand! :D

2 errors with vicibox redux 0.1.8

PostPosted: Wed Apr 28, 2010 7:04 am
by Michael_N
How to solve?

problem connecting to "localhost", port 5038: Connection refused at
/usr/share/astguiclient/AST_vm_update.pl line 174


problem connecting to "localhost", port 5038: Connection refused at /usr/share/astguiclient/AST_conf_update.pl line 239

PostPosted: Wed Apr 28, 2010 2:11 pm
by Kumba
That means that it could not connect to the MySQL server. Why it could not connect I do not know.

Was there anything else other then that?

PostPosted: Wed Apr 28, 2010 4:59 pm
by mflorell
That's "could not connect to the Asterisk manager port" actually, not MySQL.

That means either manager.conf is not set properly or Asterisk is not running.

PostPosted: Wed Apr 28, 2010 10:13 pm
by Kumba
Man, I don't know who this mflorell guy is but he sure is pushy.

You probably need to reboot after doing the full install to make sure everything comes up cleanly and properly. Otherwise run the following:

"chkconfig vicidial on"

"/etc/init.d/vicidial start"

That should make the script executable at boot, and then start vicidial processes.

On a side note I am adding VTiger to the next release of ViciBox Redux (0.1.9) and should hopefully have that pushed out sometime over the weekend (or sooner).

PostPosted: Thu Apr 29, 2010 6:33 am
by Trying
Excellent news, thanks Kumba!!

mysql error on clean install of vicibox 0.1.8

PostPosted: Thu Apr 29, 2010 7:42 pm
by Michael_N
How to solve this?

DBD::mysql::st execute failed: MySQL server has gone away at /usr/share/astguiclient/AST_manager_kill_hung_congested.pl line 239.
executing: SELECT channel FROM live_sip_channels where server_ip = '10.27.98.3' and extension = 'CONGEST' and channel LIKE "Local%" limit 99 MySQL server has gone away at /usr/share/astguiclient/AST_manager_kill_hung_congested.pl line 239.

PostPosted: Thu Apr 29, 2010 10:44 pm
by Kumba
The only thing I can find is here:

http://dev.mysql.com/doc/refman/5.0/en/gone-away.html


Did you change IP's or something in the process?