summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-02Fix for very unlikely memory leak in res_odbcMatthew Fredrickson
2006-02-02Issue #6383 - Crash on CLI originate with missing channel argumentOlle Johansson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-02-01reports why an agi script errors out on openingMatt O'Gorman
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-27remove some more redundant flagsRussell Bryant
2006-01-22eliminate some compiler warningsRussell Bryant
2006-01-21- conversions to allocation wrappersRussell Bryant
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablesTilghman Lesher
2006-01-19Doxygen fixesOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18allows for use of the originate function fromMatt O'Gorman
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-17Check to see if arg is NULL before passing (#6094)Matthew Fredrickson
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2006-01-09Doxygen updateOlle Johansson
2006-01-08added small feature from bug 5682 with one typo fix.Matt O'Gorman
2006-01-05Merged revisions 7823 via svnmerge fromTilghman Lesher
2006-01-05Fix copyright for touched fileOlle Johansson
2006-01-04Merged revisions 7795 via svnmerge from Olle Johansson
2006-01-04Issue #5952: Add destination protocol information to res_osp (homesick)Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-21add a header to indicate who the call was parked by to the ParkedCall managerRussell Bryant
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-12-08Allow retrieval of generated filename from one touch monitor feature.Josh Roberson
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-23issue #5826Josh Roberson
2005-11-20issue #5803Josh Roberson
2005-11-16small improvement :-)Kevin P. Fleming
2005-11-16issue #5766Kevin P. Fleming
2005-11-14fix bsd compile issue (bug #5731)Mark Spencer
2005-11-10issue #5703Kevin P. Fleming
2005-11-09issue #5563Kevin P. Fleming
2005-11-09issue #5601Kevin P. Fleming
2005-11-08issue #5650Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08more header include simplificationKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-11-08issue #5634 and a little ChangeLog cleanupKevin P. Fleming
2005-11-06Convert some built-in applications to use new args parsing macros.Russell Bryant
2005-11-03minor cleanupKevin P. Fleming
2005-11-03issue #5589Russell Bryant
2005-11-01issue #4678Kevin P. Fleming
2005-11-01issue #5499Kevin P. Fleming
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...Kevin P. Fleming