aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-14Fix up various coding guidelines issues ...russell2-140/+189
2007-11-14- Use the ARRAY_LEN macro in a couple placesrussell1-4/+4
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...russell1-2/+2
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofrussell1-8/+24
2007-11-14Merged revisions 89260 via svnmerge from file1-1/+1
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.russell1-98/+117
2007-11-14use simpler technique for removing known entries from listskpfleming2-23/+4
2007-11-14- Simplify removing an item from a listrussell1-12/+5
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...murf1-1/+1
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...murf1-3/+6
2007-11-13Blocked revisions 89254 via svnmergeqwell0-0/+0
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