Commit Graph

13065 Commits (648d21d098f8ac85260fa864fc53c911bd19fc91)
 

Author SHA1 Message Date
Tilghman Lesher 648d21d098 If an entry is added to the directory during a scan when another entry expires,
17 years ago
Tilghman Lesher 6326f47ce5 Don't start scanning the directory until all modules are loaded, because some
17 years ago
Tilghman Lesher cc3b3e68f0 Jon Bonilla (Manwe) pointed out on the -dev list:
17 years ago
Terry Wilson de2bff02a1 Channel is masqueraded, don't keep alive
18 years ago
Terry Wilson cedbee5b75 A situation like A calls B, A builtin_atxfers B to C, C parks B would lead to a crash. Thanks to file for telling me how to fix it!
18 years ago
Tilghman Lesher a8736b03e9 When the text does not match exactly (e.g. RTP/SAVP), then the %n conversion
18 years ago
Terry Wilson a3724485b4 make compile with dev mode and malloc debug
18 years ago
Tilghman Lesher 1653a9ef65 Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcc
18 years ago
Russell Bryant dfec3b69d6 Apply some logic used in iax2_indicate() to iax2_setoption(), as well, since they
18 years ago
Michiel van Baak 8f27432e76 Get rid of the useless format string and argument in the Bogus/ manager channelname.
18 years ago
Russell Bryant 380e2abf27 Force a "make clean" to avoid a bizarre build issue ...
18 years ago
Michiel van Baak 1a6c64660d make manager compile on OpenBSD.
18 years ago
Kevin P. Fleming 50515ed372 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
18 years ago
Kevin P. Fleming a738a1f6e7 rename these files so as to avoid conflicts when users update their working copies and have unversioned files already in place
18 years ago
Kevin P. Fleming 7459a56dbb simplify (and slightly bug-fix) the recent developer-oriented COMPILE_DOUBLE mode
18 years ago
Steve Murphy 141ab56b86 (closes issue #12694)
18 years ago
Tilghman Lesher 10e70eaecf Don't try to send a response on a NULL pvt.
18 years ago
Tilghman Lesher dd5a228991 Merged revisions 159245 via svnmerge from
18 years ago
Russell Bryant 07741a3261 Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()
18 years ago
Terry Wilson e8f9274ca7 Add missing variable declaration in the PPC code
18 years ago
Tilghman Lesher 929c14e432 System call ioperm is non-portable, so check for its existence in autoconf.
18 years ago
Jeff Peeler c7dcb086dd (closes issue #13786)
18 years ago
Steve Murphy 890386410a In reference to the fix made for 13871, I was
18 years ago
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
Steve Murphy 596f31a1a1 (closes issue #13871)
18 years ago
Mark Michelson 72a8661580 This change had somehow gotten reverted due to a
18 years ago
Mark Michelson 6a632a5a2b There was an issue when attempting to reference an embedded
18 years ago
Mark Michelson 3668ba67ab We don't handle 4XX responses to BYE well. According to
18 years ago
Mark Michelson 3a1a981e2e Make sure to set the hangup cause on the calling channel in the case
18 years ago
Richard Mudgett 238cd9ea24 Merged revision 157977 from
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
Mark Michelson a6fac748de Add some missing invite state changes necessary in the sip_write
18 years ago
Jeff Peeler 161a05a3d1 (closes issue #13899)
18 years ago
Mark Michelson 3429c9de5e Fix a crash in the end_bridge_callback of app_dial and
18 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
18 years ago
Kevin P. Fleming eeae8abc61 dist-clean should remove dependency information files as well
18 years ago
Kevin P. Fleming dda8791081 major update to doxygen configuration file:
18 years ago
Mark Michelson b753654cbd If the prompt to reenter a voicemail password timed out, it
18 years ago
Tilghman Lesher bc208d63c2 ast_waitfordigit() requires that the channel be up, for no good logical
18 years ago
Tilghman Lesher ad1cd04005 Provide more space for all the data which can appear in an originating
18 years ago
Kevin P. Fleming 53c3cdab37 revert this change... non-functional changes don't belong here
18 years ago
Kevin P. Fleming 350cec723a correct minor syntax error... no functional change
18 years ago
Tilghman Lesher 382459fac8 When using call limits under 1 second, infinite call lengths are allowed,
18 years ago
Steve Murphy 3557bc1b4d It turns out that the 0x0XX00 codes being returned for
18 years ago
Tilghman Lesher 7e353eeaa1 If the SLA thread is not started, then reload causes a memory leak.
18 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.
18 years ago
Tilghman Lesher 1d023ca457 Revert revision 132506, since it occasionally caused IAX2 HANGUP packets not
18 years ago
Jeff Peeler c9cec47bf0 (closes issue #13173)
18 years ago
Mark Michelson bd9001e16b When doing some tests, I was having a crash at the end of every call
18 years ago