summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2008-12-09Add some additional Asterisk project developer documentation. Russell Bryant
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-12-09Merged revisions 162265 via svnmerge from Mark Michelson
2008-12-09Merged revisions 162204 via svnmerge from Joshua Colp
2008-12-09Merged revisions 162188 via svnmerge from Joshua Colp
2008-12-09Merged revisions 161948 via svnmerge from Russell Bryant
2008-12-08Note that the recently changed waittime parameter is in milliseconds.Brandon Kruse
2008-12-08Allocate enough space initially for the message.Tilghman Lesher
2008-12-08Fix a regression introduced when the PBX timeouts were converted to milliseco...Joshua Colp
2008-12-08- Fix a leak while printing an argument description.Eliel C. Sardanons
2008-12-05Merged revisions 161426 via svnmerge from Sean Bright
2008-12-05Merged revisions 161287 via svnmerge from Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-05The first file should have a blank config filename in the structure, so thatTilghman Lesher
2008-12-04Fix minor coding guidelines introduced with CLI permissions.Eliel C. Sardanons
2008-12-04Merged revisions 161013 via svnmerge from Jeff Peeler
2008-12-04Merged revisions 160943 via svnmerge from Mark Michelson
2008-12-03Another place this is missingJason Parker
2008-12-03Fix typo when ListCategories returns none.Jason Parker
2008-12-02Merged revisions 160207 via svnmerge from Tilghman Lesher
2008-12-01Merged revisions 159976 via svnmerge from Sean Bright
2008-12-01Introduce CLI permissions.Eliel C. Sardanons
2008-12-01Merged revisions 159897 via svnmerge from Michiel van Baak
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