summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-14Fix up various coding guidelines issues ...Russell Bryant
2007-11-14- Use the ARRAY_LEN macro in a couple placesRussell Bryant
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...Russell Bryant
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofRussell Bryant
2007-11-14Merged revisions 89260 via svnmerge from Joshua Colp
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.Russell Bryant
2007-11-14use simpler technique for removing known entries from listsKevin P. Fleming
2007-11-14- Simplify removing an item from a listRussell Bryant
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...Steve Murphy
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...Steve Murphy
2007-11-13Blocked revisions 89254 via svnmergeJason Parker
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let meRussell Bryant
2007-11-13Fix a typo pointed out by outtolunc, thanks :)Russell Bryant
2007-11-13- Convert initialization of a struct to C99 style instead of GNU styleRussell Bryant
2007-11-13Update the ParkedCall application to grab the first available parked call if noRussell Bryant
2007-11-13Merged revisions 89248 via svnmerge from Jason Parker
2007-11-13Merged revisions 89246 via svnmerge from Tilghman Lesher
2007-11-13Merged revisions 89241 via svnmerge from Mark Michelson
2007-11-13Merged revisions 89239 via svnmerge from Tilghman Lesher
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...Mark Michelson
2007-11-13Merged revisions 89205 via svnmerge from Mark Michelson
2007-11-13oops, somebody left out the directory here...Jason Parker
2007-11-12Doxygen fixes.Jason Parker
2007-11-12Don't forget the ASTERISK_VERSION for the sake of the mtx_prof stuff.Steve Murphy
2007-11-12Thanks to snuffy for this doxygen update to hashtab.h; closes issue #11223Steve Murphy
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.Steve Murphy
2007-11-12Merged revisions 89194 via svnmerge from Jason Parker
2007-11-12Blocked revisions 89191 via svnmergeTilghman Lesher
2007-11-12(closes issue #11221)Kevin P. Fleming
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-12Merged revisions 89184 via svnmerge from Tilghman Lesher
2007-11-12Merged revisions 89173 via svnmerge from Christian Richter
2007-11-12Merged revisions 89172 via svnmerge from Christian Richter
2007-11-12Fix building on FreeBSD by including/not including some headers.Joshua Colp
2007-11-12Merged revisions 89171 via svnmerge from Christian Richter
2007-11-12Merged revisions 89170 via svnmerge from Christian Richter
2007-11-12Merged revisions 89169 via svnmerge from Christian Richter
2007-11-09Add usbradio.conf.sample from branches/1.4/configs - r84162.Jason Parker
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.Jason Parker
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08Merged revisions 89125 via svnmerge from Jason Parker
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...Jason Parker
2007-11-08app_voicemail failed to build when compiling with IMAP_STORAGEMark Michelson
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.Mark Michelson
2007-11-08Make func_env build again.Joshua Colp
2007-11-08Merged revisions 89119 via svnmerge from Mark Michelson
2007-11-08convert this code to a more efficient idiomKevin P. Fleming