[rcitelco/sad] f42338: Adding temporary file blocking.
- From:
-
- Date:
- 2010-08-08 @ 01:34
Branch: refs/heads/master
Home: https://github.com/rcitelco/sad
Commit: f4233818e00d4c111de695c3488cca77e8efd7af
https://github.com/rcitelco/sad/commit/f4233818e00d4c111de695c3488cca77e8efd7af
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-06 (Fri, 06 Aug 2010)
Changed paths:
A .gitignore
Log Message:
-----------
Adding temporary file blocking.
Commit: abbf21b01d3942191eb326db76fa14ad7f401bdf
https://github.com/rcitelco/sad/commit/abbf21b01d3942191eb326db76fa14ad7f401bdf
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-06 (Fri, 06 Aug 2010)
Changed paths:
R asterisk/agents.conf
M asterisk/modules.conf
Log Message:
-----------
Preventing `chan_agent.so` from loading.
Since none of our services make use of queues, we don't need agents. This will
also save us the trouble of keeping the `agents.conf` file around
unnecessarily.
If we ever need to make use of queues or agents, we can simply add them back.
Commit: 33387f3e4655825ad47e20bed389d1fb43296d4b
https://github.com/rcitelco/sad/commit/33387f3e4655825ad47e20bed389d1fb43296d4b
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-07 (Sat, 07 Aug 2010)
Changed paths:
R asterisk/minivm.conf
M asterisk/modules.conf
Log Message:
-----------
Removing `minivm` from Asterisk modules.
By removing `minivm` we are slimming down our Asterisk install, making it run
faster, and also clearing out unnecessary clutter from our config files.
The minivm module provides support for a simple voicemail service. I figure
that if we ever decide to write code / utilities that make use of minivm, we
can simply add it back into our modules.conf so that it loads.