Commit Graph

933 Commits (e8f9274ca75f66dbb59cdae2d469b10ec2408b80)

Author SHA1 Message Date
Tilghman Lesher cd4b144fb0 The passed extension may not be the same in the list as the current entry,
18 years ago
Russell Bryant a0bf88537a When compiling with DEBUG_THREADS, report the real file/func/line for ao2_lock/ao2_unlock
18 years ago
Mark Michelson 6a632a5a2b There was an issue when attempting to reference an embedded
18 years ago
Kevin P. Fleming 187f6d485a the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems.
18 years ago
Tilghman Lesher ad1cd04005 Provide more space for all the data which can appear in an originating
18 years ago
Steve Murphy 3557bc1b4d It turns out that the 0x0XX00 codes being returned for
18 years ago
Russell Bryant 96d185b5aa Move the sanity check that makes sure "always fork" is not set along with the
18 years ago
Steve Murphy 8c352bb9aa This fix was prompted by communication from user, who was seeing thousands of error logs... looks like EAGAIN. Made such uninteresting.
18 years ago
Tilghman Lesher 9f7707dae8 Remove the potential for a division by zero error.
18 years ago
Kevin P. Fleming 18df35a2c1 somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass
18 years ago
Kevin P. Fleming add5ff5b05 fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends
18 years ago
Kevin P. Fleming 1a56159a79 instead of comparing the string pointer to 0, let's compare the value that was actually parsed out of the string (found by sparse)
18 years ago
Russell Bryant 17f164852c Move AMI initialization to occur after loading modules. This prevents a
18 years ago
BJ Weschke 656de6f30d As per kpfleming's comments to the prior commit, I'm reverting some of the changes here.
18 years ago
BJ Weschke 77b4928d8d Fix the 1.4 branch compile again broken with r150557 when using with Zaptel and not DAHDI
18 years ago
BJ Weschke 4ac62c324b 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
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
18 years ago
Mark Michelson 47cf653623 Reverting changes from commits 150298 and 150301 since
18 years ago
Mark Michelson d61eb37af6 And don't forget to return on the error condition
18 years ago
Mark Michelson e9035cc286 Don't try to call a dialplan function's read callback from
18 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
18 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
18 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
18 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
18 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
18 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
18 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
18 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
18 years ago
Russell Bryant 4b5b6ffa27 It is a normal situation that a task gets put in the scheduler that should run
18 years ago
Russell Bryant 79d074c9fa When doing an async goto, detect if the channel is already in the middle of a
18 years ago
Steve Murphy 8f720a0bdf A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer for bringing it to our attention
18 years ago
Russell Bryant cb07ce5fa0 Don't freak out if the poll emulation receives NULL for the pollfds array
18 years ago
Steve Murphy 32218b2529 I am turning the warnings generated in ast_cdr_free and post_cdr into verbose level 2 messages. Really, they matter little to end users. You either get the CDR's you wanted, or you don't, and it is a bug.
18 years ago
Steve Murphy 84800b8fb0 After reconsidering, with respect to 13409, ast_cdr_detach should be OK, better in fact, than ast_cdr_free, which generates lots of useless warnings that will undoubtably generate complaints.
18 years ago
Steve Murphy f255b55947 (closes issue #13409)
18 years ago
Mark Michelson e1b81179dc After working on the ao2_containers branch, I noticed
18 years ago
Jeff Peeler a25c32289b Fix a typo I made. Lesson learned, apply the patch if one exists.
18 years ago
Mark Michelson b7585650d9 Fix the logic in config_text_file_save so that if an
18 years ago
Steve Murphy 271e1a4acf This patch reverts the changes made via 139347, and 139635, as users
18 years ago
Jeff Peeler d2a637a424 (closes issue #13359)
18 years ago
Mark Michelson 74e98c5995 Remove show_frame_stats_deprecated since it is not
18 years ago
Steve Murphy 3bb4f66a30 (closes issue #13251)
18 years ago
Steve Murphy 811faa8612 (closes issue #13263)
18 years ago
Russell Bryant 8a55c5427e Ensure that when a hangup occurs in autoservice, that a hangup frame gets
18 years ago
Mark Michelson b48adf96dc Since adding the AST_CONTROL_SRCUPDATE frame type,
18 years ago
Tilghman Lesher b8550b63bc Fix a longstanding bug in channel walking logic, and fix the explanation to
18 years ago
Tilghman Lesher cd17593356 Since powerof() can return an error condition, it's foolhardy not to detect and
18 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
18 years ago