aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-53/+71
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-16Add documentation for MOH realtime fieldstilghman1-0/+3
2010-06-23If there is realtime configuration, it does not get re-read on reload unless ...tilghman1-1/+5
2010-06-14Merged revisions 270331 via svnmerge from pabelanger1-4/+9
2010-06-09fixes crash in moh when cachertclasses flag is useddvossel1-1/+4
2010-05-26Remove unrelated MOH change from previous commit.mmichelson1-4/+0
2010-05-26Fix misspelling of macro args.mmichelson1-0/+4
2010-04-30Merged revisions 260345 via svnmerge from mmichelson1-3/+14
2010-03-05Merged revisions 250786 via svnmerge from jpeeler1-1/+1
2010-01-16Get MoH building on OpenSolaris.seanbright1-0/+4
2010-01-08Add the class actually used in the MusicOnHold start event.tilghman1-2/+4
2009-12-10Missed a case that emits a WARNING where none is warranted.tilghman1-0/+3
2009-12-08Find another ref leak and change how we manage module references.tilghman1-75/+40
2009-12-03Remove debugging linetilghman1-2/+0
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...tilghman1-41/+188
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-2/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-6/+6
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-2/+2
2009-09-10Sets the correct musicclass after an announcementmnick1-7/+3
2009-08-28Remove unnecessary define for Solaristilghman1-3/+0
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-27Honor channel's music class when using realtime music on hold.mmichelson1-20/+27
2009-06-18Merged revisions 201600 via svnmerge from russell1-1/+2
2009-06-06Move music on hold related applications documentation to XML.eliel1-52/+81
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-5/+5
2009-04-13Fix another crash related to cached realtime music on hold.mmichelson1-1/+3
2009-04-09Use safe macro practices even though they really aren't necessary.mmichelson1-2/+2
2009-04-09Fix a crash in res_musiconhold when using cached realtime moh.mmichelson1-42/+51
2009-04-08Merged revisions 187045 via svnmerge from mmichelson1-3/+3
2009-03-12Merged revisions 181664 via svnmerge from file1-1/+1
2009-03-12Merged revisions 181659-181660 via svnmerge from file1-1/+1
2009-03-12Merged revisions 181655 via svnmerge from file1-2/+2
2009-02-09Merged revisions 174218 via svnmerge from file1-9/+3
2009-01-09Merged revisions 168198 via svnmerge from russell1-1/+1
2008-12-22Cosmetic change - don't mix struct initializer styles.russell1-1/+1
2008-12-22Fix a bad typo.russell1-1/+1
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-371/+419
2008-12-18Merged revisions 165661 via svnmerge from russell1-6/+7
2008-12-16Merged revisions 164605 via svnmerge from russell1-1/+1
2008-12-10Merged revisions 162926 via svnmerge from jpeeler1-1/+1
2008-12-10Merged revisions 162874 via svnmerge from jpeeler1-5/+5
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-18This change prevents a crash from occurring if res_musiconhold.sommichelson1-0/+1
2008-11-02fix small bug introduced while cleaning up compiler warningskpfleming1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-6/+18
2008-10-16support relative paths in musiconhold.conf, which makes moh work by default w...kpfleming1-5/+15
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+2
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-19/+19
2008-07-01Add AMI events for start/stop of MOHtilghman1-0/+13