summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisRussell Bryant
2006-08-03Merged revisions 38825 via svnmerge from Joshua Colp
2006-08-01Merged revisions 38686 via svnmerge from Kevin P. Fleming
2006-08-01Merged revisions 38654 via svnmerge from Joshua Colp
2006-07-27fix seg fault when the parked call that timed out was the last one in the listRussell Bryant
2006-07-26Only unlock these if they were locked on entryTilghman Lesher
2006-07-20add a verbose message to the AGI command, STREAM FILE, similar to theRussell Bryant
2006-07-19Remove "initialization from incompatible pointer type" warnings.North Antara
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-19restore buildabilityKevin P. Fleming
2006-07-19restore buildability (bad marko!)Kevin P. Fleming
2006-07-18Expand speech API so that the developer can interact with the engine more dir...Joshua Colp
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-12Merged revisions 37419 via svnmerge from Kevin P. Fleming
2006-07-07eliminate a pointer signedness warningRussell Bryant
2006-07-07remove the unused usecount function to eliminate a compiler warningRussell Bryant
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-05solves issue with bug 7468. but with a patch that worksMatt O'Gorman
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationsKevin P. Fleming
2006-07-05- Add notes about voicemail depending on res_adsiOlle Johansson
2006-07-01fix up res_snmp so it builds and loads correctlyRussell Bryant
2006-06-30Updates from transnexus to osplookup, removes res_ospMatt O'Gorman
2006-06-27Missing parenthesisTilghman Lesher
2006-06-27dont copy an id or a message if they dont exist.Matt O'Gorman
2006-06-26METERMAIDS:Olle Johansson
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23very minor improvementKevin P. Fleming
2006-06-23delete snmp/agent.o on make cleanRussell Bryant
2006-06-23add basic autoconf support for res_snmpRussell Bryant
2006-06-23remove various commands that remove old modules since they have been there aRussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-21- Doxygen and some formatting fixes in res_featuresOlle Johansson
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...Joshua Colp
2006-06-15ast_calloc() already reports OOM conditionsTilghman Lesher
2006-06-15ast_calloc already reports out of memory conditions (issue 7343)Tilghman Lesher
2006-06-12Merged revisions 33693 via svnmerge from Russell Bryant
2006-06-12Merged revisions 33615 via svnmerge from Tilghman Lesher
2006-06-11make latest header file changes for this file tooKevin P. Fleming
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-09oops moved block without renaming a variable correctly.Matt O'Gorman
2006-06-09convert one of my linked lists to ast_linklistMatt O'Gorman
2006-06-07solves some bugs with memory allocation, and addsMatt O'Gorman
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming