summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
AgeCommit message (Expand)Author
2009-03-12Merged revisions 181664 via svnmerge from Joshua Colp
2009-03-12Merged revisions 181659-181660 via svnmerge from Joshua Colp
2009-03-12Merged revisions 181655 via svnmerge from Joshua Colp
2009-02-09Merged revisions 174218 via svnmerge from Joshua Colp
2009-01-09Merged revisions 168198 via svnmerge from Russell Bryant
2008-12-22Cosmetic change - don't mix struct initializer styles.Russell Bryant
2008-12-22Fix a bad typo.Russell Bryant
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.Russell Bryant
2008-12-18Merged revisions 165661 via svnmerge from Russell Bryant
2008-12-16Merged revisions 164605 via svnmerge from Russell Bryant
2008-12-10Merged revisions 162926 via svnmerge from Jeff Peeler
2008-12-10Merged revisions 162874 via svnmerge from Jeff Peeler
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-18This change prevents a crash from occurring if res_musiconhold.soMark Michelson
2008-11-02fix small bug introduced while cleaning up compiler warningsKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-16support relative paths in musiconhold.conf, which makes moh work by default w...Kevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-07-01Add AMI events for start/stop of MOHTilghman Lesher
2008-06-26fix compile failure found by buildbot (go, buildbot!)Kevin P. Fleming
2008-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-06Merged revisions 115418 via svnmerge from Jason Parker
2008-04-23Merged revisions 114594 via svnmerge from Jason Parker
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-03-20Add some fixes that I made in regards to wideband codec handling to getRussell Bryant
2008-03-19Merged revisions 110035 via svnmerge from Joshua Colp
2008-03-14Merged revisions 108682 via svnmerge from Jason Parker
2008-02-131. Deprecate SetMusicOnHold and WaitMusicOnHold.Mark Michelson
2007-12-11Removing a pointless memset. The memory was just calloc'd, so the Mark Michelson
2007-11-28Merged revisions 90101 via svnmerge from Joshua Colp
2007-11-28Adding support for realtime music on hold. The following are the main points:Mark Michelson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Merged revisions 89053 via svnmerge from Russell Bryant
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-06Merged revisions 89037 via svnmerge from Russell Bryant
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-18On reload, re-read the files in the specified moh directory (closes issue #10...Tilghman Lesher
2007-10-01Add a new option for files-based music on hold to ensure that the sort orderRussell Bryant
2007-10-01Merged revisions 84160 via svnmerge from Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-08-27Merged revisions 81042 via svnmerge from Russell Bryant