summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
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
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.Jason Parker
2007-06-13Simplify some logic and convert spaces to tabsRussell Bryant
2007-06-13The variable used for the return value must be declared as static. I brokeRussell Bryant
2007-06-08Add support for retrieving the number of channels that are currently bridgedRussell Bryant
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromRussell Bryant
2007-06-08Fix incorrect logic for param count.Jason Parker
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-07Doxygenify a lot of the functions in res_jabberRussell Bryant
2007-06-07Minor formatting change ... testing mantis stuff to see if we're doneRussell Bryant
2007-06-07Merged revisions 68030 via svnmerge from Olle Johansson
2007-06-07Merged revisions 68028 via svnmerge from Olle Johansson
2007-06-07Merged revisions 68027 via svnmerge from Olle Johansson
2007-06-07Merged revisions 67993 via svnmerge from Olle Johansson
2007-06-07Simplification of res_jabber code (done at Inria, Paris with Philippe)Olle Johansson
2007-06-06Merged revisions 67872 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher