Commit Graph

13090 Commits (8a7982c1ff7a5014fc0c23512025b29e00a0f4c8)
 

Author SHA1 Message Date
Tilghman Lesher 8a7982c1ff Oops, should be "tz", not "zonetag".
18 years ago
Russell Bryant c2446000d9 Remove the test_for_thread_safety() function completely.
18 years ago
Tilghman Lesher 5134bb74a9 We appear to have documented tz= in the [general] section of voicemail.conf,
18 years ago
Joshua Colp a7520ee4bf Add 'down' as a valid state for directed call pickup. This creeps up when we receive session progress when dialing a device and not ringing.
18 years ago
Russell Bryant 5d985ce022 Fix an issue where callers on an incoming call on an SLA trunk would not hear ringback.
18 years ago
Joshua Colp 7eeb7f7493 Fix double declaration of 'x' on the PPC platform.
18 years ago
Mark Michelson b234c024a0 If we fail to start a thread for the pbx to run in, we need to
18 years ago
Steve Murphy 8582a3e924 In discussion with seanbright on #asterisk-dev, I have added a default rule, and an option to suppress the default rule from being generated in the flex output, for the sake of those OS's where they didn't tweak flex's ECHO macro, and the compiler doesn't like it. The regressions are OK with this.
18 years ago
Joshua Colp 114c659195 Make sure that the timestamp for DTMF is not the same as the previous voice frame and do not send audio when transmitting DTMF as this confuses some equipment.
18 years ago
Joshua Colp 7209e0e173 Take video into account when early bridging RTP.
18 years ago
Steve Murphy fd31201630 Previous fix used ast_malloc and ast_copy_string and messed up the standalone stuff. Fixed.
18 years ago
Tilghman Lesher cbbd837a34 For some reason, after a distclean, gcc started returning
18 years ago
Russell Bryant 97bb6d4c65 Allow DISA to handle extensions that start with #.
18 years ago
Steve Murphy a36a0d7dbd (closes issue #14019)
18 years ago
Russell Bryant 53c30bd359 Fix a problem with GROUP() settings on a masquerade.
18 years ago
Joshua Colp fbf46c34b0 Make the usereqphone option work again.
18 years ago
Sean Bright ffc0c7e4ae Merged revisions 161421 via svnmerge from
18 years ago
Dwayne M. Hubbard ca75782a96 kill a warning
18 years ago
Russell Bryant d0f53b09cf Fix a NULL format string warning found by buildbot.
18 years ago
Jeff Peeler ba3f49c71f (closes issue #13835)
18 years ago
Mark Michelson 5397638a2f Fix a callerid parsing issue. If someone formatted callerid like the
18 years ago
Tilghman Lesher 16f94acd53 Some compilers warn on null format strings; some don't (caught by buildbot)
18 years ago
Jason Parker f978100475 Only show this warning when we want to show it.
18 years ago
Steve Murphy ba6d2c67ac (closes issue #13597)
18 years ago
Tilghman Lesher e616d516e3 During bridge code, the channel bridge may return a retry code, if a transfer
18 years ago
Tilghman Lesher 648d21d098 If an entry is added to the directory during a scan when another entry expires,
18 years ago
Tilghman Lesher 6326f47ce5 Don't start scanning the directory until all modules are loaded, because some
18 years ago
Tilghman Lesher cc3b3e68f0 Jon Bonilla (Manwe) pointed out on the -dev list:
18 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