summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.Russell Bryant
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.Russell Bryant
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.Russell Bryant
2008-11-26add support for event suppression for AMI-over-HTTPKevin P. Fleming
2008-11-26If the config file does not exist, then the first use crashes Asterisk.Tilghman Lesher
2008-11-26Always parse arguments in park_call_exec so that app_args is valid. This prev...Jeff Peeler
2008-11-25Merged revisions 159316 via svnmerge from Steve Murphy
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a callTilghman Lesher
2008-11-25Don't limit the length of the hint at the final step (from ~8100 chars maxTilghman Lesher
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-25Fix compiling in dev mode.Matthew Nicholson
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-11-24Add a bit of documentation (thanks, I-MOD) on what the silence thresholdTilghman Lesher
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingMatthew Nicholson
2008-11-21Merged revisions 158603 via svnmerge from Steve Murphy
2008-11-21Allow space within an extension, when the space is within a character class.Tilghman Lesher
2008-11-21Merged revisions 158600 via svnmerge from Tilghman Lesher
2008-11-21Merged revisions 158539 via svnmerge from Russell Bryant
2008-11-21Merged revisions 158483 via svnmerge from Steve Murphy
2008-11-21Make sure we add the Event header for CoreShowChannels.Jason Parker
2008-11-20Merged revisions 158072 via svnmerge from Mark Michelson
2008-11-20more formatting corrections :: one line for loops and if statements still nee...Ryan Brindley
2008-11-20formatting changes :: one line for loops and if statements should have {}Ryan Brindley
2008-11-20(closes issue #12929)Jeff Peeler
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-19If malloc returns NULL, we need to return NULL immediately orMark Michelson
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-18(closes issue #13420)Steve Murphy
2008-11-15Avoid a not needed cast, making code more readable.Eliel C. Sardanons
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-14Ping is missing the standard double-newline after the event.Tilghman Lesher
2008-11-13Merged revisions 156688 via svnmerge from Tilghman Lesher
2008-11-13(closes issue #13891)Jeff Peeler
2008-11-13Introduce XML documentation for:Eliel C. Sardanons
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...Eliel C. Sardanons
2008-11-13Remove trailing whitespacesEliel C. Sardanons
2008-11-12Merged revisions 156297 via svnmerge from Steve Murphy
2008-11-12Merged revisions 156164 via svnmerge from Russell Bryant
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-11 changing comment style to conform coding guidelinesPari Nannapaneni
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...Pari Nannapaneni
2008-11-10Fix memory leak when MALLOC_DEBUG is enabled.Tilghman Lesher
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright