aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19Merged revisions 110035 via svnmerge from file1-2/+8
2008-03-14Merged revisions 108682 via svnmerge from qwell1-12/+15
2008-02-131. Deprecate SetMusicOnHold and WaitMusicOnHold.mmichelson1-15/+78
2007-12-11Removing a pointless memset. The memory was just calloc'd, so the mmichelson1-1/+0
2007-11-28Merged revisions 90101 via svnmerge from file1-1/+3
2007-11-28Adding support for realtime music on hold. The following are the main points:mmichelson1-18/+235
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-06Merged revisions 89053 via svnmerge from russell1-1/+1
2007-11-06"show application <foo>" changes for clarity.mmichelson1-5/+5
2007-11-06Merged revisions 89037 via svnmerge from russell1-3/+15
2007-10-31More changes to change return values from load_module functions.qwell1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-18On reload, re-read the files in the specified moh directory (closes issue #10...tilghman1-1/+18
2007-10-01Add a new option for files-based music on hold to ensure that the sort orderrussell1-0/+17
2007-10-01Merged revisions 84160 via svnmerge from file1-0/+1
2007-09-18(issue #10724)qwell1-29/+63
2007-08-27Merged revisions 81042 via svnmerge from russell1-5/+5
2007-08-16Merged revisions 79778 via svnmerge from russell1-28/+46
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+3
2007-08-15Modify the names of functions/variables in res_musiconhold to be useful.qwell1-27/+27
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-10/+5
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-07-13Merged revisions 75067 via svnmerge from russell1-0/+3
2007-07-12Merged revisions 74815 via svnmerge from file1-8/+8
2007-07-10Merged revisions 74323 via svnmerge from russell1-1/+1
2007-07-09Merged revisions 74162 via svnmerge from russell1-16/+14
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-12/+6
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-12/+12
2007-05-23Fix compiling of res_musiconhold under dev mode.file1-1/+1
2007-05-22 Add a new feature for Music on Hold. If you set the "digit" option for arussell1-2/+40
2007-05-20Music on hold and crypto no longer need their symbols globally exported. They...file1-1/+1
2007-02-09I'm crazy so I think I'll change the musiconhold classes linked list to read/...file1-28/+28
2007-02-01Merged revisions 53088 via svnmerge from file1-12/+13
2007-01-23Merged revisions 51513 via svnmerge from file1-0/+6
2007-01-19include "asterisk/zapata.h" instead of lookingrizzo1-3/+1
2006-12-11Merged revisions 48375 via svnmerge from tilghman1-0/+11
2006-12-07Merged revisions 48357 via svnmerge from russell1-0/+1
2006-11-27Merged revisions 48049 via svnmerge from tilghman1-17/+14
2006-11-07Merged revisions 47239 via svnmerge from russell1-0/+2
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-11-02Merged revisions 46965 via svnmerge from russell1-0/+4
2006-10-27Merged revisions 46363 via svnmerge from russell1-1/+1
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-5/+10
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1