summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2007-11-29Merged revisions 90163 via svnmerge from Mark Michelson
2007-11-28Merged revisions 90101 via svnmerge from Joshua Colp
2007-11-28Merge some little changes from team/russell/chan_refcount to help reduceRussell Bryant
2007-11-27Merged revisions 89844 via svnmerge from Russell Bryant
2007-11-27Merged revisions 89837 via svnmerge from Mark Michelson
2007-11-27Merged revisions 89622 via svnmerge from Steve Murphy
2007-11-26Merged revisions 89618 via svnmerge from Mark Michelson
2007-11-26- Mark "concise" as deprecatedOlle Johansson
2007-11-26Perform some module use counting audits. This is now done outside the scope o...Joshua Colp
2007-11-26Merged revisions 89587 via svnmerge from Joshua Colp
2007-11-26Merged revisions 89586 via svnmerge from Kevin P. Fleming
2007-11-26Merged revisions 89580 via svnmerge from Mark Michelson
2007-11-26Merged revisions 89571 via svnmerge from Joshua Colp
2007-11-26Don't crash if the 'o' option of ControlPlayback is used without any value.Joshua Colp
2007-11-24Merged revisions 89540 via svnmerge from Tilghman Lesher
2007-11-22more header removalLuigi Rizzo
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22remove some useless includesLuigi Rizzo
2007-11-22more removal of redundant headersLuigi Rizzo
2007-11-22remove redundant headersLuigi Rizzo
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...Steve Murphy
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-21Merged revisions 89495 via svnmerge from Mark Michelson
2007-11-21Merged revisions 89493 via svnmerge from Mark Michelson
2007-11-21Change Read to set READSTATUS as an indication of the resultTilghman Lesher
2007-11-21Merge changes from team/russell/sla_trunk_moh ...Russell Bryant
2007-11-20Make trunk build againTilghman Lesher
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20Fix building of modules under cygwin.Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-19Change warning messages (which are really debug messages) into debug messages.Joshua Colp
2007-11-17another cygwin compatibility fix.Luigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...Mark Michelson
2007-11-16Merged revisions 89323 via svnmerge from Mark Michelson
2007-11-15Fix trunk breakage due to chan->lock being renamed.Tilghman Lesher
2007-11-15Merged revisions 89296 via svnmerge from Russell Bryant
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...Russell Bryant
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofRussell Bryant
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.Russell Bryant
2007-11-13Merged revisions 89241 via svnmerge from Mark Michelson
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...Mark Michelson
2007-11-13Merged revisions 89205 via svnmerge from Mark Michelson
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy