Commit Graph

13046 Commits (e8f9274ca75f66dbb59cdae2d469b10ec2408b80)
 

Author SHA1 Message Date
Terry Wilson e8f9274ca7 Add missing variable declaration in the PPC code
17 years ago
Tilghman Lesher 929c14e432 System call ioperm is non-portable, so check for its existence in autoconf.
17 years ago
Jeff Peeler c7dcb086dd (closes issue #13786)
17 years ago
Steve Murphy 890386410a In reference to the fix made for 13871, I was
17 years ago
Tilghman Lesher cd4b144fb0 The passed extension may not be the same in the list as the current entry,
17 years ago
Russell Bryant a0bf88537a When compiling with DEBUG_THREADS, report the real file/func/line for ao2_lock/ao2_unlock
17 years ago
Steve Murphy 596f31a1a1 (closes issue #13871)
17 years ago
Mark Michelson 72a8661580 This change had somehow gotten reverted due to a
17 years ago
Mark Michelson 6a632a5a2b There was an issue when attempting to reference an embedded
17 years ago
Mark Michelson 3668ba67ab We don't handle 4XX responses to BYE well. According to
17 years ago
Mark Michelson 3a1a981e2e Make sure to set the hangup cause on the calling channel in the case
17 years ago
Richard Mudgett 238cd9ea24 Merged revision 157977 from
17 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.
17 years ago
Mark Michelson a6fac748de Add some missing invite state changes necessary in the sip_write
17 years ago
Jeff Peeler 161a05a3d1 (closes issue #13899)
17 years ago
Mark Michelson 3429c9de5e Fix a crash in the end_bridge_callback of app_dial and
17 years ago
Kevin P. Fleming 9bfbfb5496 when an individual directory dist-clean is run, run clean in that directory first, and when running top-level dist-clean, do not run subdirectory clean operations twice
17 years ago
Kevin P. Fleming eeae8abc61 dist-clean should remove dependency information files as well
17 years ago
Kevin P. Fleming dda8791081 major update to doxygen configuration file:
17 years ago
Mark Michelson b753654cbd If the prompt to reenter a voicemail password timed out, it
17 years ago
Tilghman Lesher bc208d63c2 ast_waitfordigit() requires that the channel be up, for no good logical
17 years ago
Tilghman Lesher ad1cd04005 Provide more space for all the data which can appear in an originating
17 years ago
Kevin P. Fleming 53c3cdab37 revert this change... non-functional changes don't belong here
17 years ago
Kevin P. Fleming 350cec723a correct minor syntax error... no functional change
17 years ago
Tilghman Lesher 382459fac8 When using call limits under 1 second, infinite call lengths are allowed,
17 years ago
Steve Murphy 3557bc1b4d It turns out that the 0x0XX00 codes being returned for
17 years ago
Tilghman Lesher 7e353eeaa1 If the SLA thread is not started, then reload causes a memory leak.
17 years ago
Jeff Peeler 738ec1fb71 For whatever reason, gcc only warned me about the possible use of an uninitialized variable when compiling 1.6.1.
17 years ago
Tilghman Lesher 1d023ca457 Revert revision 132506, since it occasionally caused IAX2 HANGUP packets not
17 years ago
Jeff Peeler c9cec47bf0 (closes issue #13173)
17 years ago
Mark Michelson bd9001e16b When doing some tests, I was having a crash at the end of every call
17 years ago
Russell Bryant 96d185b5aa Move the sanity check that makes sure "always fork" is not set along with the
17 years ago
Mark Michelson abc56833ad Channel drivers assume that when their indicate callback
17 years ago
Tilghman Lesher 52e17f5cf8 I got tired of saying this in every single bugnote referring to this file.
17 years ago
Sean Bright f2ecc4c80e Use static functions here instead of nested ones. This requires a small
17 years ago
Tilghman Lesher a0386906cf Clarify error message.
17 years ago
Mark Michelson a5ebe35d26 The documentation listed the ability to set 'maxmsg' per
17 years ago
Mark Michelson a82f9caadf The logic of a strcasecmp call was reversed
17 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.
17 years ago
Tilghman Lesher 537f626328 On busy systems, it's possible for the values checked within a single line
17 years ago
Richard Mudgett f7c8bfed9c JIRA ABE-1703
17 years ago
Tilghman Lesher 66d3d10d8c Make the monitor thread non-detached, so it can be joined (suggested by Russell
17 years ago
Tilghman Lesher 799fe53401 Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.
17 years ago
Tilghman Lesher 9f7707dae8 Remove the potential for a division by zero error.
17 years ago
Kevin P. Fleming 18df35a2c1 somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass
17 years ago
Russell Bryant 0d1441526e features.h depends on linkedlists.h, so include it
17 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
17 years ago
Terry Wilson 705d6f3742 Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_features
17 years ago
Tilghman Lesher 1c4d34a0f7 Turn off qualify on uncached realtime peers.
17 years ago
Terry Wilson 6280e04736 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
17 years ago