Commit Graph

13031 Commits (3429c9de5efede907dc34ebb4cda555081961e94)
 

Author SHA1 Message Date
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
Sean Bright db2283b512 The -I argument to aclocal needs a space before the include directory name.
17 years ago
Tilghman Lesher ac0c617f43 Cannot join detached threads. See http://www.opengroup.org/onlinepubs/000095399/functions/pthread_join.html
17 years ago
Tilghman Lesher e8b8a35b3d Unlock before returning, when extension doesn't exist.
17 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)
17 years ago
Russell Bryant c1cdf01a0e Fix an incorrect usage of sizeof()
17 years ago
Steve Murphy fffb7722be A little documentation cross-ref between features and
17 years ago
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
17 years ago
Tilghman Lesher fd9de775c5 Quoting in the wrong direction
17 years ago
Tilghman Lesher 785f27a29a Reset all DIAL variables back to blank, in case Dial is called multiple times
17 years ago
Jeff Peeler 1400db9dfc Buffer policy setting for half is not needed.
17 years ago
Tilghman Lesher 2156982d3e Inherit ALL elements of CallerID across a local channel.
17 years ago
Sean Bright a300fefab6 Since passing \0 as the second argument to strchr is valid (and will
17 years ago
Russell Bryant 17f164852c Move AMI initialization to occur after loading modules. This prevents a
17 years ago
Terry Wilson 3f6d4154b8 Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour.
17 years ago
Kevin P. Fleming bc51c18f3d rename this macro to properly reflect what it does
17 years ago