<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenVBX Blog</title>
	<atom:link href="http://blog.openvbx.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openvbx.org</link>
	<description></description>
	<lastBuildDate>Fri, 27 Apr 2012 20:44:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>OpenVBX and MySQLi</title>
		<link>http://blog.openvbx.org/2012/02/openvbx-and-mysqli/</link>
		<comments>http://blog.openvbx.org/2012/02/openvbx-and-mysqli/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:07:06 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[improved]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqli]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=930</guid>
		<description><![CDATA[Starting with OpenVBX 1.1 the install process detects wether a server is running a version of MySQL that is compatible with the MySQLi Driver and will enable MySQLi in those cases. Most of the niceties for using MySQLi are behind the scenes and mostly interesting to geeky types. Most of all, though, it gets your [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with OpenVBX 1.1 the install process detects wether a server is running a version of MySQL that is compatible with the <a href="http://us2.php.net/manual/en/intro.mysqli.php">MySQLi Driver</a> and will enable MySQLi in those cases. Most of the niceties for using MySQLi are <a href="http://us.php.net/manual/en/mysqli.overview.php">behind the scenes</a> and mostly interesting to geeky types. Most of all, though, it gets your server using a database driver that is under active development and that will get improvements and bug fixes as your host keeps your server up to date. In some cases, depending upon your server configuration, you might also enjoy a slight boost in server response speed.</p>
<p>Unfortunately OpenVBX does not do any detection or make any changes to this setting during the Upgrade process, so if you&#8217;re running OpenVBX 1.1 or newer and performed and upgrade from a version pior to OpenVBX 1.1, and if your MySQL server version is greater than 4.1.13 for MySQL 4 or greater than 5.0.7 for MySQL 5 you should update your database config file to enable MySQLi.</p>
<p>If you don&#8217;t know what version of MySQL your server is running you can check your &#8220;Settings > About&#8221; page, under the Server Info section you can find the MySQL version that you&#8217;re running. Here you can also check the &#8220;Database Configuration&#8221; line. If that line starts with <code>mysqli</code> then you&#8217;re already in business. You&#8217;re done! If you&#8217;re running an older version of OpenVBX that doesn&#8217;t list the MySQL version you can check your hosting providers control panel to see which version of MySQL they provide.</p>
<p>Now, If you&#8217;re not already running the MySQLi driver and your MySQL server meets the requirements, log in to your web-server via FTP or SSH and navigate to <code>[web-root]/OpenVBX/config/</code>. There you&#8217;ll find a file named <code>database.php</code>. In this file there&#8217;s a line like:</p>
<p><code>$db['default']['dbdriver'] = 'mysql';</code></p>
<p>If yours already says <code>mysqli</code> then you&#8217;re done! If not, change it to <code>mysqli</code> and save the file. Now when you use OpenVBX you&#8217;ll be using the newer MySQLi library.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2012/02/openvbx-and-mysqli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2.5 Update</title>
		<link>http://blog.openvbx.org/2012/02/openvbx-1-2-5-update/</link>
		<comments>http://blog.openvbx.org/2012/02/openvbx-1-2-5-update/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:25:34 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2.5]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[dial]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[safe_mode]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[tenant]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[twiml]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=925</guid>
		<description><![CDATA[OpenVBX 1.2.5 is now available for download. This release fixes various issues including some important issues with tenant urls and the ability for tenant users to log in, plugin data saving, and TwiML parameter settings. The full changelog can be viewed on the 1.2 branch changelog entry on Github. This update is recommended for all [...]]]></description>
			<content:encoded><![CDATA[<p>OpenVBX 1.2.5 is now available for download. This release fixes various issues including some important issues with tenant urls and the ability for tenant users to log in, plugin data saving, and TwiML parameter settings. The full changelog can be viewed on the <a href="https://github.com/twilio/OpenVBX/wiki/OpenVBX-Release-1.2">1.2 branch changelog entry on Github</a>.</p>
<p>This update is recommended for all installs.</p>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2012/02/openvbx-1-2-5-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2.4 &amp; Documentation Updates</title>
		<link>http://blog.openvbx.org/2012/01/openvbx-1-2-4-documentation-updates/</link>
		<comments>http://blog.openvbx.org/2012/01/openvbx-1-2-4-documentation-updates/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:58:55 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2.4]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[dial]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installers]]></category>
		<category><![CDATA[openvbx]]></category>
		<category><![CDATA[openvbxinstallers]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[whisper]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=913</guid>
		<description><![CDATA[OpenVBX 1.2.4 has been released. This update fixes an issue with Connect Tenant return authorization and also merges in a pull request that makes the Whisper functionality on the Dial Applet an optional feature. Quickstart Documentation Updates The OpenVBX Quickstart Documentation is now up-to-date with new sample code to reflect the most current version of [...]]]></description>
			<content:encoded><![CDATA[<p>OpenVBX 1.2.4 has been released. This update fixes an issue with Connect Tenant return authorization and also merges in <a href="https://github.com/twilio/OpenVBX/pull/189">a pull request</a> that makes the Whisper functionality on the Dial Applet an optional feature.</p>
<h3 id="quickstart_documentation_updates">Quickstart Documentation Updates</h3>
<p>The OpenVBX Quickstart Documentation is now up-to-date with new sample code to reflect the most current version of OpenVBX and <a href="https://github.com/twilio/twilio-php">Twilio PHP API Library</a>. You may also notice some fresh new style and layout adjustments making the overall documentation more readable. Also visit the Quickstarts for making <a href="http://openvbx.org/docs/quickstart/applets/">Applets</a> and <a href="http://openvbx.org/docs/quickstart/pages/">Pages</a> to see the current updates.</p>
<p>If you’re looking to build something new with your OpenVBX system, take a look at the rest of our Documentation for using <a href="http://www.openvbx.org/docs/themes/">themes</a>, <a href="http://www.openvbx.org/docs/api/2010-06-01/plugin/">building plugins</a> or <a href="http://www.openvbx.org/docs/browserphone/">implementing calls through your browser</a>.</p>
<h3 id="community_assistance">Community Documentation</h3>
<p>In addition to our documentation, a great resource for getting acquainted with OpenVBX is available from the writers on <a href="http://www.openvbxinstallers.com">OpenVBX Installers</a>. Watch video tutorials from How to <a href="http://www.openvbxinstallers.com/how-to-install-open-vbx-video-tutorial/">Install OpenVBX</a> and <a href="http://www.openvbxinstallers.com/how-to-connect-phones-numbers-to-flows-in-openvbx/">How to Connect Phone Numbers to Flows in OpenVBX</a>, and to <a href="http://www.openvbxinstallers.com/how-to-install-the-outbound-flows-plugin-cron-job-setup-tutorial/">How to Install the Outbound Flows Plugin </a>.</p>
<p>Stay tuned for more updates and improvements coming soon.</p>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2012/01/openvbx-1-2-4-documentation-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2.3 Update</title>
		<link>http://blog.openvbx.org/2012/01/openvbx-1-2-3-update/</link>
		<comments>http://blog.openvbx.org/2012/01/openvbx-1-2-3-update/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:13:38 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[5.2]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=911</guid>
		<description><![CDATA[OpenVBX 1.2.3 has been released and fixes a fatal error that prevented OpenVBX 1.2.2 from running on web servers that used PHP 5.2. Download &#38; Upgrade Go to the OpenVBX Download Page to download the latest version of OpenVBX and be sure to consult the Upgrade Guide for best practices on upgrading your OpenVBX install. [...]]]></description>
			<content:encoded><![CDATA[<p>OpenVBX 1.2.3 has been released and fixes a fatal error that prevented OpenVBX 1.2.2 from running on web servers that used PHP 5.2.</p>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2012/01/openvbx-1-2-3-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2.2 Update</title>
		<link>http://blog.openvbx.org/2012/01/openvbx-1-2-2-update/</link>
		<comments>http://blog.openvbx.org/2012/01/openvbx-1-2-2-update/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 17:37:23 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2.2]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[openvbx]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugindata]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=903</guid>
		<description><![CDATA[2012-01-12: The OpenVBX 1.2.2 release has been pulled due to a bug it introduced in to servers running PHP 5.2 This bug will be fixed in OpenVBX 1.2.3 and that will be released ASAP. OpenVBX 1.2.2 was released today. 1.2.2 fixes some issues around number url updating and caching of data stored with PluginData. fix [...]]]></description>
			<content:encoded><![CDATA[<div class="notice">
<p><b>2012-01-12:</b> The OpenVBX 1.2.2 release has been pulled due to a bug it introduced in to servers running PHP 5.2</p>
<p>This bug will be fixed in OpenVBX 1.2.3 and that will be released ASAP.</p>
</div>
<p>OpenVBX 1.2.2 was released today. 1.2.2 fixes some issues around number url updating and caching of data stored with PluginData.</p>
<ul>
<li>fix number assignment to flow to null ApplicationSid fields as they always trump url values and can prevent a number assignment from taking hold</li>
<li>fix Memcache cache generation method to properly query the objects cache generation</li>
<li>fix <code>VBX_Plugin_Store</code> to return a generated <code>id</code> field when requested. The <code>PluginStore</code> database table doesn&#8217;t have a primary key of <code>id</code> like other cached database data so we need to generate one on a per request basis to enable proper caching of this data.</li>
<li>removed a check for php versions &lt; 5.2 in <code>MY_Model</code></li>
</ul>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2012/01/openvbx-1-2-2-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2.1 Update</title>
		<link>http://blog.openvbx.org/2011/12/openvbx-1-2-1-update/</link>
		<comments>http://blog.openvbx.org/2011/12/openvbx-1-2-1-update/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 17:49:25 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.2.1]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[minification]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[openvbx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=897</guid>
		<description><![CDATA[OpenVBX 1.2.1 was released today. 1.2.1 fixes some minor issues around installation and with sending emails from OpenVBX. update outgoing email to properly set user-agent, reply-to and return-path for sent emails- return-path won&#8217;t always override depending upon the server&#8217;s sendmail configuration fix cache table keys to fix rare condition where mysql would reserve key-name lengths [...]]]></description>
			<content:encoded><![CDATA[<p>OpenVBX 1.2.1 was released today. 1.2.1 fixes some minor issues around installation and with sending emails from OpenVBX.</p>
<ul>
<li>update outgoing email to properly set <code>user-agent</code>, <code>reply-to</code> and <code>return-path</code> for sent emails<br />- return-path won&#8217;t always override depending upon the server&#8217;s sendmail configuration</li>
<li>fix cache table keys to fix rare condition where mysql would reserve key-name lengths for utf8 making the resulting key length reservation more than 1000 characters</li>
<li>add minification config override for servers that don&#8217;t define a proper server document root</li>
<li>fix install setup error return to properly display the error</li>
</ul>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2011/12/openvbx-1-2-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.2 Released</title>
		<link>http://blog.openvbx.org/2011/12/openvbx-1-2-released/</link>
		<comments>http://blog.openvbx.org/2011/12/openvbx-1-2-released/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:46:01 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[openvbx]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=876</guid>
		<description><![CDATA[OpenVBX 1.2 is now available for download. This release comes a bit sooner and a bit lighter than we had originally planned, but is no less packed with goodies than you deserve. This release brings speed improvements thanks to a caching layer, makes number management more sane, makes password storage more secure (not that it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.openvbx.org/wp-content/uploads/2011/10/OpenVBX-logomark.png" alt="openvbx phone logo" title="OpenVBX Phone Logo" width="175" height="131" class="alignright size-full wp-image-808" style="float: right; margin: 0 0 0 40px;" /><a href="http://openvbx.org/download">OpenVBX 1.2 is now available for download</a>. This release comes a bit sooner and a bit lighter than we had originally planned, but is no less packed with goodies than you deserve. This release brings speed improvements thanks to a caching layer, makes number management more sane, makes password storage more secure (not that it was insecure before, mind you), and brings more configuration options in to the Admin Settings to provide more control over how OpenVBX behaves.</p>
<p>Keep reading for more details on the features of this release.</p>
<p><span id="more-876"></span></p>
<h3 id="caching">Caching</h3>
<p>This release introduces Object Caching code that will greatly increase the performance of OpenVBX for anyone who has been using OpenVBX on a server without APC. For those that did have APC, you&#8217;ll only get a little bit faster, sorry <img src='http://blog.openvbx.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>For most users on commodity hosting (ie: Dreamhost, Hostgator, etc&hellip;) the default caching settings will be fine. By default OpenVBX will cache requests made to Twilio so that information is only requested once per one hour span.</p>
<p>For advanced users who have either <a href="http://php.net/apc">APC</a> or <a href="http://www.memcached.org/">Memcache</a> available on their servers the cache config file (located at <code>OpenVBX/config/cache.php</code>) can be modified to reflect the system you have available on your server. This will further speed up OpenVBX by caching database requests in system memory to provide additional boosts in performance. A more detailed look at the advanced caching options is available in the <a href="https://github.com/twilio/OpenVBX/wiki/Object-Cache">Object Caching Wiki Page on GitHub</a>.</p>
<p>Cache timeout defaults to 1 hour. Sometimes, though, there will be situations where you want to force clear the cache to reflect changes that were made outside of OpenVBX. For example, if you purchased a phone number in the Twilio Account Portal you could be waiting a while for that number to show up in the OpenVBX numbers list. To force the number to show up you can navigate in OpenVBX to the <i>Settings &gt; About</i> section and click the &#8220;&raquo; Flush All Caches&#8221; link in the Caching section. This will force OpenVBX to refresh all of its data from Twilio.</p>
<h3 id="redesigned-numbers-screen">Redesigned Numbers Screen</h3>
<p><img src="http://blog.openvbx.org/wp-content/uploads/2011/12/redesigned-numbers1.png" alt="" title="redesigned-numbers" width="700" height="519" class="alignnone size-full wp-image-884" /></p>
<p>The Numbers management screen has been redesigned to better identify your numbers and to break out numbers in to 3 types:</p>
<ul>
<li><b>Assigned Numbers:</b> These are numbers that are in use on this install of OpenVBX. Installs of OpenVBX are identified by the website&#8217;s domain name.</li>
<li><b>Unassigned Numbers:</b> These are numbers that you own but that are not in use. <i>This section will not display if you do not have an unassigned phone numbers</i>.</li>
<li><b>Numbers used on other domains:</b> These are numbers that you own but that have URLs that identify as them as being in use by other systems. You can view the associated urls to help determine where the numbers are being used. These numbers can be imported in to the current OpenVBX install but any information about where they were in use will be lost on import. <i>This section is collapsed by default and will not display if you don&#8217;t have any numbers that are assigned to other applications</i>.</li>
</ul>
<h3 id="configuration-settings">Configuration Settings</h3>
<p>More configuration settings have been added to OpenVBX&#8217;s <i>Settings &gt; System Config</i> page that provide more control over how OpenVBX works. These new settings are:</p>
<ul>
<li><b>Time Zone:</b> Set your local time zone. This will default to the server&#8217;s time zone.</li>
<li><b>Email Notifications:</b> You can now set wether to receive email notifications for new Voice &amp; Text messages. Default is to notify users on both new Text &amp; Voice messages.</li>
<li><b>Sandbox Number Display:</b> Control wether to show the Sandbox number in the phone numbers list. This is only applicable to the parent tenant as sub-tenants cannot have sandbox numbers. Default is to hide the Sandbox number.</li>
<li><b>Dial Timeout:</b> You can now configure the amount of time that a dial action will wait before giving up trying to reach a number. Default is 15 seconds.</li>
</ul>
<h3 id="passwords">Passwords</h3>
<p>Password security has been improved by using <a href="http://www.openwall.com/phpass/">PHPass</a> Hashing Library for password encryption. Passwords are upgraded automatically when a user first logs in to the upgraded OpenVBX.</p>
<p>New passwords are also required to have a minimum length of 8 characters. Previously OpenVBX would allow users to set passwords of any length, including empty passwords. Existing short passwords will not be changed other than to upgrade the password to the new ecryption method.</p>
<h3 id="everything-else">Everything Else</h3>
<p>Other improvements include:</p>
<ul>
<li>User editing is now done in a dedicated screen instead of a pop-up.</li>
<li>Admins are displayed information about the user&#8217;s devices when viewing a user&#8217;s account details.</li>
<li>Helpful documentation snippets have been added to configuration settings with links to documentation pages on Twilio.com where appropriate.</li>
<li>More meaningful error messages are now displayed when errors occur.</li>
<li>An upgrade notice has been added so that you will be notified when a new version of OpenVBX is available for download.</li>
<li>Fix for servers running on non-standard ports to allow them to run without having to manually modify the <code>config.php</code> file.
</ul>
<h3 id="download-it">Download &amp; Upgrade</h3>
<p>Go to the <a href="http://openvbx.org/download">OpenVBX Download Page</a> to download the latest version of OpenVBX and be sure to consult the <a href="http://openvbx.org/upgrade">Upgrade Guide</a> for best practices on upgrading your OpenVBX install.</p>
<p>Support for OpenVBX is handled via the <a href="http://getsatisfaction.com/openvbx">OpenVBX GetSatisfaction Forums</a> for usage troubleshooting/bugs and via the <a href="http://github.com/twilio/OpenVBX/issues">OpenVBX GitHub Issue Tracker</a> for troubleshooting or submitting code modifications to OpenVBX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2011/12/openvbx-1-2-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenVBX 1.1.3 Released</title>
		<link>http://blog.openvbx.org/2011/11/openvbx-1-1-3-released/</link>
		<comments>http://blog.openvbx.org/2011/11/openvbx-1-1-3-released/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 19:23:08 +0000</pubDate>
		<dc:creator>Shawn Parker</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[1.1.3]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.openvbx.org/?p=871</guid>
		<description><![CDATA[OpenVBX 1.1.3 is now available for download. This update includes many important fixes to request validation, better handling of servers that don&#8217;t use mod_rewrite, error reporting, and using the call to record feature. This update is recommended for all users. The full list of changes is available in the OpenVBX Changelog file that is distributed [...]]]></description>
			<content:encoded><![CDATA[<p>OpenVBX 1.1.3 is now available for download. This update includes many important fixes to request validation, better handling of servers that don&#8217;t use <code>mod_rewrite</code>, error reporting, and using the call to record feature. This update is recommended for all users.</p>
<p>The full list of changes is available in the <a href="https://github.com/twilio/OpenVBX/blob/master/CHANGELOG.markdown" title="OpenVBX Changelog">OpenVBX Changelog file</a> that is distributed with OpenVBX. Version specific Changelogs are available in the <a href="https://github.com/twilio/OpenVBX/wiki" title="OpenVBX Wiki">OpenVBX Wiki on GitHub</a>.</p>
<p>Visit the <a href="http://openvbx.org/download" title="Download OpenVBX">OpenVBX Download Page</a> to get the latest version.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openvbx.org/2011/11/openvbx-1-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

Served from: blog.openvbx.org @ 2012-05-17 08:21:58 -->
