aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merged revisions 168200 via svnmerge from russell1-1/+1
2008-12-22Merged revisions 166436 via svnmerge from russell1-1/+1
2008-12-22Merged revisions 166377 via svnmerge from russell1-1/+1
2008-12-22Merged revisions 166273 via svnmerge from russell1-368/+416
2008-12-18Merged revisions 165662 via svnmerge from russell1-6/+7
2008-12-16Merged revisions 164606 via svnmerge from russell1-1/+1
2008-12-10Merged revisions 162927 via svnmerge from jpeeler1-1/+1
2008-12-10Merged revisions 162891 via svnmerge from jpeeler1-5/+5
2008-11-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-4/+16
2008-06-26Merged revisions 125279 via svnmerge from kpfleming1-0/+2
2008-06-25Merged revisions 125138 via svnmerge from kpfleming1-1/+1
2008-06-17Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-12/+12
2008-05-06Merged revisions 115419 via svnmerge from qwell1-1/+1
2008-04-23Merged revisions 114595 via svnmerge from qwell1-17/+36
2008-03-20Merged revisions 110268 via svnmerge from russell1-1/+1
2008-03-19Merged revisions 110036 via svnmerge from file1-2/+8
2008-03-14Merged revisions 108683 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