aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Merged revisions 77571 via svnmerge from tilghman1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell10-106/+59
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...file1-2/+1
2007-07-23Enhance AGI with several fixes:tilghman1-170/+194
2007-07-23Clean up res_crypto module. It now uses an rwlist to keep the keys and it sho...file1-167/+95
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add documentati...tilghman1-7/+10
2007-07-23(closes issue #10271)russell8-118/+310
2007-07-20Merged revisions 76067 via svnmerge from file1-1/+4
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf2-2/+2
2007-07-19(closes issue #10210, reported and patched by juggie)russell1-4/+13
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-4/+4
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-1/+1
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