Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: compsos on February 12, 2012, 05:22:45 AM

Title: Is there a new FOP?
Post by: compsos on February 12, 2012, 05:22:45 AM
Hi S
I see in the latest sail rpms references to fop and there is a copy of cdr under /opt/sark/stat/asterisk-stat-v2. Is this operational yet or do we need to make some apache adjustments to test it?

So far asterisk18-1.8.7.0-2_centos5, smesailenv-1.0.0-28 and sail-3.1.0-145 are all working well. Thank you.

Title: Re: Is there a new FOP?
Post by: SARK devs on February 26, 2012, 12:00:51 PM
Good question

We had wanted to put CDR into the V3 iso but the new version was, at least last time I looked, a bit of a drama to install under EL5.  In the end, we modified the old V2 Stat and it is in sail-144 or 145 (can't remember which) .    It's also in the new iso which will go up shortly.

FOP also has a new version.  It is very nice and that is what our UK distributor uses on commercial installs.   It requires a licence fee (quite low) and we always run it on a separate server (it's a bit of a CPU Hog) so it isn't in the iso or the rpm I'm afraid.

Best

S

   
Title: Re: Is there a new FOP?
Post by: compsos on February 28, 2012, 09:24:00 AM
Thanks Jeff the CDR looks good. Not to worried about the FOP as not many used it.
Title: Re: Is there a new FOP?
Post by: del on March 16, 2012, 08:07:23 PM
Hi Selintra,

If I upgrade from my sail v128 to 145 will I get the CDR like it used to be? Can I access it by http://serverIP/cdr ?

Cheers,
Del
Title: Re: Is there a new FOP?
Post by: SARK devs on March 17, 2012, 11:50:54 AM
Quote
If I upgrade from my sail v128 to 145 will I get the CDR like it used to be?

yes - although it is better integrated into the menu system and uses SAIL's css 

Quote
Can I access it by http://serverIP/cdr

No, there is no separate entry point for it. 

Kind Regards

S
Title: Re: Is there a new FOP?
Post by: del on March 17, 2012, 07:58:31 PM
Hi Selintra,

Thanks again, if I want to upgrade to 145 do I need to unistall 128 first? Is there anything else I need to upgrade at the same time? I assume my DB will not be effected :smile: Funny thing is I've never done an update to SAIL, only ever installed from scratch, usually when I've messed up something :lol:

Kind regards,
Del
Title: Re: Is there a new FOP?
Post by: SARK devs on March 17, 2012, 08:23:56 PM
To upgrade to -145 you will need to install -145 and the latest release of smesailenv, which is -28

No need to remove anything but a good idea to back up the sail database before you begin - you will find it here

/opt/sark/db/sark.db

here's a way you might do it...

Code: [Select]
mkdir /home/software
cd /home/software
wget http://www.sailpbx.com/sail/sail-3.1/smesailenv-1.0.0-28.noarch.rpm
wget http://www.sailpbx.com/sail/sail-3.1/sail-3.1.0-145.noarch.rpm
yum localinstall *
signal-event post-upgrade
reboot

Kind Regards

S
Title: Re: Is there a new FOP?
Post by: del on March 17, 2012, 09:09:08 PM
Hi Selintra,

Thanks again for your help and advice. I'll give it a try.

Kind regards,
Del
Title: Re: Is there a new FOP?
Post by: groutley on March 21, 2012, 11:36:13 AM
Hi Sel.
  I'm confused..
running -145 and the latest release of smesailenv -28
but I seen no CDR anywhere ?
Title: Re: Is there a new FOP?
Post by: SARK devs on March 23, 2012, 10:10:24 PM
did you run post-upgrade and reboot?

S
Title: Re: Is there a new FOP?
Post by: groutley on March 25, 2012, 02:37:01 PM
did you run post-upgrade and reboot?

Well don't I feel silly !
I could have sworn I had done that, but after aplying the latest SME updates and running a post-upgrade and reboot,
CDR menu item is there !
 
Title: Re: Is there a new FOP?
Post by: SARK devs on March 26, 2012, 04:35:39 PM
Ah OK, all good. 

I was worried in case we'd missed something so thanks for letting me know.

S
Title: Re: Is there a new FOP?
Post by: groutley on March 28, 2012, 12:42:00 PM
I have to say.. I am loving having CDR back !

Thank you !!
Title: Re: Is there a new FOP?
Post by: SARK devs on March 28, 2012, 12:54:57 PM
Thanks! Appreciate the feedback.
wait 'till you see some of the stuff 3.2 can do! 

Best

S
Title: Re: Is there a new FOP?
Post by: del on March 30, 2012, 07:20:54 PM
To upgrade to -145 you will need to install -145 and the latest release of smesailenv, which is -28

No need to remove anything but a good idea to back up the sail database before you begin - you will find it here

/opt/sark/db/sark.db

here's a way you might do it...

Code: [Select]
mkdir /home/software
cd /home/software
wget http://www.sailpbx.com/sail/sail-3.1/smesailenv-1.0.0-28.noarch.rpm
wget http://www.sailpbx.com/sail/sail-3.1/sail-3.1.0-145.noarch.rpm
yum localinstall *
signal-event post-upgrade
reboot

Kind Regards

S

Tried this on my test server and everything seems great, thanks for all the hard work.

Kind regards,
Del