aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Merged revisions 75401 via svnmerge from russell1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf2-2/+2
2007-07-16It is no longer required for each module that deals with a channel to call as...file5-7/+0
2007-07-13Merged revisions 75067 via svnmerge from russell1-0/+3
2007-07-12Merged revisions 74815 via svnmerge from file1-8/+8
2007-07-11Code cleanup of res_agifile1-111/+81
2007-07-11Code cleanup of res_smdifile1-32/+25
2007-07-11Merged revisions 74657 via svnmerge from russell1-10/+8
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.file1-1/+1
2007-07-11Allow the native formats of a channel to influence the audio that is going to...file1-3/+8
2007-07-11Can't forget to remember what format is in use for writing.file1-0/+7
2007-07-11Change the speech API to allow passing the format through to the engine.file1-1/+1
2007-07-10Merged revisions 74323 via svnmerge from russell1-1/+1
2007-07-10Merged revisions 74314 via svnmerge from russell1-2/+4
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...qwell1-6/+8
2007-07-09(closes issue #7596)qwell1-31/+59
2007-07-09Merged revisions 74162 via svnmerge from russell1-16/+14
2007-07-09Use linkedlist macros for parking.file1-63/+37
2007-07-08ast_exists_extension() does not return an ast_device_state, so change thisrussell1-8/+7
2007-07-06Merged revisions 73696 via svnmerge from russell1-0/+4
2007-07-05Merged revisions 73512 via svnmerge from russell1-9/+16
2007-07-03Correct an issue where the wrong type was being used to start sasl.qwell1-1/+1
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-72/+0
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notrussell1-0/+3
2007-07-02Fix building under Solaris.file1-1/+7
2007-07-02Add a CLI command to export the AGI command docsrussell1-0/+69
2007-07-02Add a note that the AGI commands array is not handled in a thread-safe wayrussell1-0/+7
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman2-7/+1
2007-06-28Fix building with -Wdeclaration-after-statementqwell1-3/+6
2007-06-28move variable declarations to the beginning of a block.rizzo1-1/+2
2007-06-26Simplify some code in res_jabber relating to SASL support.qwell1-70/+92
2007-06-25Merged revisions 71657 via svnmerge from tilghman1-1/+1
2007-06-25Minor header inclusion tweak for new usage of stat()file1-0/+1
2007-06-24Merged revisions 71291 via svnmerge from tilghman1-2/+2
2007-06-23Merged revisions 71230 via svnmerge from murf1-4/+9
2007-06-22Use stat to determine whether the file exists or not. (issue #10038 reported ...file1-2/+3
2007-06-22Merged revisions 71068 via svnmerge from qwell1-15/+5
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-16/+5
2007-06-21Expand AGISTATUS variable to include NOTFOUND which is set when the AGI file ...file1-2/+13
2007-06-19Merged revisions 69847 via svnmerge from file1-4/+4
2007-06-18Merged revisions 69702 via svnmerge from russell2-0/+2
2007-06-14Convert uses of strdup() to ast_strdup()russell3-8/+8
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell10-207/+103
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.qwell1-2/+2
2007-06-13Simplify some logic and convert spaces to tabsrussell1-143/+97
2007-06-13The variable used for the return value must be declared as static. I brokerussell1-2/+2
2007-06-08Add support for retrieving the number of channels that are currently bridgedrussell1-0/+23
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell1-1/+1
2007-06-08Fix incorrect logic for param count.qwell1-4/+3
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+2