summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2008-11-05Merged revisions 154685 via svnmerge from Steve Murphy
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-04GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on theSean Bright
2008-11-04Fix build errors.Sean Bright
2008-11-03Merged revisions 154060 via svnmerge from Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsMark Michelson
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...Russell Bryant
2008-10-30Merged revisions 152811 via svnmerge from Kevin P. Fleming
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-30After seeing another problem in #asterisk stemming fromMark Michelson
2008-10-30Track down and fix annoying lock errorsTilghman Lesher
2008-10-29Merged revisions 152535 via svnmerge from Steve Murphy
2008-10-25Merged revisions 151905 via svnmerge from Russell Bryant
2008-10-20 Do NOT attempt to do anything with the ast_config struct when it's been retu...BJ Weschke
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...BJ Weschke
2008-10-17Fix CLI command 'channel request hangup'Michiel van Baak
2008-10-16Merged revisions 150304 via svnmerge from Mark Michelson
2008-10-16Merged revisions 150298,150301 via svnmerge from Mark Michelson
2008-10-14Merged revisions 149204 via svnmerge from Mark Michelson
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merged revisions 148611 via svnmerge from Kevin P. Fleming
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-10-13Hmmm. Nobody (but me) is interested in seeing Steve Murphy
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.Olle Johansson
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...Sean Bright
2008-10-09The priority was unnecessary for the manager atxfer, so it hasMark Michelson
2008-10-09Merged revisions 146026 via svnmerge from Mark Michelson
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-10-09(closes issue #13139)Jeff Peeler
2008-10-09(closes issue #13557)Steve Murphy
2008-10-07Allow people to select the old console behavior of white text on a blackTilghman Lesher
2008-10-07Explicitly setting these fields to NULL was done because I wasn't sure if the...Jeff Peeler
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...Jeff Peeler
2008-10-06This commit squashes together three commits because the wrong approach was or...Jeff Peeler
2008-10-06fix some comment placementJeff Peeler
2008-10-06Explicitly set args in park_call_exec NULL so in the case of no options being...Jeff Peeler
2008-10-04Fix a bug with the last item in CLI history getting duplicated whenSean Bright
2008-10-03remove superfluous reference counting operations in manage_parkinglot since a...Jeff Peeler
2008-10-03Resolve a subtle bug where we would never successfully be able to getSean Bright
2008-10-03The dialing API should inherit datastores as well as variablesTerry Wilson
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found aTilghman Lesher
2008-10-01Okay, this should really do it now. While I did manageMark Michelson