aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-01If using the old deprecated format, a reload would cause the class to disappear.tilghman1-6/+11
2009-04-08Fix a small logical error when loading moh classes.mmichelson1-3/+3
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-1/+1
2009-03-18revert commit that included extranous changeskpfleming1-1/+1
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-1/+1
2009-03-12Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.file1-1/+1
2009-03-12Fix logic flaw in previous commit.file1-1/+1
2009-03-12Fix another scenario where depending on configuration the stream would not ge...file1-1/+1
2009-03-12Fix issue with streaming MOH failing if nobody is listening.file1-2/+2
2009-02-24Change include order to make compile on Centos 5 with DAHDItwilson1-1/+4
2009-02-09Don't overwrite our pointer to the music class when music on hold stops. We w...file1-9/+3
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-5/+21
2009-01-09Make this compile for mvanbaakrussell1-1/+1
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-325/+441
2008-12-19(closes issue #13480)jpeeler1-5/+1
2008-12-18Set the process group ID on the MOH process so that all children will get killedrussell1-6/+7
2008-12-16Don't try to change working directory if a directory was not configured.russell1-1/+1
2008-12-10Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!jpeeler1-1/+1
2008-12-10(closes issue #13229)jpeeler1-5/+5
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-4/+16
2008-06-13fixed dahdi compatability header from assuming either dahdi or zaptel is inst...jpeeler1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-7/+9
2008-05-06Switch to using ast_random() rather than just rand().qwell1-1/+1
2008-04-23Fix reload/unload for res_musiconhold module.qwell1-19/+38
2008-04-22Trivial change to read the number of samples from a frame before calling ast_...russell1-1/+1
2008-04-19MOH usage information needs a terminating newline, or elsetilghman1-3/+3
2008-03-19Add sanity checking for position resuming. We *have* to make sure that the po...file1-2/+8
2008-03-14Fix a potential segfault if chan (or chan->music_state) is NULL.qwell1-13/+16
2007-11-06Fix init_classes() so that classes that actually do have files loaded aren'trussell1-1/+1
2007-11-06If someone were to delete the files used by an existing MOH class, and thenrussell1-3/+15
2007-10-01Fix randomness. save_pos was being set to 0 initially instead of -1, causing ...file1-0/+1
2007-08-27(closes issue #10419)russell1-5/+5
2007-08-16Fix a little race condition that could cause a crash if two channels had MOHrussell1-3/+1
2007-08-16This patch fixes a bug where reloading the module with "module reload" did notrussell1-30/+48
2007-07-13Merged revisions 75107 via svnmerge from russell1-2/+2
2007-07-13Merged revisions 75059 via svnmerge from russell1-0/+3
2007-07-12Merged revisions 74814 via svnmerge from file1-9/+9
2007-07-10fix an uninitialized variablerussell1-1/+1
2007-07-09(closes issue #10123)russell1-16/+14
2007-02-01Merged revisions 53084 via svnmerge from file1-12/+13
2007-01-23Merged revisions 51512 via svnmerge from file1-0/+6
2006-12-11Merged revisions 48374 via svnmerge from tilghman1-0/+11
2006-12-07Merged revisions 48356 via svnmerge from russell1-0/+1
2006-11-27Merged revisions 48045 via svnmerge from tilghman1-17/+14
2006-11-07Merged revisions 47238 via svnmerge from russell1-0/+2
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-2/+2
2006-11-02Merged revisions 46964 via svnmerge from russell1-0/+4
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1