aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-19do this fix properly :-)kpfleming1-2/+2
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-2/+6
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+24
2006-08-24Fix a small typo I found.qwell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+8
2006-08-03Merged revisions 38825 via svnmerge from file1-1/+1
2006-08-01Merged revisions 38654 via svnmerge from file1-0/+4
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-9/+26
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-4/+1
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-2/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4