Commit Graph

1929 Commits (d23dff9ca85e820cb8b4e0d7d51616af20a17afe)

Author SHA1 Message Date
Sean Bright 086a52d9d1 Introduce a new API call ast_channel_search_locked, which iterates through the
18 years ago
Tilghman Lesher 2cc8e25222 Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
18 years ago
Sean Bright f349f18eaa GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on the
18 years ago
Sean Bright bc1629a9e8 Fix build errors.
18 years ago
Tilghman Lesher fd6ee6e1f2 Merged revisions 154060 via svnmerge from
18 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
18 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
18 years ago
Mark Michelson d521ad9696 * Fixed timeout logic in the dialing API as setting timeouts
18 years ago
Terry Wilson 5fe37e47c6 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
18 years ago
Russell Bryant 511ce6b2bf Use the ast_str API call to reset the string instead of manually editing its internals
18 years ago
Kevin P. Fleming 85f78531ce Merged revisions 152811 via svnmerge from
18 years ago
Kevin P. Fleming 10d36d9f34 fix a few small things found by using sparse
18 years ago
Mark Michelson de90c84b1a After seeing another problem in #asterisk stemming from
18 years ago
Tilghman Lesher fa06ce2e6c Track down and fix annoying lock errors
18 years ago
Steve Murphy 6fad66dfb3 Merged revisions 152535 via svnmerge from
18 years ago
Russell Bryant 316f3897a8 Merged revisions 151905 via svnmerge from
18 years ago
BJ Weschke 9aefadd7c1 Do NOT attempt to do anything with the ast_config struct when it's been returned as INVALID by the config file interpreter.
18 years ago
Kevin P. Fleming 1ddc834b39 cleaup of the TCP/TLS socket API:
18 years ago
BJ Weschke 09e9b5d208 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766.
18 years ago
Michiel van Baak 805556773f Fix CLI command 'channel request hangup'
18 years ago
Mark Michelson 4ad187cba4 Merged revisions 150304 via svnmerge from
18 years ago
Mark Michelson 8a1d9d1678 Merged revisions 150298,150301 via svnmerge from
18 years ago
Mark Michelson 29a8fe20c8 Merged revisions 149204 via svnmerge from
18 years ago
Tilghman Lesher d5837ba8c2 Add additional memory debugging to several core APIs, and fix several memory
18 years ago
Kevin P. Fleming b17413c992 Merged revisions 148611 via svnmerge from
18 years ago
Tilghman Lesher c1351ad237 Merge realtime_update2 branch, which adds a new realtime API call named
18 years ago
Steve Murphy db7299f4bc Hmmm. Nobody (but me) is interested in seeing
18 years ago
Olle Johansson 32d93bbc0e Highlightning even more bugs in the current tcp/tls implementation.
18 years ago
Sean Bright 1dedb785ab Don't include logger.h in asterisk.h by default as it is causing problems building
18 years ago
Mark Michelson 9851feb8fb The priority was unnecessary for the manager atxfer, so it has
18 years ago
Mark Michelson 6d70f45506 Merged revisions 146026 via svnmerge from
18 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
18 years ago
Tilghman Lesher f5d5eb5e19 Fudges for wav16, just like wav49
18 years ago
Jeff Peeler c897b4e630 (closes issue #13139)
18 years ago
Steve Murphy e235a07376 (closes issue #13557)
18 years ago
Tilghman Lesher 9335b3ad34 Allow people to select the old console behavior of white text on a black
18 years ago
Jeff Peeler 0dc7ac9a6c Explicitly setting these fields to NULL was done because I wasn't sure if they would be NULL otherwise. Since they will be set automatically, removing.
18 years ago
Jeff Peeler 2ec290b09d Similar to r143204, masquerade the channel in the case of Park being called from AGI.
18 years ago
Jeff Peeler 50923eab5d This commit squashes together three commits because the wrong approach was originally used. (One of the commits was only one line.)
18 years ago
Jeff Peeler abc88c1d61 fix some comment placement
18 years ago
Jeff Peeler 7d8d1f50bb Explicitly set args in park_call_exec NULL so in the case of no options being passed in, there
18 years ago
Sean Bright 6855b63d44 Fix a bug with the last item in CLI history getting duplicated when
18 years ago
Jeff Peeler 4b22fb221c remove superfluous reference counting operations in manage_parkinglot since ao2_interator_next increments the ref count automatically
18 years ago
Sean Bright b29fb615ae Resolve a subtle bug where we would never successfully be able to get
18 years ago
Terry Wilson 84b0093bef The dialing API should inherit datastores as well as variables
18 years ago
Tilghman Lesher 529874de7b Add schedule extensions to app_meetme. In addition, the reporter found a
18 years ago
Mark Michelson 7eae109418 Okay, this should really do it now. While I did manage
18 years ago
Mark Michelson e6799e1c99 if (!(x) == 0) is the same as
18 years ago
Mark Michelson a23b8c9158 The logic surrounding the return value of ast_spawn_extension
18 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
18 years ago