<?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>lemmingzshadow.net &#187; Asterisk</title>
	<atom:link href="http://lemmingzshadow.net/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemmingzshadow.net</link>
	<description>a webdevel&#039;s weblog</description>
	<lastBuildDate>Fri, 13 Aug 2010 09:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AsteriskNOW mit HFC-S ISDN-Karte</title>
		<link>http://lemmingzshadow.net/7/asterisknow-mit-hfc-s-isdn-karte/</link>
		<comments>http://lemmingzshadow.net/7/asterisknow-mit-hfc-s-isdn-karte/#comments</comments>
		<pubDate>Tue, 20 May 2008 13:15:14 +0000</pubDate>
		<dc:creator>Lemmingz Shadow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[ISDN]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lemmingzshadow.net/?p=7</guid>
		<description><![CDATA[Ein kleiner Tipp für alle die Probleme haben eine ISDN-Karte mit HFC-S Chipsatz (wie etwa diese von Conrad) unter AsteriskNOW 1.0.2 ans laufen zu bekommen. In meinem Fall hat Asterisk die Karte zwar erkannt (mISDN) aber sie funktionierte trotzdem nicht. Weder ein- noch ausgehende Anrufe waren möglich. Grund dafür waren Fehler in der Datei /etc/misdn-init.conf [...]]]></description>
			<content:encoded><![CDATA[<p>Ein kleiner Tipp für alle die Probleme haben eine ISDN-Karte mit HFC-S Chipsatz (<a href="http://www.conrad.de/goto.php?artikel=955078">wie etwa diese von Conrad</a>) unter AsteriskNOW 1.0.2 ans laufen zu bekommen.<br />
In meinem Fall hat Asterisk die Karte zwar erkannt (mISDN) aber sie funktionierte trotzdem nicht. Weder ein- noch ausgehende Anrufe waren möglich.<br />
Grund dafür waren Fehler in der Datei /etc/misdn-init.conf</p>
<p>Abhilfe schaffte folgendes:<br />
<span id="more-7"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">/etc/sbin/misdn-init scan
/etc/sbin/misdn-init config
/etc/sbin/misdn-init start</pre></td></tr></table></div>

<p>Diese drei Befehle schreiben die die misdn-init.conf neu und starten anschließend den Treiber.<br />
Um die mISDN Treiber nach jedem Neustart automatisch zu laden habe ich den Befehl ausserdem in der Datei &#8220;/etc/rc.d/rc.local&#8221; ergänzt. Das sieht dann so aus:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
&nbsp;
touch /var/lock/subsys/local
/usr/sbin/misdn-init start</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://lemmingzshadow.net/7/asterisknow-mit-hfc-s-isdn-karte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
