aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Fix another little http problem. In making it match coding guidelines, a com...twilson1-1/+1
2008-03-27comment cleanup and iron out a really dumb mistake in handling the '.'-wildca...murf1-8/+11
2008-03-27Merged revisions 111442 via svnmerge from tilghman1-1/+1
2008-03-27Merged revisions 111391 via svnmerge from murf1-0/+3
2008-03-27But we can change the API here.qwell1-1/+0
2008-03-27Merged revisions 111280 via svnmerge from qwell1-0/+1
2008-03-26Merged revisions 111245 via svnmerge from qwell1-17/+1
2008-03-26Stupid strcasecmp function :-)twilson1-1/+1
2008-03-26Simplify new macro, simplify configfile logic, now that list is sortedtilghman1-24/+8
2008-03-26Add a linkedlist macro that maintains a sorted listtilghman1-2/+2
2008-03-26Only try to detect silence when we actually need to, instead of...always.qwell1-1/+5
2008-03-26Large cleanup of DSP codeqwell1-226/+274
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman13-21/+128
2008-03-26This ensures that the manager interface is not enabled by default. Prior to thismmichelson1-0/+2
2008-03-25Add a special dialplan variable to chan_sip which will cause an audio file to...file1-0/+11
2008-03-25Merged revisions 110628 via svnmerge from file2-2/+11
2008-03-21Merge over ast_audiohook_volume branch. This adds API calls for use by develo...file1-0/+184
2008-03-20Merged revisions 110395 via svnmerge from russell1-1/+1
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...russell1-3/+11
2008-03-20Add missing unlockmmichelson1-0/+1
2008-03-20Remove astobj.h from some places where it wasn't neededrussell1-0/+1
2008-03-20Add some fixes that I made in regards to wideband codec handling to getrussell1-2/+11
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-3/+3
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-1/+1
2008-03-19Merged revisions 110019 via svnmerge from file1-2/+2
2008-03-19Add the ability to use a pattern match for a hint.file1-9/+41
2008-03-19Merged revisions 109908 via svnmerge from murf1-8/+14
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...kpfleming2-84/+104
2008-03-19Fix some more breakage that I introduced when changing extension state callba...russell1-5/+5
2008-03-19clean up code to conform to coding guidelineskpfleming1-127/+232
2008-03-19Remove an unneeded variable. This compiled, but I missed the uninitialized w...russell1-2/+2
2008-03-19Convert handling of extension state callbacks to the list macros.russell1-53/+57
2008-03-19Minor coding style changes, including adding handling for memory allocation f...russell1-4/+16
2008-03-19Minor change to use Asterisk macrosrussell1-2/+5
2008-03-19Merged revisions 109838 via svnmerge from russell1-1/+1
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming2-12/+15
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson7-41/+45
2008-03-18Make sure values are interpreted as character strings and not format strings.file2-2/+2
2008-03-18Merged revisions 109386 via svnmerge from file1-0/+3
2008-03-17Replace minimime with superior GMime library so that the entire contents of a...twilson45-13639/+138
2008-03-17Merged revisions 109226 via svnmerge from mmichelson1-1/+1
2008-03-17(closes issue #12238)murf1-0/+41
2008-03-16Merged revisions 108961 via svnmerge from mvanbaak1-0/+1
2008-03-15Remove a double write lock of the contexts lock in ast_wrlock_contexts().russell1-1/+1
2008-03-13Make this compilemmichelson1-2/+2
2008-03-13Merged revisions 108583 via svnmerge from russell1-1/+7
2008-03-13Fixing a potential buffer overflow in the manager command ModuleCheck.mmichelson1-2/+2
2008-03-12Make the default prefix empty, like it was in Asterisk 1.4.russell1-4/+1
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell3-18/+18
2008-03-12Doxygenify slinfactory a bit.file1-0/+49