aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-08-28Support better rotation of log files to be more like system logging (closes i...tilghman1-69/+151
2007-08-28* Constify the uid field of channel datastoresrussell1-3/+3
2007-08-28(closes issue #7852)russell2-10/+182
2007-08-27Merged revisions 80974 via svnmerge from file1-1/+1
2007-08-24Merged revisions 80820 via svnmerge from russell1-19/+33
2007-08-24Fix documentation for Set (closes issue #10549)tilghman1-6/+6
2007-08-24Merged revisions 80789 via svnmerge from murf1-9/+5
2007-08-23Return trunk to a working state by including compat.h in minimime.file1-0/+2
2007-08-22Convert minimime to use the proper uint*_t types, rather than u_int*_tqwell5-19/+19
2007-08-22Merged revisions 80424 via svnmerge from russell1-1/+1
2007-08-22Merged revisions 80362 via svnmerge from russell2-1/+687
2007-08-22Merged revisions 80255 via svnmerge from file1-1/+1
2007-08-22Merged revisions 80166 via svnmerge from murf1-1/+1
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...file1-20/+22
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf3-32/+292
2007-08-17Merged revisions 79904 via svnmerge from qwell1-0/+15
2007-08-17Change this flag... might not otherwise unlock in an OOM situationtilghman1-1/+1
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedrussell1-0/+13
2007-08-16Don't reload a configuration file if nothing has changed.tilghman11-76/+257
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-32/+1
2007-08-15Merged revisions 79553 via svnmerge from file1-1/+1
2007-08-14(closes issue #10427)file1-0/+6
2007-08-14Don't ask me why, but waitfordigit will immediately return a 1 on my system, ...murf1-1/+4
2007-08-13constify the return value of reason2strrussell1-1/+1
2007-08-10Merged revisions 79099 via svnmerge from murf1-0/+23
2007-08-10Bring up to date with poll changes.file1-0/+8
2007-08-10Merged revisions 79049 via svnmerge from murf1-0/+1
2007-08-10Merged revisions 79044 via svnmerge from murf1-1/+1
2007-08-10Merge a set of device state improvements from team/russell/events.russell2-19/+94
2007-08-10Merged revisions 78955 via svnmerge from file1-1/+15
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file2-23/+340
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file4-573/+674
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell2-140/+111
2007-08-07Use the linkedlists.h macros for the manager action list.file1-38/+39
2007-08-07(closes issue #10225)file1-31/+22
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...file2-5/+5
2007-08-06Merged revisions 78275 via svnmerge from file1-6/+16
2007-08-06Change the fsk filter used in CID and TDD decode to an integer based implemen...dbailey3-169/+182
2007-08-06Merged revisions 78103 via svnmerge from mmichelson1-0/+8
2007-08-06Merged revisions 78180 via svnmerge from qwell1-3/+2
2007-08-06Merged revisions 78172 via svnmerge from file1-1/+1
2007-08-03Merged revisions 78095 via svnmerge from russell2-11/+257
2007-08-02Merged revisions 77945 via svnmerge from murf1-3/+6
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file2-10/+10
2007-08-01Solaris does not have a sysinfo like we know of on Linux.file2-10/+10
2007-08-01Merged revisions 77867 via svnmerge from file1-1/+1
2007-08-01Merged revisions 77863 via svnmerge from file1-2/+2
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell2-3/+3
2007-08-01Convert CLI helpers list to rwlist.file1-24/+24
2007-07-30Add support for call forwarding and timeouts to the dialing API.file1-77/+213