Commit Graph

12998 Commits (1c4d34a0f797ee77bfde00e868388f8064a47d85)
 

Author SHA1 Message Date
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
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
17 years ago
BJ Weschke 656de6f30d As per kpfleming's comments to the prior commit, I'm reverting some of the changes here.
17 years ago
BJ Weschke 77b4928d8d Fix the 1.4 branch compile again broken with r150557 when using with Zaptel and not DAHDI
17 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.
17 years ago
Steve Murphy 8f30902385 Interesting crash. In this case, you exit the
17 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
17 years ago
Mark Michelson 47cf653623 Reverting changes from commits 150298 and 150301 since
17 years ago
Mark Michelson d61eb37af6 And don't forget to return on the error condition
17 years ago
Mark Michelson e9035cc286 Don't try to call a dialplan function's read callback from
17 years ago
Richard Mudgett 4fa4c33f6d Fix memory leak found by customer
17 years ago
Steve Murphy 1985be224e This patch is relevant to:
17 years ago
BJ Weschke 829ffbc857 Another documentation fix.
17 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
17 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
17 years ago
Mark Michelson 0145ae2870 Change this warning to an error message. Suggestion
17 years ago
Mark Michelson 6189f028ae Call register_peer_exten even in the case that the peer's
17 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
17 years ago
Mark Michelson 3c205d2d3f Update the queue with the correct number of calls and
17 years ago
Mark Michelson eda1b995f8 Don't allow reserved characters to be used in register
17 years ago
Tilghman Lesher 124e45e739 Check correct values in the return of ast_waitfor(); also, get rid of a
17 years ago
Leif Madsen c2f7267ebf Add in some missing updates to the CHANGES file for sip.conf
17 years ago
Tilghman Lesher 2d65bd3f1f Some compilers warn, some don't. Fixing.
17 years ago
Tilghman Lesher f4584aa9ff Ensure that mail headers are 7-bit clean, even when UTF-8 characters are used
17 years ago
Mark Michelson 1533c5e6cb Deadlock prevention in chan_local.
17 years ago
Kevin P. Fleming 5c7f06103d on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
17 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
17 years ago
Tilghman Lesher 8dad2a85a5 User not notified of temporary greeting, if ODBC storage is in use.
17 years ago
Tilghman Lesher 276f78ae7d When blank, callerid name and number should display "unknown caller" in voicemail
17 years ago
Jeff Peeler b1da541a92 (closes issue #13139)
17 years ago
Kevin P. Fleming d7be4318bb when parsing a text configuration option, ensure that the buffer on the stack is actually large enough to hold the legal values of that option, and also ensure that sscanf() knows to stop parsing if it would overrun the buffer (without these changes, specifying "buffers=...,immediate" would overflow the buffer on the stack, and could not have worked as expected)
17 years ago
Joshua Colp 38402d868c If we receive DTMF make sure that the state of the speech structure goes back to being not ready. (issue #LUMENVOX-8)
17 years ago
Kevin P. Fleming 325aa9652f revert this change until i can understand why it results in locking order changes
17 years ago
Kevin P. Fleming 198b01597b don't start a PBX on incoming PRI call channels until after we're done setting channel variables and other things on the channel, otherwise the channel might go away (if the dialplan hangs up quickly) before we are done, which results in a spectacular crash
17 years ago