aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-01-22eliminate some compiler warningsrussell1-1/+1
2006-01-21- conversions to allocation wrappersrussell6-101/+51
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablestilghman1-0/+12
2006-01-19Doxygen fixesoej1-9/+10
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-2/+2
2006-01-18allows for use of the originate function frommogorman2-1/+203
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-5/+0
2006-01-17Check to see if arg is NULL before passing (#6094)mattf1-1/+1
2006-01-14added feature for pausing and unpausing the mogorman1-28/+140
2006-01-09Doxygen updateoej1-34/+16
2006-01-08added small feature from bug 5682 with one typo fix.mogorman1-8/+44
2006-01-05Merged revisions 7823 via svnmerge fromtilghman1-5/+8
2006-01-05Fix copyright for touched fileoej1-1/+1
2006-01-04Merged revisions 7795 via svnmerge from oej1-4/+4
2006-01-04Issue #5952: Add destination protocol information to res_osp (homesick)oej1-71/+55
2005-12-30update doxygen docs to specify authorsrussell9-8/+21
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-21add a header to indicate who the call was parked by to the ParkedCall managerrussell1-1/+2
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-42/+18
2005-12-08Allow retrieval of generated filename from one touch monitor feature.twisted1-5/+11
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-2/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman2-21/+25
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming11-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-1/+0
2005-11-23issue #5826twisted1-10/+10
2005-11-20issue #5803twisted1-1/+1
2005-11-16small improvement :-)kpfleming1-11/+11
2005-11-16issue #5766kpfleming1-11/+17
2005-11-14fix bsd compile issue (bug #5731)markster1-1/+2
2005-11-10issue #5703kpfleming1-1/+1
2005-11-09issue #5563kpfleming1-6/+71
2005-11-09issue #5601kpfleming1-5/+6
2005-11-08issue #5650kpfleming2-0/+2
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-08issue #5648kpfleming5-22/+22
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-3/+3
2005-11-03minor cleanupkpfleming1-5/+0
2005-11-03issue #5589russell1-1/+1
2005-11-01issue #4678kpfleming1-6/+24
2005-11-01issue #5499kpfleming1-1/+1
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming2-57/+36
2005-10-29Do not look for libosp since that name is not used anymore and conflicts with...markster1-10/+0
2005-10-28find OSP toolkit library properlykpfleming1-4/+14
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell10-22/+28
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
2005-10-16More utility cleanupsmarkster1-1/+5
2005-10-16Make crypto loading optionalmarkster1-8/+17