aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let merussell1-1/+1
2007-11-13Fix a typo pointed out by outtolunc, thanks :)russell1-1/+1
2007-11-13- Convert initialization of a struct to C99 style instead of GNU stylerussell1-7/+7
2007-11-13Update the ParkedCall application to grab the first available parked call if norussell2-10/+9
2007-11-13Merged revisions 89248 via svnmerge from qwell1-1/+1
2007-11-13Merged revisions 89246 via svnmerge from tilghman1-2/+2
2007-11-13Merged revisions 89241 via svnmerge from mmichelson1-2/+2
2007-11-13Merged revisions 89239 via svnmerge from tilghman1-1/+1
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...mmichelson1-1/+1
2007-11-13Merged revisions 89205 via svnmerge from mmichelson1-2/+2
2007-11-13oops, somebody left out the directory here...qwell1-1/+1
2007-11-12Doxygen fixes.qwell13-29/+35
2007-11-12Don't forget the ASTERISK_VERSION for the sake of the mtx_prof stuff.murf1-0/+1
2007-11-12Thanks to snuffy for this doxygen update to hashtab.h; closes issue #11223murf1-96/+161
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.murf2-6/+6
2007-11-12Merged revisions 89194 via svnmerge from qwell1-1/+1
2007-11-12Blocked revisions 89191 via svnmergetilghman0-0/+0
2007-11-12(closes issue #11221)kpfleming2-14/+2
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf8-2/+11
2007-11-12Merged revisions 89184 via svnmerge from tilghman2-1/+11
2007-11-12Merged revisions 89173 via svnmerge from crichter2-0/+18
2007-11-12Merged revisions 89172 via svnmerge from crichter4-24/+41
2007-11-12Fix building on FreeBSD by including/not including some headers.file2-0/+3
2007-11-12Merged revisions 89171 via svnmerge from crichter2-31/+44
2007-11-12Merged revisions 89170 via svnmerge from crichter1-0/+5
2007-11-12Merged revisions 89169 via svnmerge from crichter6-2/+33
2007-11-09Add usbradio.conf.sample from branches/1.4/configs - r84162.qwell1-0/+54
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.qwell2-0/+3
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf9-55/+2299
2007-11-08Merged revisions 89125 via svnmerge from qwell1-1/+1
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...qwell1-0/+33
2007-11-08app_voicemail failed to build when compiling with IMAP_STORAGEmmichelson1-3/+2
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.mmichelson1-1/+1
2007-11-08Make func_env build again.file1-2/+2
2007-11-08Merged revisions 89119 via svnmerge from mmichelson1-27/+14
2007-11-08convert this code to a more efficient idiomkpfleming1-3/+1
2007-11-08Change a warning to a notice. Issue #11195, patch by elielqwell1-1/+1
2007-11-08Merged revisions 89115 via svnmerge from qwell2-14/+14
2007-11-08Add the FILE() dialplan function and deprecate ReadFile.tilghman2-0/+65
2007-11-08Fix missed conversion to linkedlists macro changetilghman1-1/+1
2007-11-08Blocking changes from previous 1.4 commitmmichelson0-0/+0
2007-11-08use %f instead of %lf (the 'l' is ignored anyways).rizzo1-1/+1
2007-11-08use %d and cast to int instead of %zd for size_t object,rizzo1-2/+2
2007-11-08initialize a variable to silence compiler.rizzo1-1/+1
2007-11-08Merged revisions 89105 via svnmerge from kpfleming1-0/+1
2007-11-08improve linked-list macros in two ways:kpfleming41-183/+166
2007-11-08Merged revisions 89103 via svnmerge from tilghman1-1/+1
2007-11-08Merged revisions 89101 via svnmerge from file1-1/+1
2007-11-08Merged revisions 89099 via svnmerge from file1-6/+15
2007-11-08Merged revisions 89097 via svnmerge from file1-2/+5