summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-08-07Merged revisions 78488 via svnmerge from Russell Bryant
2007-08-07Merged revisions 78437 via svnmerge from Tilghman Lesher
2007-08-07Merged revisions 78415 via svnmerge from Tilghman Lesher
2007-08-07Remove some test code from trunk as it doesn't need to be here. I'm justRussell Bryant
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-08-01Twould help if we actually defined ->mod before comparing against it (reporte...Tilghman Lesher
2007-07-31Merged revisions 77831 via svnmerge from Joshua Colp
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Fix the return value of ast_agi_fdprintf() to include the result from ast_car...Russell Bryant
2007-07-30Improve ast_agi_fdprintf() by using the ast_str() API.Russell Bryant
2007-07-30Merged revisions 77788 via svnmerge from Russell Bryant
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)Tilghman Lesher
2007-07-30Merged revisions 77783 via svnmerge from Tilghman Lesher
2007-07-30Merged revisions 77778 via svnmerge from Joshua Colp
2007-07-27Merged revisions 77571 via svnmerge from Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...Joshua Colp
2007-07-23Enhance AGI with several fixes:Tilghman Lesher
2007-07-23Clean up res_crypto module. It now uses an rwlist to keep the keys and it sho...Joshua Colp
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add documentati...Tilghman Lesher
2007-07-23(closes issue #10271)Russell Bryant
2007-07-20Merged revisions 76067 via svnmerge from Joshua Colp
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-19(closes issue #10210, reported and patched by juggie)Russell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...Steve Murphy
2007-07-17Merged revisions 75401 via svnmerge from Russell Bryant
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-13Merged revisions 75067 via svnmerge from Russell Bryant
2007-07-12Merged revisions 74815 via svnmerge from Joshua Colp
2007-07-11Code cleanup of res_agiJoshua Colp
2007-07-11Code cleanup of res_smdiJoshua Colp
2007-07-11Merged revisions 74657 via svnmerge from Russell Bryant
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.Joshua Colp
2007-07-11Allow the native formats of a channel to influence the audio that is going to...Joshua Colp
2007-07-11Can't forget to remember what format is in use for writing.Joshua Colp
2007-07-11Change the speech API to allow passing the format through to the engine.Joshua Colp
2007-07-10Merged revisions 74323 via svnmerge from Russell Bryant
2007-07-10Merged revisions 74314 via svnmerge from Russell Bryant
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...Jason Parker
2007-07-09(closes issue #7596)Jason Parker
2007-07-09Merged revisions 74162 via svnmerge from Russell Bryant
2007-07-09Use linkedlist macros for parking.Joshua Colp
2007-07-08ast_exists_extension() does not return an ast_device_state, so change thisRussell Bryant
2007-07-06Merged revisions 73696 via svnmerge from Russell Bryant
2007-07-05Merged revisions 73512 via svnmerge from Russell Bryant
2007-07-03Correct an issue where the wrong type was being used to start sasl.Jason Parker