aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-06-08Merged revisions 68527 via svnmerge from russell1-1/+1
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell2-13/+38
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+1
2007-06-07Merged revisions 68326 via svnmerge from qwell1-3/+3
2007-06-07Merged revisions 68280 via svnmerge from russell1-1/+5
2007-06-07Merged revisions 68211 via svnmerge from qwell1-8/+19
2007-06-07Merged revisions 68198 via svnmerge from mmichelson1-2/+5
2007-06-07Merged revisions 68071 via svnmerge from file1-1/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman18-130/+129
2007-06-06Please forgive this flood of tiny changes ... this will be cool when it worksrussell1-1/+1
2007-06-06Merged revisions 67804 via svnmerge from mmichelson1-5/+7
2007-06-06minor formatting change ... testing mantis/svnrussell1-1/+1
2007-06-06Don't try to check the result of alloca ...russell1-8/+6
2007-06-06Fixing a crash wherein Asterisk would segfault when attempting to leave a voi...mmichelson1-0/+2
2007-06-06Merged revisions 67626 via svnmerge from file1-1/+1
2007-06-05Merged revisions 67558 via svnmerge from russell1-2/+7
2007-06-05Merged revisions 67424 via svnmerge from mmichelson1-5/+18
2007-06-04Merged revisions 67066 via svnmerge from file1-2/+2
2007-06-04Minor clean up. Constify a few variables and use ast_strlen_zero in a few pla...file1-4/+4
2007-06-04Add support for autocompleting start/stop options of the mixmonitor CLI comma...file1-0/+5
2007-06-01Merge major changes to the way device state is passed around Asterisk. The tworussell1-5/+27
2007-06-01Merged revisions 66897 via svnmerge from mmichelson1-11/+5
2007-06-01Merged revisions 66879 via svnmerge from russell1-0/+1
2007-05-31- Don't check if the list is empty needlesslyrussell1-31/+7
2007-05-31Merged revisions 66770 via svnmerge from tilghman1-5/+6
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-1/+1
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej4-3/+7
2007-05-30Merged revisions 66671 via svnmerge from mmichelson1-0/+32
2007-05-30Issue 9477 - Improve menuselect labelstilghman4-4/+4
2007-05-28- Don't re-invent existing headers (some already existed in chan_sip)oej1-5/+6
2007-05-26Unlock the minivmlock when no configuration is found. (issue #9814 reported b...file1-0/+1
2007-05-26Since this code now uses the API call for creating a detached thread, thererussell1-2/+1
2007-05-24Add ListAllVoicemailUsers manager command. (issue #8112 reported by Tony Zhao)file1-0/+68
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell3-43/+9
2007-05-24Merged revisions 65853 via svnmerge from russell1-2/+3
2007-05-23Don't check for MWI event subscribers before creating the MWI event in voicem...russell1-6/+0
2007-05-22Merged revisions 65501 via svnmerge from russell1-0/+1
2007-05-22Merged revisions 65408 via svnmerge from bweschke1-3/+3
2007-05-22Fix a couple of spots in the handling of device states that could lead to arussell1-2/+0
2007-05-21I know we have talked about rewriting app_queue for Asterisk 1.6, but once Irussell1-13/+64
2007-05-18Merged revisions 65200 via svnmerge from murf1-0/+7
2007-05-18Issue #5930 - Remove dependencies on res_adsi.so - clwadeoej1-1/+0
2007-05-18Merged revisions 64868 via svnmerge from russell1-0/+1
2007-05-17Merged revisions 64761 via svnmerge from qwell1-1/+1
2007-05-17Merged revisions 64756 via svnmerge from russell1-1/+1
2007-05-17Merged revisions 64720 via svnmerge from file1-1/+1
2007-05-14Don't allow rounding seconds to weird values that may cause "unexpected" resu...qwell1-1/+3
2007-05-14Add 'c' option to app_queue which allows for continuing in the dialplan if th...qwell1-1/+11
2007-05-10Fixing reload. Thanks to Mats Karlsson!oej1-0/+3
2007-05-09Merged revisions 63566 via svnmerge from tilghman1-2/+2