Category Archives: Asterisk

SA Police Speed Camera Monitor for Asterisk

I’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 … Continue reading

Posted in Asterisk, Coding, VoIP | Comments Off

conf.py v0.3

There’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 … Continue reading

Posted in Asterisk, Coding, VoIP | Comments Off

Asterisk Time System

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) ; … Continue reading

Posted in Asterisk, VoIP | Comments Off

conf.py 0.2

I’ve now updated “conf.py” 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. … Continue reading

Posted in Asterisk, Coding, VoIP | Comments Off

Happy 2006, conf.py v0.1, autodialler-au v0.1

Happy 2006! I’ve been slacking off with this whole blogging thing, and there’s a whole lot of changed things. This whole use of static content in the blog has ment that I’m posting less. I’ve written a small python script … Continue reading

Posted in Asterisk, Coding, VoIP | Comments Off