Commit Graph

13065 Commits (648d21d098f8ac85260fa864fc53c911bd19fc91)
 

Author SHA1 Message Date
Russell Bryant 96d185b5aa Move the sanity check that makes sure "always fork" is not set along with the
18 years ago
Mark Michelson abc56833ad Channel drivers assume that when their indicate callback
18 years ago
Tilghman Lesher 52e17f5cf8 I got tired of saying this in every single bugnote referring to this file.
18 years ago
Sean Bright f2ecc4c80e Use static functions here instead of nested ones. This requires a small
18 years ago
Tilghman Lesher a0386906cf Clarify error message.
18 years ago
Mark Michelson a5ebe35d26 The documentation listed the ability to set 'maxmsg' per
18 years ago
Mark Michelson a82f9caadf The logic of a strcasecmp call was reversed
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 537f626328 On busy systems, it's possible for the values checked within a single line
18 years ago
Richard Mudgett f7c8bfed9c JIRA ABE-1703
18 years ago
Tilghman Lesher 66d3d10d8c Make the monitor thread non-detached, so it can be joined (suggested by Russell
18 years ago
Tilghman Lesher 799fe53401 Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.
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
Russell Bryant 0d1441526e features.h depends on linkedlists.h, so include it
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
Terry Wilson 705d6f3742 Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_features
18 years ago
Tilghman Lesher 1c4d34a0f7 Turn off qualify on uncached realtime peers.
18 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
18 years ago
Sean Bright db2283b512 The -I argument to aclocal needs a space before the include directory name.
18 years ago
Tilghman Lesher ac0c617f43 Cannot join detached threads. See http://www.opengroup.org/onlinepubs/000095399/functions/pthread_join.html
18 years ago
Tilghman Lesher e8b8a35b3d Unlock before returning, when extension doesn't exist.
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 c1cdf01a0e Fix an incorrect usage of sizeof()
18 years ago
Steve Murphy fffb7722be A little documentation cross-ref between features and
18 years ago
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
18 years ago
Tilghman Lesher fd9de775c5 Quoting in the wrong direction
18 years ago
Tilghman Lesher 785f27a29a Reset all DIAL variables back to blank, in case Dial is called multiple times
18 years ago
Jeff Peeler 1400db9dfc Buffer policy setting for half is not needed.
18 years ago
Tilghman Lesher 2156982d3e Inherit ALL elements of CallerID across a local channel.
18 years ago
Sean Bright a300fefab6 Since passing \0 as the second argument to strchr is valid (and will
18 years ago
Russell Bryant 17f164852c Move AMI initialization to occur after loading modules. This prevents a
18 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.
18 years ago
Kevin P. Fleming bc51c18f3d rename this macro to properly reflect what it does
18 years ago
Kevin P. Fleming fe3cd94ec6 break up acinclude.m4 into individual files, which will make it easier to maintain, easier to add new macros (less patching) and will ease maintenance of these macros across Asterisk branches
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
Steve Murphy 8f30902385 Interesting crash. In this case, you exit the
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
Richard Mudgett 4fa4c33f6d Fix memory leak found by customer
18 years ago
Steve Murphy 1985be224e This patch is relevant to:
18 years ago
BJ Weschke 829ffbc857 Another documentation fix.
18 years ago
BJ Weschke 1d21453b49 An update to the documentation/example of agents.conf.sample with the correct parameter for this feature as defined in chan_agent.c
18 years ago
Kevin P. Fleming 1573ebed8c fix some problems when parsing SIP messages that have the maximum number of headers or body lines that we support
18 years ago
Mark Michelson 0145ae2870 Change this warning to an error message. Suggestion
18 years ago
Mark Michelson 6189f028ae Call register_peer_exten even in the case that the peer's
18 years ago