summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-08-22Merged revisions 80426 via svnmerge from Russell Bryant
2007-08-22Merged revisions 80362 via svnmerge from Russell Bryant
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...Steve Murphy
2007-08-20Stephn Davies reports that this will help make things work on 64-bit machinesSteve Murphy
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedRussell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-15Missing from murf's last trunk commit, which was why trunk won't compileTilghman Lesher
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-08-13Merged revisions 79334 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79207 via svnmerge from Joshua Colp
2007-08-13constify the return value of reason2strRussell Bryant
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-08-10Merged revisions 78995 via svnmerge from Russell Bryant
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredRussell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-08-07Use the linkedlists.h macros for the manager action list.Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-06Change the fsk filter used in CID and TDD decode to an integer based implemen...Doug Bailey
2007-08-06Merged revisions 78103 via svnmerge from Mark Michelson
2007-08-06Merged revisions 78184 via svnmerge from Russell Bryant
2007-08-05Merged revisions 78143 via svnmerge from Russell Bryant
2007-08-05Fix building res_crypto on systems that init locks with constructors.Russell Bryant
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-08-01Merged revisions 77869 via svnmerge from Joshua Colp
2007-08-01Merged revisions 77863 via svnmerge from Joshua Colp
2007-07-31Merged revisions 77831 via svnmerge from Joshua Colp
2007-07-30Add support for call forwarding and timeouts to the dialing API.Joshua Colp
2007-07-30Merged revisions 77788 via svnmerge from Russell Bryant
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)Tilghman Lesher
2007-07-24Merged revisions 76937 via svnmerge from Tilghman Lesher
2007-07-23Enhance AGI with several fixes:Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-23(closes issue #10271)Russell Bryant
2007-07-23(closes issue #10192)Russell Bryant
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...Joshua Colp
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-20expose struct ast_ha so external code can do things such as printing itLuigi Rizzo
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-17Make trunk build once again.Joshua Colp
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsLuigi Rizzo
2007-07-16Change the function name slightly... just for kpfleming!Joshua Colp
2007-07-16Add in check for the GCC attribute deprecated. It may be used soon!Joshua Colp
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp