aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Merged revisions 47525 via svnmerge from tilghman1-0/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-07Merged revisions 47238 via svnmerge from russell1-0/+2
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman2-3/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman6-18/+13
2006-11-02Merged revisions 46964 via svnmerge from russell1-0/+4
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1
2006-11-01Merged revisions 46776 via svnmerge from russell1-1/+19
2006-10-31Merged revisions 46557 via svnmerge from russell1-2/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell2-3/+3
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-3/+2
2006-10-24Fix FastAGI when there is no pid (bug #7628, #8147)markster1-1/+2
2006-10-23don't crash when an incoming message has no "from" (issue #8205, jmls)russell1-1/+2
2006-10-21Add a couple missing unregistrations of manager actions and remove duplicaterussell1-2/+2
2006-10-19Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)file1-0/+1
2006-10-13Clear the quiet flag too since we are restarting a recognition again (reporte...file1-0/+1
2006-10-13Check return value from engine in case of failure (ie: out of licenses) (repo...file1-2/+6
2006-10-12change some debug output to use LOG_DEBUG instead of verbose outputrussell1-12/+12
2006-10-04update thread creation code a bitkpfleming4-5/+5
2006-10-03fix issue with dialing client without resource.mogorman1-7/+19
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 c...mogorman1-54/+73
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file3-5/+5
2006-09-27Merged revisions 43778 via svnmerge from russell1-5/+7
2006-09-21updates for better compontent supportmogorman1-41/+67
2006-09-21Twould help if we actually documented how the new features in res_odbc actual...tilghman1-1/+2
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-09-20Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-devqwell1-2/+69
2006-09-20these functions never should have been non-static or in a header filekpfleming1-2/+2
2006-09-20move ODBC API into ast_ namespacekpfleming2-45/+45
2006-09-20move more API into the ast_ namespacekpfleming1-2/+2
2006-09-20move ADSI functionality into ast_ namespacekpfleming2-64/+64
2006-09-20thats odd, but just in case it happens again i want to see it.mogorman1-0/+2
2006-09-19fixed timeout issue as well as some other minor issuesmogorman1-13/+31
2006-09-19do this fix properly :-)kpfleming1-2/+2
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-2/+6
2006-09-18merge qwell's CLI verbification workkpfleming10-115/+211
2006-09-18Use a better check to ensure database connection is up (pointer to connection...file1-1/+1
2006-09-09Add warning about res_adsi not being optional to menuselectoej1-1/+1
2006-09-06Merged revisions 42148 via svnmerge from file1-1/+2
2006-09-03remove leading space in Packet manager event headerrussell1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman7-304/+316
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file2-3/+5
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming1-10/+35
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-24Fix a small typo I found.qwell1-1/+1
2006-08-23Merged revisions 40901 via svnmerge from tilghman1-4/+5
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