summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
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
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachRussell Bryant
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notRussell Bryant
2007-07-02Fix building under Solaris.Joshua Colp
2007-07-02Add a CLI command to export the AGI command docsRussell Bryant
2007-07-02Add a note that the AGI commands array is not handled in a thread-safe wayRussell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-28Fix building with -Wdeclaration-after-statementJason Parker
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-26Simplify some code in res_jabber relating to SASL support.Jason Parker
2007-06-25Merged revisions 71657 via svnmerge from Tilghman Lesher
2007-06-25Minor header inclusion tweak for new usage of stat()Joshua Colp
2007-06-24Merged revisions 71291 via svnmerge from Tilghman Lesher
2007-06-23Merged revisions 71230 via svnmerge from Steve Murphy
2007-06-22Use stat to determine whether the file exists or not. (issue #10038 reported ...Joshua Colp
2007-06-22Merged revisions 71068 via svnmerge from Jason Parker
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-21Expand AGISTATUS variable to include NOTFOUND which is set when the AGI file ...Joshua Colp
2007-06-19Merged revisions 69847 via svnmerge from Joshua Colp