<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
  <title>Asterisell</title>
  <link>http://asterisell.profitoss.com</link>
  <description>&lt;p&gt;open source web application for rating, showing to customers, and billing Asterisk VoIP calls.&lt;/p&gt;</description>
  <language>en-us</language>
  <lastBuildDate>Sun, 08 Aug 2010 19:16:42 +0200</lastBuildDate>
  <generator>Rassmalog 12.0.1</generator>
    <item>
      <title>Asterisell 3.2.1 Stable Release</title>
      <link>http://asterisell.profitoss.com/2010-08-07-asterisell-3-2-1-stable-release.html</link>
      <guid>http://asterisell.profitoss.com/2010-08-07-asterisell-3-2-1-stable-release.html</guid>
      <pubDate>Sat, 07 Aug 2010 00:00:00 +0200</pubDate>
      <description>&lt;p&gt;The version can be now considered stable. Respect previous 3.2.0 version there are only improvements to the call reports format, and minor improvements to the scripts.&lt;/p&gt;
&lt;p&gt;The demo web site is updated with the new version.&lt;/p&gt;
&lt;p&gt;Respect 3.0.x version, this version requires &lt;a href=&quot;http://www.php.net/manual/en/image.installation.php&quot;&gt;GD support&lt;/a&gt; enabled inside &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;, that is the default in Linux. It is used inside the new call reports.&lt;/p&gt;
&lt;p&gt;In order to upgrade execute&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
git pull
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;then fix merge problems, and then&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
cd scripts
./update_db.sh
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;or if you already upgrading from a 3.2.x version, only&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
./configure.sh
&lt;/pre&gt;&lt;/p&gt;</description>


        <comments>mailto:&#109;&#97;&#115;&#115;&#105;&#109;&#111;&#46;&#122;&#97;&#110;&#105;&#98;&#111;&#110;&#105;&#64;&#112;&#114;&#111;&#102;&#105;&#116;&#111;&#115;&#115;&#46;&#99;&#111;&#109;?subject=Asterisell%203.2.1%20Stable%20Release&amp;body=http%3A%2F%2Fasterisell.profitoss.com%2F2010-08-07-asterisell-3-2-1-stable-release.html</comments>
    </item>
    <item>
      <title>Asterisell 3.2.0 is a Testing Release</title>
      <link>http://asterisell.profitoss.com/2010-08-06-asterisell-3-2-0-is-a-testing-release.html</link>
      <guid>http://asterisell.profitoss.com/2010-08-06-asterisell-3-2-0-is-a-testing-release.html</guid>
      <pubDate>Fri, 06 Aug 2010 00:00:00 +0200</pubDate>
      <description>&lt;h2&gt;3.2.0 Problems&lt;/h2&gt;
&lt;p&gt;Sorry, in reality the 3.2.0 release must be considered a testing release, and not a stable release.&lt;/p&gt;
&lt;p&gt;The database upgrade scripts were not perfect (also if there is no risk to loose data, and I have already fixed it) and the invoice reports inside the commercial version need some refinements. All other parts of the application are stable and production-ready.&lt;/p&gt;
&lt;p&gt;In these hours/days I&amp;#8217;m uploading updates to the free and commercial version.&lt;/p&gt;
&lt;p&gt;So if you are testing it, make sure to execute &amp;#8220;git pull&amp;#8221; and then &amp;#8220;cd scripts; ./upgrade_db.sh&amp;#8221; at regular intervals.&lt;/p&gt;
&lt;p&gt;I will inform you with a dedicated post, when the release can be considered stable/production-ready in all its parts.&lt;/p&gt;
&lt;p&gt;For future releases, I will use a &amp;#8220;testing&amp;#8221; branch of the repository, in order to prevent this type of problems.&lt;/p&gt;</description>


        <comments>mailto:&#109;&#97;&#115;&#115;&#105;&#109;&#111;&#46;&#122;&#97;&#110;&#105;&#98;&#111;&#110;&#105;&#64;&#112;&#114;&#111;&#102;&#105;&#116;&#111;&#115;&#115;&#46;&#99;&#111;&#109;?subject=Asterisell%203.2.0%20is%20a%20Testing%20Release&amp;body=http%3A%2F%2Fasterisell.profitoss.com%2F2010-08-06-asterisell-3-2-0-is-a-testing-release.html</comments>
    </item>
    <item>
      <title>Asterisell 3.2.0 Release</title>
      <link>http://asterisell.profitoss.com/2010-08-05-asterisell-3-2-0-release.html</link>
      <guid>http://asterisell.profitoss.com/2010-08-05-asterisell-3-2-0-release.html</guid>
      <pubDate>Thu, 05 Aug 2010 00:00:00 +0200</pubDate>
      <description>&lt;h2&gt;New Release&lt;/h2&gt;
&lt;p&gt;There is a new release for Asterisell Free and Commercial Version.&lt;/p&gt;
&lt;h2&gt;Improvements to Commercial Version&lt;/h2&gt;
&lt;p&gt;There is a better support for resellers:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;invoices are created with different consecutive numbers for each reseller;&lt;/li&gt;
	&lt;li&gt;invoices can contain reseller custom information (address, logo, notes, payment terms);&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each customer can receive by mail a summary report with:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;most expensive calls;&lt;/li&gt;
	&lt;li&gt;longest duration calls;&lt;/li&gt;
	&lt;li&gt;most frequently called numbers;&lt;/li&gt;
	&lt;li&gt;type of calls grouped by geographic location and connection type;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Invoice addresses are formatted according configured locale.&lt;/p&gt;
&lt;p&gt;An upgrade script allows to upgrade the database from 3.x version to the current version without loosing any data.&lt;/p&gt;
&lt;h2&gt;How to upgrade&lt;/h2&gt;
&lt;p&gt;Download the last version, preferably using &amp;#8220;git&amp;#8221;. Then execute:&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
cd scripts
./upgrade_db.sh
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Make sure to activate the new features inside the &amp;#8220;apps/asterisell/config/app.yml&amp;#8221; configuration file. In particular enable these two jobs:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;GenerateInvoiceAsCenteredTemplate&lt;/li&gt;
	&lt;li&gt;GenerateCallReportAsPDF&lt;br /&gt;
and disable:&lt;/li&gt;
	&lt;li&gt;GenerateInvoiceReportAsPDF&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Note&lt;/h2&gt;
&lt;p&gt;Up to date demo application and documentation screen-shoots are not updated to this last version. I will update them soon.&lt;/p&gt;</description>


        <comments>mailto:&#109;&#97;&#115;&#115;&#105;&#109;&#111;&#46;&#122;&#97;&#110;&#105;&#98;&#111;&#110;&#105;&#64;&#112;&#114;&#111;&#102;&#105;&#116;&#111;&#115;&#115;&#46;&#99;&#111;&#109;?subject=Asterisell%203.2.0%20Release&amp;body=http%3A%2F%2Fasterisell.profitoss.com%2F2010-08-05-asterisell-3-2-0-release.html</comments>
    </item>
</channel>
</rss>
