Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: SARK devs on August 28, 2009, 01:04:28 PM

Title: 2.2.4-13 and 2.3.2-15
Post by: SARK devs on August 28, 2009, 01:04:28 PM
Couple of biggish releases this week.  Functionally identical but 2.2.4 is Zaptel and 2.3.2 is DAHDI. 

Fixed the autofax detection routines and it seems to test OK.
Added internal support for SARK Hot Desk...  btw if anyone would like to beta test hot desk then drop us a line at admin@aelintra.com and we'll ship you out the rpm.
Removed all of the pipe delimters from the generated extensions.conf code in preparation for Asterisk 1.6.

And..  You'll see a new panel called "Tool Tip Edit".  In these releases we've introduced "hover over" tool tip help.  It's initially only in Globals panel but you'll get a feel for how it works and what it does.  Just hover your mouse over any of the data headings in the main panel and you'll see the bubble help pop up.    It's also fully customizable.  You can use the Tool Tip Edit panel to change not only the help text but also all of the data headings as well.  So its not just a help system but also cheap and cheerful way to code non-english language support. 

Any changes you make will survive later updates. so you can do as you like.  Also, your changes are kept in a separate database so you can move them around between systems. We'll put up a section in the wiki shortly to show you exactly how it all fits together.


Best

S   
   
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: soprom on August 31, 2009, 11:27:02 PM
Hey! Thanks for this new version... "hover over" is kewl! Hope to see more of it (mainly in extensions).

Title: Re: 2.2.4-13 and 2.3.2-15
Post by: gippsweb on September 01, 2009, 03:09:59 AM
Just tried installing 2.3.2-15 and I'm getting an unmet dependency for perl-File-Readbackwards.

cheers

mark.

Ignore this just read the wiki updates....
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: gippsweb on September 01, 2009, 03:31:42 AM
Ok, got the update going, but it seems that I've gained a few extensions in the operator panel...
http://gippsweb.com/op.png

Is there something you're not telling uo Jeff??

It also changed my Dahdi ext from 5000 to 4001
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: Teviot on September 01, 2009, 03:58:11 AM
Hi Guys & S

I noticed the file http://sarkpbx.com/sail/sail-2.2.4/perl-File-ReadBackwards-1.04-1.2.el4.rf.noarch.rpm and from the previous post by gippsweb, I felt I should find out about this file. 

Unfortunately my searching has come up blank.  Can someone point me in the right direction to find out about this file and what it does?
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: gippsweb on September 01, 2009, 04:58:06 AM
http://www.perlhowto.com/reading_a_file_backwards
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: Teviot on September 01, 2009, 07:55:42 AM
Thanks Gippswebb

Now that I know what the file does, what is the need for it with regards to SAIL?
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: gippsweb on September 01, 2009, 08:33:12 AM
That'd be one for Jeff to answer, but my guess would be either something to do with the tool tips or in prep for 1.6
Title: Re: 2.2.4-13 and 2.3.2-15
Post by: SARK devs on September 01, 2009, 10:20:34 PM
Quote
Hey! Thanks for this new version... "hover over" is kewl! Hope to see more of it (mainly in extensions).

The next out has completely "soft" screens... All phrases, messages and headings are driven from the database.  So yes, Sophie, you can have a Quebecois version of SARK... You'll have to add the phrases yourself but it shouldn't take more than a few hours (and because they go into their own database, once you've done it you can just keep it on your USB stick and copy it onto each new system you install).  Here is a shot of the "soft" extensions panel running on one of our test rigs....

http://sarkpbx.com/loadable_images/softexten.jpg

All of the text you see on the screen can be freely changed (including the button text).

Quote
I noticed the file http://sarkpbx.com/sail/sail-2.2.4/perl-File-ReadBackwards-1.04-1.2.el4.rf.noarch.rpm and from the previous post by gippsweb, I felt I should find out about this file.
Unfortunately my searching has come up blank.  Can someone point me in the right direction to find out about this file and what it does?

We use it to read backwards up the queuelog file.  It is part of the Perl-File suite of subroutines.  You can read about it on CPAN if you're interested.  We put the rpm up alongside the 2.2.4 and 2.3.2 rpms.

Quote
It also changed my Dahdi ext from 5000 to 4001
   

yup it will do that...  Just make sure you do a commit before you run the sniffer.  If you've already got it then just manually change the Dahdi extension number

Commit gets rid of the Ghost FOP image (which is I think, an old test PBX image from here).

Best

Jeff