<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Children of the init</title>
	<link>http://stkn.techmage.de</link>
	<description>Don&#039;t feed the geek!</description>
	<lastBuildDate>Mon, 21 Feb 2011 23:04:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>FreeSWITCH + OpenAIS = mod_openais</title>
		<description><![CDATA[
Example console output:
freeswitch@test01&#62; ais help

ais cluster &#60;show&#62;
ais help

freeswitch@test01&#62; ais cluster show

=======================================================================
Name: 10.0.0.1
 Node ID:                0x100000a
 Node Address:           10.0.0.1
 Node BootTimestamp:     Fri, 13 Aug 2010 15:14:11 GMT
 Node Is Member:         Yes
-----------------------------------------------------------------------
Name: 10.0.0.2
 Node ID:                0x200000a
 Node Address:           10.0.0.2
 Node BootTimestamp:     Mon, 11 Oct 2010 19:21:50 GMT
 Node Is Member:         Yes
=========================================================

freeswitch@test01&#62;

Example output of ...]]></description>
		<link>http://stkn.techmage.de/archives/228</link>
			</item>
	<item>
		<title>sciphone g2: loading a linux kernel</title>
		<description><![CDATA[Incoming braindump...

Connect phone using serial cable (after you built one).
~# cd osmocom-bb/src/host/osmocon
~# ./osmocon -p /dev/ttyUSB0 -m mtk ../../target/firmware/board/mt62xx/loader.mtkram.bin
got 1 bytes from modem, data looks like: 00  .
got 1 bytes from modem, data looks like: 00  .
Sending MTK romloader beacon...
Sending MTK romloader beacon...
Sending MTK romloader beacon...

osmocon waits for answer packets from the phone, keep pressing ...]]></description>
		<link>http://stkn.techmage.de/archives/206</link>
			</item>
	<item>
		<title>Dream G2 serial cable hacking</title>
		<description><![CDATA[

Connections between the cables are a bit flaky (Mr. Solder Iron will fix that next weekend...), but i can already see the MTK bootloader output in minicom (115200,8n1).]]></description>
		<link>http://stkn.techmage.de/archives/202</link>
			</item>
	<item>
		<title>Analysis of the FreeTDM/OpenZAP BRI PTMP &#8220;Problem&#8221;</title>
		<description><![CDATA[Collecting everything here before posting to the relevant places...

The Problem:

People reporting audio distortion on the BRI PTMP (S0) bus after placing calls with FreeTDM (or other unexpected behaviour like devices crashing, acting odd etc.). Those distortions vanish after stopping or restarting FreeSWITCH. (NOTE: I/O module is Zaptel/DAHDI)

The Cause (short):

1. FreeTDM opens the B-Channel immediately, ...]]></description>
		<link>http://stkn.techmage.de/archives/200</link>
			</item>
	<item>
		<title>libisdn: ASN.1, part 2</title>
		<description><![CDATA[Hey wow, it's been more then a year already, anyway... here's the current state:
ber_encode_oid(): unimplemented!
successfully encoded 53 octets ASN.1 BER data
------ dump (53 octets) ------
[ bf 7f 32 02 02 02 f5 06 06 04 00 85 69 01 03 30 24 a1 06 80 04 31 30 30 31 a2 03 0a 01 ...]]></description>
		<link>http://stkn.techmage.de/archives/197</link>
			</item>
	<item>
		<title>BRI on FreeTDM with ftmod_libpri</title>
		<description><![CDATA[Just a short dump of the configuration files involved in getting a BRI PTMP (Point-to-Multipoint) TE setup running (with a HFC-S card and (v)zaphfc):

1. Install latest libpri (1.4.12_beta2 or higher)

2. Configure and install FreeSWITCH / FreeTDM with configure option "--with-libpri"

FreeTDM configure should output this:
&#60;&#60;&#62;&#62; Digium libpri
checking whether libpri is usable... yes
checking whether libpri has ...]]></description>
		<link>http://stkn.techmage.de/archives/191</link>
			</item>
	<item>
		<title>Q.921 statistic counters</title>
		<description><![CDATA[Q.921 statistic counters are finally useable now:

freeswitch@konata&#62; oz isdn counters 1 q921

=================================================================================
 Q.921 statistic counters for span 1 (cumulative)
=================================================================================
   Name   &#124;     Value     &#124; Flags &#124;                Description                   
---------------------------------------------------------------------------------
ST04      &#124;             1 &#124;       &#124; State: changed to TEI Assigned              
ST05      &#124;             1 &#124;       &#124; State: changed to Awaiting Establishment    
ST06      &#124;             0 &#124;       &#124; State: ...]]></description>
		<link>http://stkn.techmage.de/archives/187</link>
			</item>
	<item>
		<title>New server&#8230;</title>
		<description><![CDATA[Slowly moving services to a new root server and i can finally send the old one into retirement.

So, goodbye aura.netdomination.org, you've served me well over the past six (or seven?) years, hosting thinks like tracker.netdomination.org, primary DNS server and my personal webspace (= this blog, the old one and a ton of random opensource-related ...]]></description>
		<link>http://stkn.techmage.de/archives/176</link>
			</item>
	<item>
		<title>Firefox-3.6: Open related tabs at the end of the tab-bar</title>
		<description><![CDATA[If you happen to not like Firefox-3.6's new behaviour of opening related tabs next to the parent tab instead of at the right end of the tab-bar:

got to "about:config" and set "browser.tabs.insertRelatedAfterCurrent" to "false".]]></description>
		<link>http://stkn.techmage.de/archives/173</link>
			</item>
	<item>
		<title>mod_ssh: libssh-0.4.0 update</title>
		<description><![CDATA[mod_ssh's bundled version of libssh has been updated to version 0.4.0. Parts of mod_ssh had to be fixed to compile with the new libssh version and a couple of things have been improved in the process (e.g. error handling in the load function and the "ssh" api command).

No new features otherwise.

NOTE: There still seems ...]]></description>
		<link>http://stkn.techmage.de/archives/151</link>
			</item>
</channel>
</rss>

