<?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>i summon one kim &#187; Asterisk</title>
	<atom:link href="http://kimmo.suominen.com/archives/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimmo.suominen.com</link>
	<description>The website of Kimmo Suominen</description>
	<lastBuildDate>Thu, 15 Dec 2011 02:20:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<cloud domain='kimmo.suominen.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Bring back audio after Asterisk 1.6 upgrade</title>
		<link>http://kimmo.suominen.com/archives/2011/07/bring-back-audio-after-asterisk-1-6-upgrade/</link>
		<comments>http://kimmo.suominen.com/archives/2011/07/bring-back-audio-after-asterisk-1-6-upgrade/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 19:03:00 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=391</guid>
		<description><![CDATA[I upgraded to Asterisk 1.6 some time ago, but didn&#8217;t think anything was wrong until recently. Calls coming in from Callcentric didn&#8217;t work: I received no audio. Everything had been working fine with Asterisk 1.4. I don&#8217;t get many calls, so initially I dismissed this as a temporary problem. Calls from my other four carriers [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded to <a href="http://www.asterisk.org/">Asterisk</a> 1.6 some time ago, but didn&#8217;t think anything was wrong until recently. Calls coming in from <a href="http://www.callcentric.com/">Callcentric</a> didn&#8217;t work: I received no audio. Everything had been working fine with Asterisk 1.4. I don&#8217;t get many calls, so initially I dismissed this as a temporary problem. Calls from my other four carriers kept working fine.</p>

<p>After some research, I noticed the following settings <a href="http://www.callcentric.com/support/device/asterisk/1_6">suggested by Callcentric</a>:</p>

<blockquote>
<pre><code>session-timers=refuse
session-expires=180
session-minse=90
session-refresher=uas
</code></pre>
</blockquote>

<p>I&#8217;ve placed this in the <code>[general]</code> section of <code>sip.conf</code>, because calls from Callcentric arrive from multiple servers and the way Asterisk handles SRV records, only one of the servers ends up mapping into the per-carrier context at any given time. It doesn&#8217;t seem to have an adverse effect on calls from other carriers. (It is just turning off functionality new to 1.6, and setting some sensible defaults.)</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2011/07/bring-back-audio-after-asterisk-1-6-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk installation</title>
		<link>http://kimmo.suominen.com/archives/2009/05/asterisk-installation/</link>
		<comments>http://kimmo.suominen.com/archives/2009/05/asterisk-installation/#comments</comments>
		<pubDate>Sun, 24 May 2009 14:28:42 +0000</pubDate>
		<dc:creator>Kimmo Suominen</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kimmo.suominen.com/?p=278</guid>
		<description><![CDATA[Just a short note on getting a minimal Asterisk environment installed on current versions of Debian and Ubuntu: aptitude install asterisk m-a a-i zaptel modprobe ztdummy Also add ztdummy to /etc/modules so it gets loaded when the system starts. If the m-a command is not found, install the module-assistant package.]]></description>
			<content:encoded><![CDATA[<p>Just a short note on getting a minimal Asterisk environment installed on current versions of Debian and Ubuntu:</p>

<blockquote>
<pre><code>aptitude install asterisk
m-a a-i zaptel
modprobe ztdummy
</code></pre>
</blockquote>

<p>Also add <code>ztdummy</code> to <code>/etc/modules</code> so it gets loaded when the system starts.</p>

<p>If the <code>m-a</code> command is not found, install the <code>module-assistant</code> package.</p>]]></content:encoded>
			<wfw:commentRss>http://kimmo.suominen.com/archives/2009/05/asterisk-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

