projectb14ck

Random thoughts of a happy programmer.

Archive for the ‘Python’ Category

pycall 1.4 Released

Earlier today I received a patch from EvilZluk. The problem he pointed out to me is that when moving the temporary call files to the Asterisk spooling directory, if the spooling directory is on a separate device, an exception would be raised as the os.rename function cannot support moving files across devices. In order to [...]

pycall 1.3 Released

Earlier today I received an email from Marcelo Araujo (marcelo@midivts.org) which contained a patch for pycall to add support for local trunks. So I patched pycall up, updated the changelog, the builds, and pushed everything out.
The problem with the earlier versions of pycall is that they didn’t properly support local trunks. In Asterisk, local trunks [...]

User Authentication With Django

This article will teach you how to authenticate users with Django in a simple, quick, and secure manner. You’ll also learn how to require authentication on certain pages of your website, and how to gracefully handle login and logout functionality.
The target audience is people who have had minimal experience with Django, and are aware of [...]

pycall Unleashed

A few months back I released the first version of my rather popular Asterisk call file library, pycall. pycall is a python library which makes creating and using Asterisk call files extremely, EXTREMELY easy. Since its inception, I’ve used pycall in several production environments, and for various other small projects that I’ve worked on.
The past [...]

© 2008-2009 projectb14ck
Powered by Wordpress and made by Guerrilla