Month: March 2010
-
Queues in Asterisk
================= Building Queues ================= Written by: Leif Madsen Initial version: 2010-01-14 In this article, we’ll look at setting up a pair of queues in Asterisk called ‘sales’ and ‘support’. These queues can be logged into by queue members, and those members will also have the ability to pause and unpause themselves. All configuration will be…
-
SSH keys
First, install OpenSSH on two UNIX machines, hurly and burly. This works best using DSA keys and SSH2 by default as far as I can tell. All the other HOWTOs I’ve seen seem to deal with RSA keys and SSH1, and the instructions not surprisingly fail to work with SSH2. On each machine type ssh…