Commit Graph

1289 Commits (c257ffeed04cbf8fbcf68cadc73f15c03a2845aa)

Author SHA1 Message Date
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
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
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
17 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
17 years ago
Jeff Peeler fc2e08f823 (closes issue #13425)
17 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
18 years ago
Mark Michelson 28b9f5b384 Fix compilation when DEBUG_THREAD_LOCALS is selected
18 years ago
Kevin P. Fleming e2fc623d88 Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, because not doing so just makes it difficult for people with channels that are in alarm when Asterisk starts up to get them going once the alarm is cleared
18 years ago
Jeff Peeler a763147ee6 add DAHDI_POLICY_WHEN_FULL compatability define for Zaptel
18 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
18 years ago
Tilghman Lesher 6d7a2a5fa4 Merged revisions 136945 via svnmerge from
18 years ago
Steve Murphy 195fe34304 (closes issue #13236)
18 years ago
Kevin P. Fleming c269b9ba10 add a raw list of all libraries that any part of Asterisk links directly to
18 years ago
Tilghman Lesher 1a0c9841dd 1) Bugfix for debugging code
18 years ago
Mark Michelson b8bbf8b61a Merging the issue11259 branch.
18 years ago
Steve Murphy ee8adb313e (closes issue #12982)
18 years ago
Tilghman Lesher e5939d2f3e Oops, wrong define
18 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
18 years ago
Russell Bryant 46b65b2cc0 Add the licensing section to the docs in 1.4, as well, so that we can work on
18 years ago
Kevin P. Fleming 888d269e8f revert an optimization that broke ABI... thanks russell!
18 years ago
Kevin P. Fleming cd12517eeb make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
18 years ago