aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming17-278/+163
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...tilghman1-0/+4
2006-08-20Properly check to see if parkingnum is a number (issue #7762 reported by robf)file1-1/+1
2006-08-15Merged revisions 39935 via svnmerge from russell1-5/+4
2006-08-11Move STD_MOD declaration to end of file as per the norm of everything else (i...file1-2/+2
2006-08-11Make res_snmp fit general coding style (issue #7192 reported by Mithraen)file1-29/+26
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-4/+8
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell2-13/+4
2006-08-07This patch allows for a user to send messages and mogorman1-1/+55
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-211/+204
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisrussell1-68/+88
2006-08-03Merged revisions 38825 via svnmerge from file1-1/+1
2006-08-01Merged revisions 38686 via svnmerge from kpfleming1-0/+1
2006-08-01Merged revisions 38654 via svnmerge from file1-0/+4
2006-07-27fix seg fault when the parked call that timed out was the last one in the listrussell1-1/+1
2006-07-26Only unlock these if they were locked on entrytilghman1-2/+2
2006-07-20add a verbose message to the AGI command, STREAM FILE, similar to therussell1-1/+9
2006-07-19Remove "initialization from incompatible pointer type" warnings.north2-2/+3
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming3-33/+50
2006-07-19restore buildabilitykpfleming1-1/+1
2006-07-19restore buildability (bad marko!)kpfleming1-1/+1
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+12
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-6/+4
2006-07-12Merged revisions 37419 via svnmerge from kpfleming1-5/+0
2006-07-07eliminate a pointer signedness warningrussell1-1/+1
2006-07-07remove the unused usecount function to eliminate a compiler warningrussell1-12/+0
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-05solves issue with bug 7468. but with a patch that worksmogorman1-33/+20
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-07-05- Add notes about voicemail depending on res_adsioej1-0/+5
2006-07-01fix up res_snmp so it builds and loads correctlyrussell2-10/+9
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-1114/+0
2006-06-27Missing parenthesistilghman1-1/+1
2006-06-27dont copy an id or a message if they dont exist.mogorman1-4/+6
2006-06-26METERMAIDS:oej1-57/+156
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming3-83/+5
2006-06-23very minor improvementkpfleming1-1/+1
2006-06-23delete snmp/agent.o on make cleanrussell1-0/+1
2006-06-23add basic autoconf support for res_snmprussell2-18/+2
2006-06-23remove various commands that remove old modules since they have been there arussell1-3/+0
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-21- Doxygen and some formatting fixes in res_featuresoej1-51/+49
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingrussell1-5/+8
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...file1-1/+2