aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-1/+1
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+2
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-26add support for event suppression for AMI-over-HTTPkpfleming1-2/+9
2008-11-26If the config file does not exist, then the first use crashes Asterisk.tilghman1-3/+3
2008-11-26Always parse arguments in park_call_exec so that app_args is valid. This prev...jpeeler1-4/+2
2008-11-25Merged revisions 159316 via svnmerge from murf1-0/+3
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a calltilghman1-71/+120
2008-11-25Don't limit the length of the hint at the final step (from ~8100 chars maxtilghman1-3/+4
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright5-35/+85
2008-11-25Fix compiling in dev mode.mnicholson1-1/+1
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-0/+1
2008-11-24Add a bit of documentation (thanks, I-MOD) on what the silence thresholdtilghman1-0/+7
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingmnicholson1-18/+18
2008-11-21Merged revisions 158603 via svnmerge from murf1-9/+14
2008-11-21Allow space within an extension, when the space is within a character class.tilghman1-9/+10
2008-11-21Merged revisions 158600 via svnmerge from tilghman1-1/+1
2008-11-21Merged revisions 158539 via svnmerge from russell1-0/+16
2008-11-21Merged revisions 158483 via svnmerge from murf1-3/+5
2008-11-21Make sure we add the Event header for CoreShowChannels.qwell1-0/+1
2008-11-20Merged revisions 158072 via svnmerge from mmichelson2-45/+82
2008-11-20more formatting corrections :: one line for loops and if statements still nee...rbrindley1-6/+11
2008-11-20formatting changes :: one line for loops and if statements should have {}rbrindley1-3/+6
2008-11-20(closes issue #12929)jpeeler1-0/+14
2008-11-20Merged revisions 157859 via svnmerge from kpfleming2-3/+2
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson2-2/+2
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman2-32/+56
2008-11-19If malloc returns NULL, we need to return NULL immediately ormmichelson1-0/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+8
2008-11-18(closes issue #13420)murf1-4/+5
2008-11-15Avoid a not needed cast, making code more readable.eliel1-14/+8
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell2-2/+4
2008-11-14Ping is missing the standard double-newline after the event.tilghman1-1/+2
2008-11-13Merged revisions 156688 via svnmerge from tilghman1-1/+2
2008-11-13(closes issue #13891)jpeeler1-3/+0
2008-11-13Introduce XML documentation for:eliel1-2/+13
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...eliel1-2/+2
2008-11-13Remove trailing whitespaceseliel1-6/+6
2008-11-12Merged revisions 156297 via svnmerge from murf1-3/+3
2008-11-12Merged revisions 156164 via svnmerge from russell1-6/+8
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,eliel1-3/+3
2008-11-12This commit does two things:mvanbaak6-401/+40
2008-11-12Implement AGI XML documentation parsing functions.eliel1-10/+193
2008-11-11 changing comment style to conform coding guidelinespari1-6/+6
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...pari1-18/+24
2008-11-10Fix memory leak when MALLOC_DEBUG is enabled.tilghman1-0/+1
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel4-1638/+1656
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright2-11/+15
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-1/+1