aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-30Merged revisions 77795 via svnmerge from qwell1-15/+19
2007-07-30print formats as 0x%x instead of %d in a warning message.rizzo1-1/+1
2007-07-30Remove an XXX comment noting that it would be nice for a declaration to berussell1-1/+8
2007-07-30Merged revisions 77785 via svnmerge from russell1-1/+1
2007-07-30Merged revisions 77780 via svnmerge from russell1-1/+3
2007-07-30Merged revisions 77771 via svnmerge from file1-0/+6
2007-07-26Merged revisions 77460 via svnmerge from file1-3/+6
2007-07-26Merged revisions 77380 via svnmerge from mmichelson1-1/+5
2007-07-26Merged revisions 77350 via svnmerge from tilghman1-1/+1
2007-07-26Merged revisions 77348 via svnmerge from tilghman1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell17-172/+91
2007-07-26Ensure that the read from /dev/urandom returns a positive resultrussell1-1/+1
2007-07-26Add a link to the list of assigned RTP payload types for convenience.russell1-3/+10
2007-07-26document how the RTP marker bit is passed for video frames,rizzo1-0/+5
2007-07-26add an entry for h263plus in an empty slot of the rtp types.rizzo1-0/+1
2007-07-25Merged revisions 77154 via svnmerge from mmichelson1-1/+1
2007-07-25change the debug level to 3 for an exceedingly annoying messagerizzo1-1/+1
2007-07-25Merged revisions 77022 via svnmerge from rizzo1-1/+1
2007-07-24Move manager users list over to an rwlist.file1-22/+22
2007-07-23Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, i...file1-4/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-59/+48