<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Inside the Asterisk</title>
	
	<link>http://blogs.digium.com</link>
	<description>A little slice o' Digium.</description>
	<lastBuildDate>Thu, 29 Oct 2009 14:21:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>34.748066</geo:lat><geo:long>-86.683175</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/InsideTheAsterisk" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Asterisk and SIP Security Redux</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/MySK1j-bAL4/</link>
		<comments>http://blogs.digium.com/2009/10/29/vishing-yet-again/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:21:30 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[Digium]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5274</guid>
		<description><![CDATA[Another rash of FUD (Fear, Uncertainty, and Doubt) has swept into my mailbox in the last few days, as an interview that I gave on SIP security may have been misinterpreted by some to mean something other than my intention.  My comment in the article was not that &#8220;Asterisk attacks are endemic&#8221;, but that SIP-based [...]]]></description>
			<content:encoded><![CDATA[<p>Another rash of FUD (Fear, Uncertainty, and Doubt) has swept into my mailbox in the last few days, as an<a title="PCWorld Article on 'Vishing'" href="http://www.pcworld.com/businesscenter/article/174544/internet_phone_systems_become_the_fraudsters_tool.html" target="_blank"> interview that I gave on SIP security</a> may have been misinterpreted by some to mean something other than my intention.  My comment in the article was not that &#8220;Asterisk attacks are endemic&#8221;, but that SIP-based brute force attacks are endemic.  Every SIP system that is open to the &#8220;public&#8221; Internet is seeing large numbers of brute-force attacks.  Sites that have weak username and weak password control will be compromised &#8211; this is little different than email accounts being taken over by password-guessing systems and used for sending floods of email.  The significant difference is that when someone takes over a SIP platform to make outbound calls, there is usually a direct monetary cost, which gets people&#8217;s attention very quickly.  I hear reports of these types of attacks now all the time &#8211; it&#8217;s not unusual, and it&#8217;s not just Asterisk.  We had a <a title="Asterisk and SIP Security" href="http://blogs.digium.com/2008/12/06/sip-security-and-asterisk/" target="_blank">blog about this</a> a year ago or so and a <a title="7 Steps to SIP Security with Asterisk" href="http://blogs.digium.com/2009/03/28/sip-security/" target="_blank">follow-up</a> that discussed secure SIP practices with Asterisk; this is just a re-packaging of the same news a year later, when recently I unsurprisingly said that attacks are no longer even newsworthy because they&#8217;re so frequent (hence, the term <em>&#8220;endemic&#8221;</em>.)  Apparently, not being newsworthy means&#8230; it&#8217;s newsworthy!</p>
<p>This has little to do with Asterisk other than it happens to be the most prevalent SIP-based platform on the Internet currently.  It has everything to do with protocol attacks by script kiddies, or more professional attackers.  Bad passwords = easy penetration.  The upside on this is that it yet again gets the attention of administrators who might not otherwise know that their password of &#8216;1234&#8242; might be guessed by criminal users.</p>
<p>The bug that was mentioned in the <a title="Asterisk Vishing Attacks 'Endemic'" href="http://tech.slashdot.org/story/09/10/28/1510200/Asterisk-Vishing-Attacks-Endemic" target="_blank">SlashDot summary</a> of the article?  Old news.  Really, really old news.  And really not even that much of a threat for most people the way they have their systems configured even if they haven&#8217;t upgraded.</p>
<p>Asterisk, Broadsoft, Cisco, Kamailio, OpenSER, FreeSwitch, Avaya &#8211; they&#8217;re all vulnerable to the brute force attacks if adequate network and username/password security is not implemented.  There are ways to minimize, if not eliminate these threats with very standard security policies that should be familiar to any network administrator (ACLs, random passphrases, random client usernames, adequate exception logging, and limits on account usage, to name a few.)  Here&#8217;s the<a title="7 Steps to SIP Security with Asterisk" href="http://blogs.digium.com/2009/03/28/sip-security/" target="_blank"> blog I wrote</a> on this a while back, which is somewhat Asterisk specific but contains useful pointers for pretty much any SIP system.  I suspect that &gt;99% of the penetration threat is mitigated with just the simple policy of strong username/password pair combinations &#8211; the tools that are being used by most black-hat types are just brute force attacks.  Script kiddies take the easiest possible targets; common-sense methods remove you from that target range.</p>
<p>To update people on the current thinking about network-based mitigation: After quite a bit of debate in the development community, it was generally agreed that within Asterisk is not the appropriate place to do proactive &#8220;defense&#8221; mechanisms that block network ports or certain users.  There are extremely sophisticated systems (free and non-free) that will take log output from a network-based application such as Asterisk, and then provide IP-layer blocking and alerting.  They do it much better and faster than Asterisk could hope to.  What has been recently implemented in Asterisk is a framework to report security events upstream to such programs, and the SIP stack is the first on the list to be instrumented.  Digium has been working on this framework in conjunction with community members who have expressed interest in building more sophisticated third-party alerting and <a title="Fail2Ban instructions with Asterisk" href="http://www.voip-info.org/wiki/view/Fail2Ban+(with+iptables)+And+Asterisk">management tools</a> around Asterisk and other SIP-based platforms.</p>
<p>Note that Asterisk already has basic Access Control List functionality for SIP and other IP protocols that Asterisk &#8220;talks&#8221; on, though it is statically configured in a very similar manner to the way that Apache or other network servers work.</p>
<p>Just as an aside, the Digium SwitchVox platform, which is our commercial re-packaging of Asterisk, has as an element of it&#8217;s GUI a tool that indicates the relative strength of passwords.  We&#8217;d encourage any other re-packagers or users of Asterisk to implement a similar UI hint that forces good password behavior by users and local admins.  It&#8217;s really not something that can be done in the core of Asterisk; it has to be done by whatever is the layered UI on top of Asterisk for configuration, or just by good policy.  Good security policy is really the cornerstone of the whole solution.  Asterisk is like any other infrastructure server program: it&#8217;s generally very secure as a core platform for an application service, PBX, or appliance, but that doesn&#8217;t absolve administrators from <a title="7 Steps to SIP Security with Asterisk" href="http://blogs.digium.com/2009/03/28/sip-security/">making sensible and secure policy decisions</a> regarding how it is implemented.   I hope in the future that there is a better understanding between application security and implementation security, but I suspect I&#8217;ll be writing this explanation again in another year.</p>
<p>JT (Open Source Community Director)</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/MySK1j-bAL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/10/29/vishing-yet-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/10/29/vishing-yet-again/</feedburner:origLink></item>
		<item>
		<title>www.asterisk.org gets a facelift!</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/PBjnLv6XLBs/</link>
		<comments>http://blogs.digium.com/2009/10/12/asterisk-org-facelift/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:09:41 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[Asterisk Global Online Community]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Genuine Asterisk]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[asterisk.org]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5266</guid>
		<description><![CDATA[Asterisk is building lots of momentum; it&#8217;s obvious from the number of books, articles, videos, &#8220;how-to&#8221; documents, conferences, and resources that now flood the internet and make any search on &#8220;VoIP&#8221; almost always come up with Asterisk contained in the top pages.
But as that momentum of resources has built, some parts of the Asterisk community [...]]]></description>
			<content:encoded><![CDATA[<p>Asterisk is building lots of momentum; it&#8217;s obvious from the number of <a title="Amazon Asterisk Book List" href="http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Dstripbooks&amp;field-keywords=asterisk+voip&amp;x=0&amp;y=0" target="_blank">books</a>, <a title="Asterisk VoIP Articles" href="http://www.google.com/#hl=en&amp;q=asterisk+voip+article&amp;aq=f&amp;aqi=&amp;oq=&amp;fp=7d15299a959dbb33" target="_blank">articles</a>, <a title="Asterisk VoIP Videos" href="http://video.google.com/videosearch?hl=en&amp;source=hp&amp;q=asterisk&amp;um=1&amp;ie=UTF-8&amp;sa=N&amp;tab=wv#q=asterisk+voip&amp;hl=en&amp;emb=0" target="_blank">videos</a>, <a title="Asterisk How-To List" href="http://www.google.com/#hl=en&amp;source=hp&amp;q=asterisk+how-to&amp;aq=f&amp;aqi=g3g-s1g6&amp;oq=&amp;fp=7d15299a959dbb33" target="_blank">&#8220;how-to&#8221; documents</a>, conferences, and resources that now flood the internet and make any search on &#8220;VoIP&#8221; almost always come up with Asterisk contained in the top pages.</p>
<p>But as that momentum of resources has built, some parts of the Asterisk community infrastructure haven&#8217;t kept up with the wave of new demand for information.  The &#8220;asterisk.org&#8221; website has served well over the last few years as a fairly static repository of information, but after some review it was determined that a new structure was needed to give better access to the community as well as present a new style that was a bit more suited to the vibrancy of the project.</p>
<p><strong>Today, we&#8217;re introducing today the re-worked &#8220;asterisk.org&#8221; website.</strong> It&#8217;s live already &#8211; <a title="asterisk.org" href="http://www.asterisk.org/" target="_blank">take a look!</a> Our goal has been to become the first source people look to when they&#8217;re wanting more information about Asterisk or anything Asterisk-related.  Asterisk.org has always been the place to look for the code, and the mailing lists have been a tremendous resource for anyone with questions and discussions.  Now the website itself will have the ability to keep up with those two other foundational items in the Asterisk community, and we hope to make it the permanent repository for answers to any kind of question that involves Asterisk.</p>
<p>Here are some of the big changes:</p>
<p><strong>- Better community involvement:</strong> Some of these documentation areas will be edited entirely by community members (appoint yourself!) and some areas, like the documentation on actual code parameters, will be able to have comments and additional data added to it.  The site has previously not been edited by a wide number of community members, and it&#8217;s time to harness the incredible energy and enthusiasm of the Asterisk developer, implementer, and user community.</p>
<p><strong>- Reference Documentation:</strong> The documentation that is embedded in Asterisk is now extracted and <a title="Asterisk Documentation" href="http://www.govoipyourself.com/docs" target="_blank">published</a> on the site.  You can add your own notes, FAQs, or examples to the documentation for everyone else to use. This is only a fraction of the documentation we hope to have published eventually (much more &#8220;free-form&#8221; documentation is planned and expected from Digium as well as the community) so it&#8217;s a good start.</p>
<p><strong>- New Format:</strong> The new format is hoped to be easier to navigate, and the graphics have been updated.</p>
<p>To start with, the site is going to have some holes and empty spots where data should go.  See something you like?  Something you want to edit?  Something you&#8217;d like to see added?  If you know what really needs to be there&#8230; put it in!  Or if it&#8217;s not obvious that you can edit the page, ask me (<a title="mailto:jtodd@digium.com" href="mailto:jtodd@digium.com" target="_blank">jtodd@digium.com</a>) and we&#8217;ll see if we can add you as an editor for that section.  (AstriCon is also this week, so please be patient with the inquiries.)  We&#8217;re going to try to open things up as quickly as we can while still ensuring good data.</p>
<p>We hope you like the new format.  The coming weeks will see significant changes and additions as well; stay tuned for interesting announcements here, and at <a title="AstriCon 2009" href="http://www.astricon.net/" target="_blank">AstriCon</a> this coming week!</p>
<p>JT</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/PBjnLv6XLBs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/10/12/asterisk-org-facelift/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/10/12/asterisk-org-facelift/</feedburner:origLink></item>
		<item>
		<title>AstriContest, step right up! Fastest Dude to the Dialtone!</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/i3NtLUOKyNw/</link>
		<comments>http://blogs.digium.com/2009/10/07/astricontest/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:20:59 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[AstriCon]]></category>
		<category><![CDATA[DAHDI]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5258</guid>
		<description><![CDATA[If you’re coming out west to Glendale for AstriCon (Oct 13-15) you’ll have the chance to be a winner in more than the obvious way of being an AstriCon attendee!  There&#8217;s the chance to show off your Asterisk skills!
We all love Asterisk, and we love hooking to up to all that IP telephony stuff, but&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re coming out west to Glendale for <a title="AstriCon 2009" href="http://www.astricon.net/" target="_blank">AstriCon</a> (Oct 13-15) you’ll have the chance to be a winner in more than the obvious way of being an AstriCon attendee!  There&#8217;s the chance to show off your Asterisk skills!</p>
<p>We all love Asterisk, and we love hooking to up to all that IP telephony stuff, but&#8230; there’s still a lot of plain ol’ telephones out there&#8230;  Welcome to the hi-tech honky tonk (no fist-fighting, just some sparring between Asterisk dudes&#8230;  Last year, we wrangled SIP phones for the prize, but this year, we&#8217;re going old-school, and sticking with analog ports.</p>
<p>Step right up, step right up &#8211; the contest is simple.  We’ll give you a PC with a good ol’ analog speakerphone attached to the Digium analog card inside, and the Asterisk and DAHDI source files already on the machine.</p>
<p>All you have to do is install DAHDI and Asterisk from the tarballs and set up a configuration to the point of achieving a very simple set of call results. The clock starts when from your first command and stops when the right thing is heard out of the speakerphone.  We won&#8217;t tell you exactly what the test is, but I&#8217;d suggest you brush up on rapid dialplan creation, DAHDI configs, and fast typing!</p>
<p><strong>The contest will run in the exhibition hall and will run during show hours</strong>, and the master of testing ceremony is long-time Asterisk author, consultant, and carnival barker David Duffett, who will guide you through the process whilst peppering you with witty observations and possibly even teaching the crowd a thing or two during the process.  (Having him shout &#8220;Yeehaa!&#8221; with a British accent during the planning of this contest is reward enough for me, actually.)</p>
<p>You’ll be up against some of the fastest geeks in the south (Yeehaa!), all with an eye on one of the stunning prizes on offer – which will be presented by Allison Smith, our far superior fill-in for Vanna White.  Prizes to be awarded in the same room as and just before the last &#8220;Asterisk Roadmap&#8221; conference session.</p>
<p>Quickest Dude to the dialtone prizes:</p>
<p><em>Fastest</em>: <strong>An unlocked HTC Hero Google Android Phone</strong><br />
<em>2nd Quickest:</em> <strong>Digium backpack w/schwag, Digium analog card with FXO/FXS, retro bluetooth handset, geek toolkit </strong><br />
<em>3rd Quickest:</em> <strong>Digium backpack w/schwag, Digium analog card with FXO/FXS</strong></p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/i3NtLUOKyNw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/10/07/astricontest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/10/07/astricontest/</feedburner:origLink></item>
		<item>
		<title>What are You Wearing?</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/CFhwAzfAPXo/</link>
		<comments>http://blogs.digium.com/2009/09/29/what-are-you-wearing/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:14:07 +0000</pubDate>
		<dc:creator>Malcolm Davenport</dc:creator>
				<category><![CDATA[Digium]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5197</guid>
		<description><![CDATA[Aloha,
As we draw nearer to this year&#8217;s Astricon, which celebrates the 10th year of Asterisk, and as I was rummaging around my closet this morning for something to wear, it occurred that I might bring all of you on a walk down a Digium memory lane.  Thus, I present a 10-year history of Digium in [...]]]></description>
			<content:encoded><![CDATA[<p>Aloha,</p>
<p>As we draw nearer to this year&#8217;s <a title="Astricon" href="http://www.astricon.net" target="_self">Astricon</a>, which celebrates the 10th year of <a title="Asterisk.org" href="http://www.asterisk.org" target="_blank">Asterisk</a>, and as I was rummaging around my closet this morning for something to wear, it occurred that I might bring all of you on a walk down a <a title="Digium.com" href="http://www.digium.com" target="_self">Digium</a> memory lane.  Thus, I present a 10-year history of Digium in shirts.</p>
<p>Before the beginning, no one at Digium wore any work shirts.  We might have worn shirts, but we wouldn&#8217;t say.  Customer meetings were conducted in paraphernalia that would have been appropriate for <a title="Little Hall, FTW!" href="https://fp.auburn.edu/housing/quad.asp" target="_blank">college dormitory rooms</a> and we&#8217;d never been to a tradeshow.  So, we wore shirts that looked a <a href="http://www.thinkgeek.com/images/products/zoom/ae5e_zombie_protest.jpg">lot like this</a>.</p>
<p>In the beginning, Digium was known as Linux Support Services and resided at www.linux-support.net (no link, as it no longer goes anywhere).  At the time, our logo was comprised of three human-shaped characters (people) , in three different colors (all kinds of people), two of which (Linux experts) were supporting the third (Linux users, we&#8217;re so clever).  The shirts were tan (yuck), short-sleeved work-shirts and were purchased from <a title="Walmart.com" href="http://www.walmart.com" target="_blank">WalMart</a> by Mark Spencer.  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0294.JPG">This shirt is vintage 2001</a>.</p>
<p>Following our Linux support days, when we needed to refocus the business, after we&#8217;d started doing business as Digium, and while we still had a large supply of the tan shirts (Mark had bought in bulk; it&#8217;s Walmart, after all) we re-badged them as Digium shirts.  Note the original instantiation of the Digium logo.  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0295.JPG">This shirt is vintage 2002.</a></p>
<p>Fearing that we&#8217;d ruin a good thing by using something other than tan (it goes great with khaki pants), we then attempted to buy more of the shirts (excellent decision).  Unfortunately, WalMart had run out of stock; and, much to my chagrin as I missed the tan shirts dearly, we finally found our way to button-up knit shirts.  Here we are with Digium in orange on a black shirt.  This shirt saw one of its first tours of duty at the original Astricon.  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0297.JPG">This shirt is vintage 2004.</a></p>
<p>Sticking with our black theme, we made only minor changes in the next shirt.  By minor, I mean that we changed the color of the Digium logo from orange to white &#8211; a small change, but one that greatly improved the readability of the logo &#8211; and we converted the Digium logo to a registered mark.  Ho hum.  But, at the very least, the photogenics were improved.  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0296.JPG">This shirt is vintage 2005.</a></p>
<p>After conquering the short-sleeved knit shirt, we then decided to go for something with long sleeves and a proper collar.  And, while we appreciate how professional this makes us look, we often wonder &#8220;Should we have commissioned a Digium necktie?&#8221;  If so, what would the design be?  Anyone?  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0292.JPG">This shirt is vintage 2006.</a></p>
<p>Having put on the Ritz with our fancy shirts, and considering just how hot (temperature, not our physical attractiveness) we were on show floors in long-sleeves and fabric that wasn&#8217;t breathable, we moved back to the knit shirts.  Here though, we combined the Digium and Asterisk logos in order to enforce the association between Digium (the toilers) and Asterisk (the object of the toiling).  Visitors to our offices in Huntsville will see the same logo on the sign out front.  For me personally, between tradeshows and customer visits, my shirt circled the earth three times, making it the most well-traveled of all my Digium shirts.  <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0293.JPG">This shirt is vintage 2007.</a></p>
<p>We took five for most of 2008, and introduced a new corporate logo in December.  That new logo resulted <a title="Old Shirt" href="http://blogs.digium.com/wp-content/uploads/2009/09/IMG_0298.JPG">in this shirt</a>, which remains our current shirt; an excellent, breathable knit fabric, short-sleeved show shirt.  Aside from the original Linux Support shirt, this is personal favorite.</p>
<p>Any ideas for future Digium shirts or accessories?  Perhaps that necktie?  I&#8217;ll be in khaki and our 2008 model shirt.  What will you be wearing to Astricon?</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/CFhwAzfAPXo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/09/29/what-are-you-wearing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/09/29/what-are-you-wearing/</feedburner:origLink></item>
		<item>
		<title>AstriCon countdown: 30 days, 5 reasons</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/-OOmvyso6NE/</link>
		<comments>http://blogs.digium.com/2009/09/14/astricon-2009-countdown/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:36:29 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[Asterisk Global Online Community]]></category>
		<category><![CDATA[AstriCon]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[astricon 2009]]></category>
		<category><![CDATA[glendale]]></category>
		<category><![CDATA[phoenix]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5186</guid>
		<description><![CDATA[We&#8217;re down to slightly less than a month between now and AstriCon!  October 13-15 is drawing close.  If you&#8217;ve not booked your travel reservations to Phoenix, now is the time to do it!
Sept 23rd is the cutoff date for the room discount, and we&#8217;ve requested another block of rooms for attendees.
The Renaissance is [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re down to slightly less than a month between now and <a title="AstriCon 2009" href="http://www.astricon.net/" target="_blank">AstriCon</a>!  October 13-15 is drawing close.  If you&#8217;ve not booked your travel reservations to Phoenix, now is the time to do it!</p>
<p>Sept 23rd is the cutoff date for the room discount, and we&#8217;ve requested another block of rooms for attendees.</p>
<p>The Renaissance is the exclusive hotel of <a title="AstriCon 2009" href="http://www.astricon.net/" target="_blank">AstriCon 2009</a>.  It is where most of the attendees and exhibitors stay, and is a great place for networking!  Please make sure you book your hotel rooms right now to ensure you get the <a title="AstriCon 2009" href="http://www.astricon.net/" target="_blank">AstriCon</a> fantastic discounted room rate.  Availability is on a first-come first-served basis and the cut off date for the special rate is September 23 2009.</p>
<p style="padding-left: 30px;">Renaissance Glendale Resort &amp; Spa<br />
<a title="Renaissance Glendale" href="http://cwp.marriott.com/phxgr/astricon09/" target="_blank">http://cwp.marriott.com/phxgr/astricon09/</a><br />
Special rate &#8211; $144/night</p>
<p>There are other hotels in the area, so if the hotel fills (as it did last year) there are other options.  But getting a room at the Renaissance is probably your best bet, since you won&#8217;t have to trudge across the arid parking lots or drive to another venue.  There are lots of restaurants close-by in the new entertainment center &#8211; I didn&#8217;t go to the same place twice last year!</p>
<p>To answer the question that seems to be on everyone&#8217;s lips: yes, AstriCon looks to be as big than last year, if not significantly bigger.  I know the economic situation is weighing on everyone&#8217;s mind, but Open Source Asterisk installations are up and what is hurting the &#8220;big guys&#8221; is putting some wind under our wings.  AstriCon is where you&#8217;ll see lots of people who are winning deals, creating revenue, and building the market of the PBX that is now the most-installed platform in North America (we&#8217;re hoping to say world-wide VERY soon.)</p>
<p>Now, to encourage having everyone book a TINY bit in advance instead of all at the last minute (who, you? book at the last minute?  I know I&#8217;m not talking about you.)  I&#8217;ll again announce that we have a discount code that you can use on your sign-up, which will give you a 15% break on the conference price.  The <strong>discount code is &#8220;AC09&#8243;</strong> and you&#8217;d enter it on the <a title="AstriCon 2009 registration" href="http://www.astricon.net/attendRegister.aspx" target="_blank">registration page</a> to get your discount.</p>
<p><strong>Top 5 Reasons to attend AstriCon:</strong></p>
<p><strong>* The talks!</strong> This is yet another stellar line-up of talks this year, with a wide array of fascinating examples of how Asterisk is being used to solve novel problems.  How can you make your business or project more profitable and effective?  These talks focus on those questions, and more.  The sub-tracks on cloud computing and government/large enterprise implementations are creating quite a bit of interest this year, and the speakers have extensive practical advice to dispense on all topic areas.</p>
<p><strong>* Trade information -</strong> Open Source isn&#8217;t just the software.  To a large degree, our user and development community members cooperate with each other to solve all kinds of problems.  Ask others about their experiences, and offer your own in the informal setting around the conference.  The market around Open Source software doesn&#8217;t just have code as its only currency!  The conference is for information exchange, and this just might be the most valuable thing you take home.</p>
<p><strong>* Vendor area -</strong> check out the new technologies from hardware vendors, software vendors, and service providers! The market changes; make sure you know what the most current methods and products are.</p>
<p><strong>* Put names to faces -</strong> that person you&#8217;ve been talking with for a year on IRC or IM but have never met?  That consultant whose emails you&#8217;ve been reading on the mailing list?  That customer you&#8217;ve been trying to get pay attention to you?  Chances are good they&#8217;ll be at AstriCon, and having that face-to-face conversation is sometimes the trigger you need to get a project going.</p>
<p><strong>* Meet entirely new people -</strong> the best experiences at AstriCon come from the most unexpected places.  That person you sit beside in a talk, the lunch table you share with others, the person in the elevator with you &#8211; the interactions you have will expose you to new people whose projects will amaze and interest you, and possibly even lead to your changing your methods or finding new business.</p>
<p>I really hope I see you there!</p>
<p>JT</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/-OOmvyso6NE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/09/14/astricon-2009-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/09/14/astricon-2009-countdown/</feedburner:origLink></item>
		<item>
		<title>Open the new language floodgates!</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/5R-9unv1Apo/</link>
		<comments>http://blogs.digium.com/2009/09/02/new-languages/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:12:00 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[Digium]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5173</guid>
		<description><![CDATA[Asterisk is being used all over the world, in dozens or even hundreds of nations, in a huge variety of linguistic settings.
Until now, the official Asterisk distribution has come in only three language &#8220;flavors&#8221; &#8211; English, French, and Spanish.  We are long overdue for getting more languages into the &#8220;main&#8221; Asterisk distribution, and over the [...]]]></description>
			<content:encoded><![CDATA[<p>Asterisk is being used all over the world, in dozens or even hundreds of nations, in a huge variety of linguistic settings.</p>
<p>Until now, the official Asterisk distribution has come in only three language &#8220;flavors&#8221; &#8211; English, French, and Spanish.  We are long overdue for getting more languages into the &#8220;main&#8221; Asterisk distribution, and over the past few weeks there has been quite a bit of work done getting licensing and practical concepts understood to the point where we are comfortable with expanding the number of available languages at the discretion of the community.</p>
<p>There has been a document submitted for inclusion with Asterisk which outlines the protocol process, practical requirements, and license criteria for having a new language submitted to Asterisk as part of the official distribution.  It should come as no surprise that we&#8217;re asking for all contributions to be in the <a title="CC 3.0 SA-Attribution" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons v3.0 Share-Alike/Attribution</a> licensing regime, as this is clearly the best (or only) method for distributing works such as audio recordings with an open-source package such as Asterisk.  We&#8217;re also insisting that the talent that creates any language files be available for others to hire, so that there does not become a bottleneck with new prompts for others who wish to expand the range of recordings.  Lastly among the important notes is that in the rare instances where we have new prompts as part of the &#8220;core&#8221; package requirements, anyone who has submitted a language package is under a non-binding community commitment to get the new prompts created in their language for addition.  (This is a rare event, so hopefully is not overly burdensome to contributors.)  This is truly a community participation request &#8211; there are far too many languages in the world for this to work without being almost entirely contributed by active Asterisk users and developers.</p>
<p>The complexities of adding new languages is significant &#8211; there are intricacies in the &#8220;say.c&#8221; sections of code which determine how numbers and dates are pronounced.  There are differences in the way voicemail prompts are created for playback.  New languages may not be functionally complete if they require code to handle certain nuances of sentence structure, and the inclusion of new language audio files does not mean that they will be sensible in that particular language even if accepted.  However, the first step is to get the language recordings in there, and then others can come in and correct the code once they have half the puzzle in their hands &#8211; that&#8217;s the spirit of open-source!</p>
<p>There are at least 35 language or dialect versions already existing in third-party repositories (see <a title="voip-info.org Asterisk language list" href="http://www.voip-info.org/wiki/view/Asterisk+multi-language" target="_blank">this list</a>) and of those there are probably a quarter that have more than one voicing in male or female talent formats.  I&#8217;d love to see the majority of those find their way into Asterisk as selectable language options.  If you know the person that has created one of these language sets, please forward them the new language guideline link below!  I&#8217;ll be trying to contact all of the language contributors, but often there are linguistic barriers or dead-ends for contact data.</p>
<p>To read the requirements and to get started on your language contribution to Asterisk, see this document which will soon be part of the Asterisk standard distribution: <a title="Asterisk Language Submission Criteria v1.5" href="https://issues.asterisk.org/file_download.php?file_id=23667&amp;type=bug" target="_blank">Asterisk Language Submisson Criteria</a>, part of <a title="Issue 15771" href="https://issues.asterisk.org/view.php?id=15771" target="_blank">issue #15771</a>.</p>
<p>JT</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/5R-9unv1Apo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/09/02/new-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/09/02/new-languages/</feedburner:origLink></item>
		<item>
		<title>Skype for Asterisk – Production Released!</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/LHBtw-vB51s/</link>
		<comments>http://blogs.digium.com/2009/08/31/skype-for-asterisk-production-released/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 05:59:27 +0000</pubDate>
		<dc:creator>pengler</dc:creator>
				<category><![CDATA[Digium]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5162</guid>
		<description><![CDATA[Well, I am pleased to announce that Skype for Asterisk has production released! It has been a long road of field testing under many use cases but all of us at Digium believe the wait for the general public was worth it. The development effort in conjunction with Skype has produced a stable and feature rich [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I am pleased to announce that Skype for Asterisk has production released! It has been a long road of field testing under many use cases but all of us at Digium believe the wait for the general public was worth it. The development effort in conjunction with Skype has produced a stable and feature rich product that has the best call quality of any solution in the market.</p>
<p>For those of you who aren’t familiar with Skype for Asterisk (SfA), it is an add-on channel driver that integrates Skype calling with Asterisk-based telephony systems and allows businesses to build a presence in the Skype community. Once a business is connected to the Skype community via SfA, free calls to the 400 million + Skype users and low rates for calling landlines and mobile phones are available to lower their telecommunications costs.</p>
<p>The SfA product will be the only solution that integrates Asterisk directly with Skype with no external gateway hardware. This is not a “proxy” solution and the call quality will be superior to anything else on the market. Customers will have the ability to make, receive and transfer Skype calls from within Asterisk phone systems, using existing hardware and existing Asterisk configurations: Skype calls become just another Asterisk call.</p>
<p>Some of the features that are supported in this release are:</p>
<ul>
<li>Make Skype-to-Skype calls.</li>
<li>Receive calls with online numbers (SkypeIn).</li>
<li>Make world-wide PSTN calls to landline and mobile phones (SkypeOut).</li>
<li>Make and receive multiple concurrent Skype calls from the same Skype account.</li>
<li>DTMF support for incoming and outgoing calls.</li>
<li>Read Skype profile fields from incoming calls.</li>
<li>Set and retrieve online status.</li>
<li>Set privacy settings.</li>
<li>Handle incoming Skype calls using Asterisk applications such as voicemail, ACD, MeetMe conferencing, etc.</li>
<li>Simultaneous access from both Asterisk and the Skype desktop client.</li>
<li>Trunk calls between Asterisk servers over Skype.</li>
<li>Supports G.711 and G.729 (included) codecs.</li>
</ul>
<p>During the extended beta testing period, there were an abundance of users and test case scenarios applied. Users from all parts of the world participated. One of our favorite uses of SfA involved a solution that implemented both fixed to mobile convergence and dynamic contact routing through Asterisk. The Asterisk-based PBX was integrated into a customer’s traditional telephony service, SIP extensions, Skype users and mobile network.  A custom script was developed that attempted to find the user where they are available whether on their SIP client (via their desk-phone or mobile), their Skype account (on their PC or mobile), direct to their mobile or to their voicemail (which is sent to their e-mail account). The order of this routing is based on individual preference and cost efficiency to the business.</p>
<p>So what&#8217;s next? Digium and Skype are continuing to collaborate by listening to our customer&#8217;s suggestions to enhance SfA for the next release so it can continue to solve problems for businesses. We are all excited to bring this functionality to Asterisk servers everywhere and will continue to enhance the features.</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/LHBtw-vB51s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/08/31/skype-for-asterisk-production-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/08/31/skype-for-asterisk-production-released/</feedburner:origLink></item>
		<item>
		<title>Social Networking at its’ best – a case study</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/C-CogU4lS8U/</link>
		<comments>http://blogs.digium.com/2009/08/24/social-networking-at-its-best-a-case-study/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:16:11 +0000</pubDate>
		<dc:creator>beelinebill</dc:creator>
				<category><![CDATA[Asterisk Global Online Community]]></category>
		<category><![CDATA[AsteriskNOW]]></category>
		<category><![CDATA[AstriCon]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[Digium Asterisk World]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Tradeshows]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5142</guid>
		<description><![CDATA[Social media and social networking have disrupted online collaboration and communications. Make no bones about it, if you have not started using today’s most common social networking tools, I suspect you are getting close to using at least one of them. You may soon have no choice as traditional methods are falling out of favor. [...]]]></description>
			<content:encoded><![CDATA[<p>Social media and social networking have disrupted online collaboration and communications. Make no bones about it, if you have not started using today’s most common social networking tools, I suspect you are getting close to using at least one of them. You may soon have no choice as traditional methods are falling out of favor. From press releases to customer service to complaints it’s just “happening!”</p>
<p>Social Media and Social Networking have been around for a few years with various social networking tools and platforms such as LinkedIn, Facebook and Twitter leading the charge. There are many others including Digg, Plaxo, Zoominfo and Friendfeed. Job applicants are learning the first thing HR departments or hiring managers do is check your profile. This can be devastating to those who allow certain types of info to be posted on their profiles or sites especially in this recession. From a business standpoint Digium is one forward thinking company embracing these tools seriously in all aspects of business. Let’s explore Digium’s use of social media and social networking.</p>
<p>In the past year, tremendous momentum has occurred using these tools for business. How are they being used? Let’s look:</p>
<ul>
<li>Tweets: <strong>Twitter </strong>messages are up to 140 characters in length and each post of called a “tweet”</li>
<li><strong>Facebook</strong> messages: Facebook is used mostly for friends, family, pictures, events, and classmates but business use is emerging</li>
<li><strong>LinkedIn</strong>: historically the most serious business networking site</li>
<li><strong>Community</strong>: As an open source leader, Digium is no stranger to Community where developers, users, friends and customers post everything from questions to technology recommendations.  You will see Digium&#8217;s John Todd, Asterisk Community Director, posting, answering questions and blogging making sure we address issues in real time. These are posted in online <a href="http://www.asterisk.org"><strong>Forums</strong></a> as well as on <strong>mailing lists</strong> and in <strong>email</strong>.</li>
<li><strong>PR</strong>: public relations have adopted social media as new methods to do press releases, reach out to press and analysts and marketing pitches</li>
<li><strong>Recommendations</strong>: LinkedIn has become the defacto standard for business connections and posting backgrounds and resumes; job hunting – recruiters can easily find talent they had no access to previously; and colleagues and former colleagues can post recommendations about co-workers and former co-workers.</li>
</ul>
<p>Consider the fact that personal email has been surpassed by social networks and blogs (Nielson Online, March 2009). Online collaboration has become a fundamental tenet of business’ online personality. We are becoming a web-based society. Just look at the bulleted list above: all are online except email, which is fast becoming web-based as desktop email systems are disappearing. Collaboration is replacing formal business communications, 800-number calls, and public relations! Some examples?</p>
<ul>
<li>Customer Service: post a complaint about a company, product, or service and you may get a response within minutes. If you called the 800 number you may be on hold longer than it takes to get a Tweet response.</li>
<li>Pre-sales: Looking for a new IP PBX? Gateway? Make a post to your followers, and if you have built critical mass you are liable to get half dozen responses from vendors, resellers, consultants or even press members.</li>
<li>Technical Support: Open source “communities” have been providing these types of platforms for years, but add Twitter, Facebook fan clubs, LinkedIn “groups” and you might get several types of assistance in real time.</li>
<li>PR: social media releases are taking on a whole new persona; our very own well known Tristan Degenhardt says, “Social Networking releases give plenty of ‘bang for the buck’ and facilitate getting coverage for smaller stories that wouldn&#8217;t normally warrant an entire press release, or coverage for ancillary stories related to more major news.&#8221; Tristan also feels &#8220;social media releases are more participatory- rather than just releasing the news out into the wild, you&#8217;ve got more opportunity to have a conversation with readers and followers.”</li>
</ul>
<p>This is more powerful than a trade rag picking up a release that you’ve paid to distribute and it shows up a month or two later in a magazine. Immediate reaction, a web site click becoming a lead, collaboration between resellers and users, any number of interactive scenarios are enabled using social media.</p>
<p>At <a href="http://www.astricon.net">Astricon</a> and <a href="http://www.digiumasteriskworld.com">Digium Asterisk World</a>, we create constant streams of Tweets and several of our team and of our Asterisk community post interesting information which is appreciated by those not able to attend or attendees that may miss something if they don’t know its happening.</p>
<p>Digium has several social networking sites and accounts:</p>
<p><strong>Twitter:</strong></p>
<ul>
<li><a href="http://www.twitter.com/digium">digium</a></li>
<li><a href="http://www.twitter.com/asteriskpbx">asteriskpbx</a></li>
<li><a href="http://www.twitter.com/astricon">astricon</a></li>
<li><a href="http://www.twitter.com/asterisknow">asterisknow</a></li>
<li><a href="http://www.twitter.com/switchvox">switchvox</a></li>
<li><a href="http://www.twitter.com/beelinebill">beelinebill (me)</a></li>
</ul>
<h3><a href="http://www.linkedin.com">LinkedIn</a>: What is unique? Many of these groups are created by our customers, partners, and enthusiastic Asterisk fans:</h3>
<ul>
<li>Asterisk Open Source Communications Platform</li>
<li> Asterisk &#8211; A Digium Sponsored Project</li>
<li>Asterisk Trainers of the World</li>
<li>Digium Switchvox USA Resellers</li>
<li>Switchvox Administrators</li>
<li>The Asterisk Group</li>
<li>Digium</li>
</ul>
<h3><a href="http://www.facebook.com">Facebook</a>: (sampling, there are many of these fan clubs and  groups you can join to collaborate)</h3>
<ul>
<li><a href="http://www.facebook.com/DigiumTheAsteriskCompany?ref=sgm">Digium, Inc.</a>Products</li>
<li><a href="http://www.facebook.com/pages/Asterisk/15921140225?ref=sgm">Asterisk</a> Products</li>
<li><a href="http://www.facebook.com/digiumasterisk?ref=sgm">Asterisk</a> Technology Product / Service</li>
<li><a href="http://www.facebook.com/pages/Asterisk/18576666722?ref=sgm"></a> <a href="http://www.facebook.com/pages/Asterisk/18576666722?ref=sgm">Asterisk</a> Technology and Telecommunications Service</li>
</ul>
<p><span style="text-decoration: underline;"> </span></p>
<p>We have received customer feedback, suggestions, highly qualified sales leads, and we thoroughly enjoy talking to customers, analysts, press, colleagues and leveraging the ever-changing and evolving social media web world.</p>
<p>We have been at this at Digium for some time now, but if you are just getting started you will need to build a strategy and execution plan as in any business and then continuously refine as we do. You can get all too consumed if not careful but with a steady effort you can build and execute your social media and social networking efforts. Join us at the above locations, we look forward to your participation!</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/C-CogU4lS8U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/08/24/social-networking-at-its-best-a-case-study/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/08/24/social-networking-at-its-best-a-case-study/</feedburner:origLink></item>
		<item>
		<title>Asterisk Music-On-Hold Changes</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/7OXwaib5-mM/</link>
		<comments>http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 18:51:52 +0000</pubDate>
		<dc:creator>jtodd</dc:creator>
				<category><![CDATA[Asterisk Global Online Community]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Digium]]></category>
		<category><![CDATA[Genuine Asterisk]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Source Policy]]></category>
		<category><![CDATA[Trademarks]]></category>
		<category><![CDATA[attribution]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[lawyers]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[moh]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music on hold]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5132</guid>
		<description><![CDATA[Asterisk is undergoing a subtle but important change in the way it sounds.
Asterisk has had for quite some time the ability to play Music On Hold (MOH) to callers as an optionally configured call feature.  Of course, as soon as the code had the ability to play music, there was a general request and obvious [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Asterisk is undergoing a subtle but important change in the way it sounds.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Asterisk has had for quite some time the ability to play Music On Hold (MOH) to callers as an optionally configured call feature.  Of course, as soon as the code had the ability to play music, there was a general request and obvious concept that Asterisk should include a few default music-on-hold files.  At that point, several people within Digium looked around at the possible files we could use, but all of them had some type of license issues, which is understandable.  We found a company which sold rights to music, and we discussed in specific, painstaking detail what we wanted to do with the files and how they were going to be used.  They agreed that we could do what we wanted and distribute the files with Asterisk and that they were able to provide to us the appropriate license, so we paid our fee and proceeded to pick some likely music.  We then included them in Asterisk in the hopes that the community would find them useful as part of the system without having to search out selections which complied with various copyright issues.  This was a good-faith gesture on our part, and we had a quite reasonable expectation that the vendor from whom we purchased the license was authorized to provide to us a global right-to-use and redistribution capability to the Asterisk community for these sound files.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Apparently, that assumption is now being questioned.  In some nations (Australia and France, to pick two that have been brought to our attention) there are some who are claiming that we do not have the rights outlined above, and that our users therefore are in a similar situation where they may be in violation of license terms.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">In the interests of space here I will not outline the exact organizations, laws, and claims in question.  Suffice it to say they are complex and unclear with a broad range of possible interpretations. Currently, at least two organizations disagree that we are complying with a set of license terms.  This is very far outside of Digium&#8217;s ability or interest to manage, nor do we wish to become involved in the protracted series of legal proceedings required to sort out this licensing issue.  So we have chosen another path that is more clear to us: we will eliminate the files of questionable license from Asterisk, and replace them with music that has a clearly defined and more acceptable licensing term which is compatible with both the Asterisk license, and with any reasonable redistribution methods that might be used by others who re-package Asterisk.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">So how can we be assured this won&#8217;t happen again?  The new music we&#8217;ve included is under the Creative Commons 2.5 license &#8211; which quite frankly didn&#8217;t have much of a following for media back when we first were looking for a set of MOH files.  Certainly, the selection of good-quality music files that would suffice did not exist in an easy-to-obtain fashion, or we would have gone this route in the first place.  Hopefully you&#8217;ll like the new music on hold, and will be customers of the artists who have so graciously given their work out under such a reasonable license.   We found the new music on Opsound for those of you who are looking for an even wider selection of freely available music.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">We apologize for putting people through this aggravation &#8211; we sincerely wish that the recording industry would standardize license terms and avoid treating customers like enemies.  Perhaps there is a silver lining here &#8211;  this may be a good opportunity for you to freshen up your hold music &#8211; maybe &#8220;Calm River&#8221; was getting under people&#8217;s skin after the thousandth time you put them on hold.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The Gory Tech Details:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The new files can be found here: http://downloads.asterisk.org/pub/telephony/sounds/</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The new files have names that contain &#8220;opsound&#8221; replacing the term &#8220;freeplay&#8221; in the file names.  It&#8217;s really that simple.  We&#8217;ve removed the old &#8220;freeplay&#8221; files and symlinked the old names to the new &#8220;opsound&#8221; versions, just in case.  The contents of the .tar archives are different, but Asterisk should &#8220;just work&#8221; when the file contents are put in place unless you&#8217;ve extensively modified your music on hold configurations.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">If you have an existing Asterisk system: it is our suggestion that you delete any and all copies of the existing &#8220;freeplay&#8221; music on hold set on your system(s) and replace them with the new &#8220;opsound&#8221; module sets.  The good news is that this is very simple &#8211; very little configuration is required on your system &#8211; just a simple file copy and then restart Asterisk to see the new files.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">What happens if you don&#8217;t update your music on hold?  The state of the FreePlay license currently in is question, and even if it is determined that the Freeplay files were not provided under the necessary license terms,  it&#8217;s unlikely that enforcement actions will be brought against end-users for using unlicensed hold music.  However, we would encourage all administrators to update their instances of Asterisk to the new sound files.  This is really a distasteful process for all of us, and in order to protect ourselves from any future liability we&#8217;re going to suggest that everyone remove the older files entirely.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The update is easy, which is the good news.  For &#8220;baseline&#8221; Asterisk systems, you simply need to remove the existing MOH files in your MOH directory (typically/var/lib/asterisk/moh on Linux systems.)  In fact, you&#8217;d probably be well-served just to delete everything out of that directory unless you&#8217;ve added your own MOH files.  Then, download one or more of the MOH .tar files into that directory (wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-moh-opsound-gsm.tar.gz) and then unpack them (tar -xvzf asterisk-moh-opsound-gsm.tar.gz) then restart Asterisk (or issue an &#8220;moh reload&#8221; from the CLI) &#8211; you&#8217;re all done!  Fetch only the .tar files of the codecs you expect to actually use &#8211; typically, downloading the ULAW or GSM version is sufficient for most installations.  If you don&#8217;t have a certain file format for a certain codec, Asterisk will automatically convert whatever you have into whatever is needed at the cost of a small bit of processing power.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">If you have a pre-packaged Asterisk system &#8211; just wait a bit.  I&#8217;m sure the distributors for the various front-end platforms will have an update shortly which will allow for this to be done via the UI, but that may take some time to percolate through the various development groups who build such packages.  If you&#8217;re a re-distributor of Asterisk in some form or another for versions created prior to today&#8217;s date, we&#8217;d suggest deleting any of the &#8220;freeplay&#8221; versions of your sounds and replacing with the drop-in versions of the &#8220;opsound&#8221; files.  There are no filename dependencies in the Makefiles, so replacement is very simple.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">We apologize for the inconvenience, and hope the new music at least offers a welcome change to temper the unfortunate requirement for update.</div>
<p>Asterisk is undergoing a subtle but important change in the way it sounds.</p>
<p>Open Source Asterisk has had for quite some time the ability to play Music On Hold (MOH) to callers as an optionally configured call feature.  Of course, as soon as the code had the ability to play music, there was a general request and obvious concept that Asterisk should include a few default music-on-hold files.  At that point, several people within Digium looked around at the possible files we could use, but all of them had some type of license issues, which is understandable.  We found a company which sold rights to music, and we discussed in specific, painstaking detail what we wanted to do with the files and how they were going to be used.  They agreed that we could do what we wanted and distribute the files with Asterisk and that they were able to provide to us the appropriate license, so we paid our fee and proceeded to pick some likely music.  We then included them in Asterisk in the hopes that the community would find them useful as part of the system without having to search out selections which complied with various copyright issues.  This was a good-faith gesture on our part, and we had a quite reasonable expectation that the vendor from whom we purchased the license was authorized to provide to us a global right-to-use and redistribution capability to the Asterisk community for these sound files.</p>
<p>Apparently, that assumption is now being questioned.  In some nations (Australia and France, to pick two that have been brought to our attention) there are some who are claiming that we do not have the rights outlined above, and that our users therefore are in a similar situation where they may be in violation of license terms.</p>
<p>In the interests of space here I will not outline the exact organizations, laws, and claims in question.  Suffice it to say they are complex and unclear with a broad range of possible interpretations. Currently, at least two organizations disagree that we are complying with a set of license terms.  This is very far outside of Digium&#8217;s ability or interest to manage, nor do we wish to become involved in the protracted series of legal proceedings required to sort out this licensing issue.  So we have chosen another path that is more clear to us: we will eliminate the files of questionable license from Asterisk, and replace them with music that has  clearly defined and more acceptable licensing terms which are compatible with both the Asterisk license, and with any reasonable redistribution methods that might be used by others who re-package Asterisk.</p>
<p>So how can we be assured this won&#8217;t happen again?  The new music we&#8217;ve included is under the Creative Commons 2.5 license &#8211; which quite frankly didn&#8217;t have much of a following for media back when we first were looking for a set of MOH files.  Certainly, the selection of good-quality music files that would suffice did not exist in an easy-to-obtain fashion, or we would have gone this route in the first place.  Hopefully you&#8217;ll like the new music on hold, and will be customers of the artists who have so graciously given their work out under such a reasonable license.   We found the new music on <a href="http://www.opsound.org">Opsound</a> for those of you who are looking for an even wider selection of freely available music.</p>
<p>We apologize for putting people through this aggravation &#8211; we sincerely wish that the recording industry would standardize license terms and avoid treating customers like enemies.  Perhaps there is a silver lining here &#8211;  this may be a good opportunity for you to freshen up your hold music &#8211; maybe &#8220;Calm River&#8221; was getting under people&#8217;s skin after the thousandth time you put them on hold.</p>
<p><strong>The Gory Tech Details:</strong></p>
<p>The new files can be found here: <a title="Asterisk Music On Hold Directory" href="http://downloads.asterisk.org/pub/telephony/sounds/" target="_blank">http://downloads.asterisk.org/pub/telephony/sounds/</a></p>
<p>The new files have names that contain &#8220;opsound&#8221; replacing the term &#8220;freeplay&#8221; in the file names.  It&#8217;s really that simple.  We&#8217;ve removed the old &#8220;freeplay&#8221; files and symlinked the old names to the new &#8220;opsound&#8221; versions, just in case.  The contents of the .tar archives are different, but Asterisk should &#8220;just work&#8221; when the file contents are put in place unless you&#8217;ve extensively modified your music on hold configurations.</p>
<p>If you have an existing Asterisk system it is our suggestion that you delete any and all copies of the existing &#8220;freeplay&#8221; music on hold set on your system(s) and replace them with the new &#8220;opsound&#8221; module sets.  The good news is that this is very simple &#8211; very little configuration is required on your system &#8211; just a simple file copy and then restart Asterisk to see the new files.</p>
<p>What happens if you don&#8217;t update your music on hold?  The state of the FreePlay license currently is in question, and even if it is determined that the Freeplay files were not provided under the necessary license terms,  it&#8217;s unlikely that enforcement actions will be brought against end-users for using unlicensed hold music.  However, we would encourage all administrators to update their instances of Asterisk to the new sound files.  This is really a distasteful process for all of us, and in order to protect ourselves from any future liability we&#8217;re going to suggest that everyone remove the older files entirely.</p>
<p>The update is easy, which is the good news.  For &#8220;baseline&#8221; Asterisk systems, you simply need to remove the existing MOH files in your MOH directory (typically/var/lib/asterisk/moh on Linux systems.)  In fact, you&#8217;d probably be well-served just to delete everything out of that directory unless you&#8217;ve added your own MOH files.  Then, download one or more of the MOH .tar files into that directory (<em>wget <a title="New Music On Hold - GSM Format" href="http://downloads.asterisk.org/pub/telephony/sounds/asterisk-moh-opsound-gsm.tar.gz" target="_blank">http://downloads.asterisk.org/pub/telephony/sounds/asterisk-moh-opsound-gsm.tar.gz</a></em>) and then unpack them (<em>tar -xvzf asterisk-moh-opsound-gsm.tar.gz</em>) then restart Asterisk (or issue an &#8220;<em>moh reload</em>&#8221; from the CLI) &#8211; you&#8217;re all done!  Fetch only the .tar.gz files of the formats you expect to actually use &#8211; typically, downloading the ULAW or GSM version is sufficient for most installations.  If you don&#8217;t have a certain file format for a certain codec, Asterisk will automatically convert whatever you have into whatever is needed at the cost of a small bit of processing power. For AsteriskNOW users, a simple &#8216;yum update&#8217; operation will replace the MOH files installed on the system.</p>
<p>If you have a pre-packaged Asterisk system &#8211; just wait a bit.  I&#8217;m sure the distributors for the various front-end platforms will have an update shortly which will allow for this to be done via the UI, but that may take some time to percolate through the various development groups who build such packages.  If you&#8217;re a re-distributor of Asterisk in some form or another for versions created prior to today&#8217;s date, we&#8217;d suggest deleting any of the &#8220;freeplay&#8221; versions of your sounds and replacing with the drop-in versions of the &#8220;opsound&#8221; files.  There are no filename dependencies in the Makefiles, so replacement is very simple.</p>
<p>We apologize for the inconvenience, and hope the new music at least offers a welcome change to temper the unfortunate requirement for update.</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/7OXwaib5-mM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/</feedburner:origLink></item>
		<item>
		<title>Awards and Astricon!</title>
		<link>http://feedproxy.google.com/~r/InsideTheAsterisk/~3/VH1ZosVll0A/</link>
		<comments>http://blogs.digium.com/2009/08/16/awards-and-astricon/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 04:10:31 +0000</pubDate>
		<dc:creator>markster</dc:creator>
				<category><![CDATA[Digium]]></category>

		<guid isPermaLink="false">http://blogs.digium.com/?p=5130</guid>
		<description><![CDATA[Again it&#8217;s starting to be that time of year where AstriCon http://www.astricon.net is becoming visible on the horizon.
This year promises again to be a record-breaker &#8211; we&#8217;ve already got
more pre-show signups, more participants on the show floor, and a
fantastic line-up of speakers and sessions.  There will even be a job
fair for those of you looking [...]]]></description>
			<content:encoded><![CDATA[<p>Again it&#8217;s starting to be that time of year where AstriCon <span id="OBJ_PREFIX_DWT24" class="Object"><span id="OBJ_PREFIX_DWT25" class="Object"><a href="http://www.astricon.net/" target="_blank">http://www.astricon.net</a> is becoming visible on the horizon.</span></span></p>
<p>This year promises again to be a record-breaker &#8211; we&#8217;ve already got<br />
more pre-show signups, more participants on the show floor, and a<br />
fantastic line-up of speakers and sessions.  There will even be a job<br />
fair for those of you looking for a change in venue, or for those of<br />
you looking for Asterisk-clued admins and developers.  (watch this<br />
space for more details)</p>
<p>In fact, it looks like AstriCon is situated to be among the biggest shows for the quarter in the whole VoIP industry &#8211; how&#8217;s THAT for an open-source project?  I think it&#8217;s great, and I&#8217;m looking forward to the biggest and best conference ever.</p>
<p>We&#8217;ve got a focus this year on Enterprise and Government deployments of Asterisk as well as the very active &#8220;Cloud&#8221; uses, and there is a track on each of those.  As always, we have an in-depth Technical track for developers and administrators, a Call Center track, and a Commerce track for resellers and consultants.  Each of the tracks is focused on their respective areas, but almost all of the talkss would be interesting to almost any attendee &#8211; there is a lot of crossover between what each group finds interesting, which is why I love talking to attendees.  Everyone has an interesting story or application!</p>
<p><em>Speaking of which&#8230;</em></p>
<p>Last year, we had a great crop of participants in the Asterisk  Innovation awards program, where Digium tries to recognize some of the most novel and profitable uses of Asterisk in the now-huge community of users and companies that create products around the toolkit.  We have had a great response this year &#8211; more than ever! &#8211; but I <strong>know</strong> I have seen other really cool Asterisk-based products out there that are new, but somehow didn&#8217;t make it onto our list.  If there are any last minute, gold nugget application candidates out there (even silly ones), I&#8217;m happy to sneak them into the running.  See this link: <span id="OBJ_PREFIX_DWT26" class="Object"><span id="OBJ_PREFIX_DWT27" class="Object"><a href="http://www.digium.com/en/company/awards/innovation.php" target="_blank">http://www.digium.com/en/company/awards/innovation.php</a></span></span> and mail Julie with your proposal, and I&#8217;ll hopefully be awarding<br />
your company the prize at the AstriCon opening sessions.</p>
<p>The economy <span id="OBJ_PREFIX_DWT28" class="Object"><span id="OBJ_PREFIX_DWT29" class="Object">may</span></span> make things tough for many of you, but I&#8217;d encourage you to see what you can do to make it to AstriCon.  This is such a valuable conference, from both a social networking perspective as well as what you&#8217;ll learn in the great line-up of talks. Beg/negotiate with/threaten your boss with inappropriate photos, squeeze your budget, and maybe trade in some frequent flyer miles &#8211; this conference will be worth it.  Even if it means eating chicken nuggets for a few lunches instead to help offset the cost of the room (which we got a good rate on again this year.)  :-)  What you learn at AstriCon makes you more valuable to your company, and more<br />
able to do your job.  We&#8217;re trying to pack as much knowledge into three days as possible, and you won&#8217;t be able to help coming away from the conference with dozens of things to try, or ideas to research, or new friends to communicate with.  I hope to see you there!</p>
<p>- Mark Spencer</p>
<img src="http://feeds.feedburner.com/~r/InsideTheAsterisk/~4/VH1ZosVll0A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.digium.com/2009/08/16/awards-and-astricon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blogs.digium.com/2009/08/16/awards-and-astricon/</feedburner:origLink></item>
	</channel>
</rss>
