aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-04Use a dynamically sized array to store the list of files for moh "files" moderussell1-34/+61
2006-06-03when using moh files mode, don't look for a file past the number of filesrussell1-0/+2
2006-06-02add a comment where some memory usage optimization needs to be donerussell1-0/+1
2006-06-01Merged revisions 31555 via svnmerge from kpfleming1-12/+2
2006-05-19when displaying the list of registered music on hold classes, only showrussell1-2/+3
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-29- convert lists to use linked list macrosrussell1-93/+74
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-10/+16
2006-04-21more strncpy/ast_copy_string replacement.rizzo1-14/+6
2006-04-17Merged revisions 20966 via svnmerge from tilghman1-0/+21
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-03-30Merged revisions 16534 via svnmerge from file1-0/+5
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-3/+3
2006-03-14- Formatting fix in musiconholdoej1-1/+1
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-1/+1
2006-02-24Update to trunkoej1-1/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-3/+4
2006-01-21- conversions to allocation wrappersrussell1-31/+15
2005-12-30update doxygen docs to specify authorsrussell1-0/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-20issue #5803twisted1-1/+1
2005-11-16issue #5766kpfleming1-11/+17
2005-11-08issue #5648kpfleming1-5/+5
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2