Commit Graph

1306 Commits (36a68f792e243aa5095a202da2f68ef3f678db48)

Author SHA1 Message Date
David Vossel f42e9eb6bf Cleaning up a few things in detect disconnect patch
17 years ago
Russell Bryant 47af9f8fd5 Remove the use of RTLD_NOLOAD, as it is not behaving like expected.
17 years ago
David Vossel dd17912d68 Allow disconnect feature before a call is bridged
17 years ago
Kevin P. Fleming e536392919 fix another symbol namespace issue (reported by Andrew on asterisk-dev)
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
17 years ago
Kevin P. Fleming 5436d8709f Fix problems when RTP packet frame size is changed
17 years ago
Tilghman Lesher 426cee0362 This exception does not appear to still be true for Solaris 10, and OpenSolaris definitely needs it to be removed.
17 years ago
David Vossel a5198f55e0 Fixes issue with undefined audio codecs in chan_iax2
17 years ago
Tilghman Lesher c66921ec43 Document the return value of the update method (as requested on -dev list)
17 years ago
Jeff Peeler de8f6bab86 Modify bridging to properly evaluate DTMF after first warning is played
17 years ago
Michiel van Baak db4dc67740 fix mis-spelling of the word registered.
17 years ago
Jason Parker 3cc3863d28 Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're confused, DAHDI is still DAHDI)
17 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
17 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
17 years ago
Tilghman Lesher e2d1540779 AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask is
17 years ago
Tilghman Lesher d671bb1404 Fix the conjugation of Russian and Ukrainian languages.
17 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
17 years ago
Russell Bryant acd0af78ea Re-work ref count handling of MoH classes using astobj2 to resolve crashes.
17 years ago
Mark Michelson 7fdf99803e Backport of AUDIOHOOK_INHERIT for Asterisk 1.4
17 years ago
Steve Murphy e3700a13a4 This merges the masqpark branch into 1.4
17 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
17 years ago
Russell Bryant 083047a794 Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.
17 years ago
Mark Michelson ccf5565ccd Add the deadlock note to ast_spawn_extension as well
17 years ago
Mark Michelson a43cf62956 Add notes to autoservice and pbx doxygen regarding a potential
17 years ago
Joshua Colp b80ffd6d26 Use autoconf logic to determine whether the system has timersub or not. Do not blindly assume Solaris does not.
17 years ago
Russell Bryant c518ed3be1 Resolve issues that could cause DTMF to be processed out of order.
17 years ago
Mark Michelson 4cad4bff2c Update to stringfield handling so that side-effects on
17 years ago
Russell Bryant c2446000d9 Remove the test_for_thread_safety() function completely.
17 years ago
Steve Murphy a36a0d7dbd (closes issue #14019)
17 years ago
Sean Bright ffc0c7e4ae Merged revisions 161421 via svnmerge from
17 years ago
Terry Wilson a3724485b4 make compile with dev mode and malloc debug
17 years ago
Tilghman Lesher 1653a9ef65 Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcc
17 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
17 years ago
Russell Bryant 07741a3261 Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()
17 years ago
Tilghman Lesher 929c14e432 System call ioperm is non-portable, so check for its existence in autoconf.
17 years ago
Jeff Peeler c7dcb086dd (closes issue #13786)
17 years ago
Russell Bryant a0bf88537a When compiling with DEBUG_THREADS, report the real file/func/line for ao2_lock/ao2_unlock
17 years ago
Mark Michelson 6a632a5a2b There was an issue when attempting to reference an embedded
17 years ago
Mark Michelson 3429c9de5e Fix a crash in the end_bridge_callback of app_dial and
17 years ago
Sean Bright f2ecc4c80e Use static functions here instead of nested ones. This requires a small
17 years ago
Russell Bryant 0d1441526e features.h depends on linkedlists.h, so include it
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
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
18 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
18 years ago
Jeff Peeler fc2e08f823 (closes issue #13425)
18 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
18 years ago