aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Fixing a problem pointed out by Qwellmmichelson1-1/+1
2007-11-16Added some locks that should have been around astman_send_error,mmichelson1-0/+4
2007-11-16This corrects a hashtab removal, given a bad argumentmurf1-2/+2
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf1-2/+6
2007-11-16Merged revisions 89325 via svnmerge from kpfleming1-0/+11
2007-11-16add a small new function to retrieve variables from a configrizzo1-0/+6
2007-11-15If we're going to be passing a negative value for the size of a stringfield,tilghman1-1/+1
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.murf1-1/+0
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...murf1-14/+21
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo2-14/+14
2007-11-15Merged revisions 89288 via svnmerge from mmichelson1-1/+0
2007-11-15Merged revisions 89286 via svnmerge from mmichelson1-0/+1
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...murf1-1/+4
2007-11-15Merged revisions 89275 via svnmerge from tilghman1-3/+10
2007-11-14Typotilghman1-2/+2
2007-11-14Add callerid to the Hangup manager event.tilghman1-0/+4
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...murf1-14/+33
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...murf1-5/+5
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-1/+1
2007-11-14Typotilghman1-1/+1
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo6-19/+23
2007-11-14Fix up various coding guidelines issues ...russell1-139/+188
2007-11-14Merged revisions 89260 via svnmerge from file1-1/+1
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-13Merged revisions 89239 via svnmerge from tilghman1-1/+1
2007-11-12Doxygen fixes.qwell1-2/+2
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.murf1-4/+4
2007-11-12Merged revisions 89194 via svnmerge from qwell1-1/+1
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-1/+2
2007-11-12Merged revisions 89184 via svnmerge from tilghman1-0/+2
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf4-45/+1639
2007-11-08Merged revisions 89125 via svnmerge from qwell1-1/+1
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.mmichelson1-1/+1
2007-11-08use %d and cast to int instead of %zd for size_t object,rizzo1-2/+2
2007-11-08Merged revisions 89105 via svnmerge from kpfleming1-0/+1
2007-11-08improve linked-list macros in two ways:kpfleming22-90/+80
2007-11-07remove a debugging message which i forgot in.rizzo1-5/+0
2007-11-07Fix another CLI command so it doesn't run the real code when called for initi...russell1-1/+1
2007-11-06Fix up some PBX logic that became broken. The code would exit prematurely whe...file1-25/+25
2007-11-06Commit some cleanups to the format type code.tilghman4-44/+46
2007-11-06Merged revisions 89036 via svnmerge from murf1-11/+80
2007-11-06Remove native bridging check for DTMF based transfers. Thanks to the last bat...file1-2/+0
2007-11-06Fix the memory show allocations CLI command so that it doesn't spew out allrussell1-1/+1
2007-11-06Hoping to avoid a crash in OSX for a problem blitzrage foundmurf2-6/+14
2007-11-06Formatting. Illegaly using some spare spaces from Russell's space-bucket.oej1-13/+13
2007-11-06Additional TDD changes (preparing for SIP changes - adding TDD support to SIP)oej1-0/+12
2007-11-06"show application <foo>" changes for clarity.mmichelson1-3/+4