<?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>micolous.id.au &#187; Asterisk</title>
	<atom:link href="http://micolous.id.au/archives/category/voip/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://micolous.id.au</link>
	<description>the result of a blogging accident</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:08:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SA Police Speed Camera Monitor for Asterisk</title>
		<link>http://micolous.id.au/archives/2006/06/11/sa-police-speed-camera-monitor-for-asterisk/</link>
		<comments>http://micolous.id.au/archives/2006/06/11/sa-police-speed-camera-monitor-for-asterisk/#comments</comments>
		<pubDate>Sun, 11 Jun 2006 02:08:26 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2006/02/20/sa-police-speed-camera-monitor-for-asterisk/</guid>
		<description><![CDATA[I&#8217;ve written a PHP-AGI script that uses Asterisk 1.2, PHP 4.3 and Festival to download and speak the locations of speed cameras published on the SA Police website.  For high-traffic PBX systems, it may be desirable to cache the locations on the local machine to reduce PBX load.
Because the script generates wave files on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a PHP-AGI script that uses Asterisk 1.2, PHP 4.3 and Festival to download and speak the locations of speed cameras published on the SA Police website.  For high-traffic PBX systems, it may be desirable to cache the locations on the local machine to reduce PBX load.</p>
<p>Because the script generates wave files on demand, on some systems multiple threads running it may conflict with one another.</p>
<p>Included are extra prompts needed for the script.  They are for demonstration purposes only &#8211; if you want to put it in your own system, you&#8217;ll need to rerecord the prompts.</p>
<p><a href="/static/projects/asterisk/sapol-speedcam/sapol-speed-camera-0.1.tar.bz2">Download v0.1 of the script</a>.</p>
<p><strong>UPDATE</strong> (2006-12-05): This script probably doesn&#8217;t work anymore, as SAPOL nicely screwed up their website. <img src='http://micolous.id.au/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/06/11/sa-police-speed-camera-monitor-for-asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>conf.py v0.3</title>
		<link>http://micolous.id.au/archives/2006/05/01/confpy-v03/</link>
		<comments>http://micolous.id.au/archives/2006/05/01/confpy-v03/#comments</comments>
		<pubDate>Mon, 01 May 2006 02:12:25 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2006/05/01/confpy-v03/</guid>
		<description><![CDATA[There&#8217;s a small update to conf.py.  This version fixes some formatting bugs with the channel and flags fields that ment that they would occasionally overlap in varying directions, depending on the length of the channel name.  This version fixes the bug by doing tests to actualy see where the channel name ends, and [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a small update to conf.py.  This version fixes some formatting bugs with the channel and flags fields that ment that they would occasionally overlap in varying directions, depending on the length of the channel name.  This version fixes the bug by doing tests to actualy see where the channel name ends, and going by that.  So you can now <a href="/static/projects/asterisk/conf-monitor/conf-0.3.py">download v0.3 of the script</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/05/01/confpy-v03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk Time System</title>
		<link>http://micolous.id.au/archives/2006/02/16/asterisk-time-system/</link>
		<comments>http://micolous.id.au/archives/2006/02/16/asterisk-time-system/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 12:47:18 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/?p=50</guid>
		<description><![CDATA[This is a simple dialplan menu that allows the user to enter an Australian postal code and display the current time for the location.  It supports the major time zones.
[custom-time-menu]
; nsw
exten => _2[0-5]XX,1,SayUnixTime(,Australia/NSW)
exten => _2[0-5]XX,2,Goto(custom-new-main-menu,s,1)
; act
exten => _2[6-9]XX,1,SayUnixTime(,Australia/ACT)
exten => _2[6-9]XX,2,Goto(custom-new-main-menu,s,1)
; vic
exten => _3XXX,1,SayUnixTime(,Australia/Victoria)
exten => _3XXX,2,Goto(custom-new-main-menu,s,1)
; qld
exten => _4XXX,1,SayUnixTime(,Australia/Queensland)
exten => _4XXX,2,Goto(custom-new-main-menu,s,1)
; sa
exten => _5XXX,1,SayUnixTime(,Australia/South)
exten => [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple dialplan menu that allows the user to enter an Australian postal code and display the current time for the location.  It supports the major time zones.</p>
<pre>[custom-time-menu]
; nsw
exten => _2[0-5]XX,1,SayUnixTime(,Australia/NSW)
exten => _2[0-5]XX,2,Goto(custom-new-main-menu,s,1)
; act
exten => _2[6-9]XX,1,SayUnixTime(,Australia/ACT)
exten => _2[6-9]XX,2,Goto(custom-new-main-menu,s,1)
; vic
exten => _3XXX,1,SayUnixTime(,Australia/Victoria)
exten => _3XXX,2,Goto(custom-new-main-menu,s,1)
; qld
exten => _4XXX,1,SayUnixTime(,Australia/Queensland)
exten => _4XXX,2,Goto(custom-new-main-menu,s,1)
; sa
exten => _5XXX,1,SayUnixTime(,Australia/South)
exten => _5XXX,2,Goto(custom-new-main-menu,s,1)
; wa
exten => _6XXX,1,SayUnixTime(,Australia/West)
exten => _6XXX,2,Goto(custom-new-main-menu,s,1)
; tas
exten => _7XXX,1,SayUnixTime(,Australia/Tasmania)
exten => _7XXX,2,Goto(custom-new-main-menu,s,1)
; nt
exten => _08XX,1,SayUnixTime(,Australia/North)
exten => _08XX,2,Goto(custom-new-main-menu,s,1)
; exit
exten => 9,1,Goto(custom-new-main-menu,s,1)

exten => s,1,ResponseTimeout(5)
exten => s,2,DigitTimeout(7)
exten => s,3,Wait(2)
exten => s,4,Background(custom/postcode-prompt)

exten => i,1,Wait(1)
exten => i,2,Playback(custom/unknown-location)
exten => i,3,Goto(s,1)

exten => t,1,Goto(custom-new-main-menu,s,1)</pre>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/02/16/asterisk-time-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>conf.py 0.2</title>
		<link>http://micolous.id.au/archives/2006/02/02/confpy-02/</link>
		<comments>http://micolous.id.au/archives/2006/02/02/confpy-02/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 11:08:17 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2006/02/02/confpy-02/</guid>
		<description><![CDATA[I&#8217;ve now updated &#8220;conf.py&#8221; to version 0.2.  This release fixes a bug where if you had multiple Asterisk conferences, and conference A had users and conference B did not, that B would errornously report as having 1 user in it.  That&#8217;s now been fixed now that the script takes into account responses from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now updated &#8220;conf.py&#8221; to <a href="/static/projects/asterisk/conf-monitor/conf-0.2.py">version 0.2</a>.  This release fixes a bug where if you had multiple Asterisk conferences, and conference A had users and conference B did not, that B would errornously report as having 1 user in it.  That&#8217;s now been fixed now that the script takes into account responses from the Asterisk server a bit better.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/02/02/confpy-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 2006, conf.py v0.1, autodialler-au v0.1</title>
		<link>http://micolous.id.au/archives/2006/01/24/happy-2006-confpy-v01/</link>
		<comments>http://micolous.id.au/archives/2006/01/24/happy-2006-confpy-v01/#comments</comments>
		<pubDate>Mon, 23 Jan 2006 21:18:39 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2006/01/24/happy-2006-confpy-v01/</guid>
		<description><![CDATA[Happy 2006!  I&#8217;ve been slacking off with this whole blogging thing, and there&#8217;s a whole lot of changed things.  This whole use of static content in the blog has ment that I&#8217;m posting less.
I&#8217;ve written a small python script that shows who is in an Asterisk MeetMe conference.  You can download it [...]]]></description>
			<content:encoded><![CDATA[<p>Happy 2006!  I&#8217;ve been slacking off with this whole blogging thing, and there&#8217;s a whole lot of changed things.  This whole use of static content in the blog has ment that I&#8217;m posting less.</p>
<p>I&#8217;ve written a small python script that shows who is in an Asterisk MeetMe conference.  You can <a href="/static/projects/asterisk/conf-monitor/conf-0.1.py">download it from here</a>, and there is a <a href="/ap/py/conf.py">demo</a> showing the users on a conference I host.</p>
<p>In other coding, I&#8217;ve also written an autodialler for Asterisk, which is based on NotTheory&#8217;s <a href="http://www.oldskoolphreak.com/tfiles/voip/autodialer.txt">autodialer.pl</a>.  My version uses the ACMA allocated<br />
numbers list, and is written in Python.  The effect is that it simplifies wardialling using Asterisk in Australia.  It additionally generates a template file you can fill out to make notes, and records the phone calls made for future reference.  You can <a href="/static/projects/asterisk/autodialler-au/autodialler-au-0.1.tar.bz2">download it here</a>.  You&#8217;ll need <a href="http://www.rogerbinns.com/apsw.html">apsw</a> installed for python sqlite3 support, and a copy of <a href="http://web.acma.gov.au/numb/openAccess/inquiry/viewAllocationSearch.do">ACMA&#8217;s allocated number database</a> to use the software (converted to<br />
SQLite3 format using the included script, which is the same is what is used in phonesearch).</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/01/24/happy-2006-confpy-v01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
