Category Archives: asterisk

queues not working after reboot on trixbox 2.8.0.4

There is a bug in trixbox 2.8.0.4. After a reboot, queues won’t parse calls to agents.

The solution is quite easy. All you need to do is edit modules.conf

Read more »

how to send a fax from cli with hylafax

create a file

vi test

and insert some text, then send it with the following command

sendfax -n -D -d XXXXXXX test

where XXXXXXX is the number of the remote fax machine, replace it with a valid fax number

securing asterisk

In the last couple of years voip pbx are under some serious attacks. This is mainly because of tools being published over the net. For example watch the following clip to see how easy it is even for a pc-newbie to attack unprotected systems

here are some things you can do to harden the security on your asterisk server

Read more »