Commit Graph

1324 Commits (a42ff13c97fc4c975dd1f531ea120f4c20fe90db)

Author SHA1 Message Date
Sean Bright 035b942a7a __WORDSIZE is not available on all platforms, so use sizeof(void *) instead.
17 years ago
Sean Bright aea9d7d060 Fix a typo in the stack size calculation just introduced.
17 years ago
Sean Bright 0d849d509d Increase the size of our thread stack on 64 bit processors.
17 years ago
Sean Bright 7605487610 Safely handle AMI connections/reload requests that occur during startup.
17 years ago
David Vossel ddb4e3f2e7 Generic call forward api, ast_call_forward()
17 years ago
Matthew Nicholson aa2fd9a4c2 Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.
17 years ago
Mark Michelson 590408dca3 Allow for media to arrive from an alternate source when responding to a reinvite with 491.
17 years ago
Mark Michelson 3268149a1f Add flags to chanspy audiohook so that audio stays in sync.
17 years ago
Jeff Peeler 829907e467 Fix broken attended transfers
17 years ago
Matthew Nicholson df4812c96e This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases.
17 years ago
Kevin P. Fleming 7c82c2b240 Fix 'inconsistent line endings' when autoconf 2.63 is used
17 years ago
Olle Johansson 1dac2a69e2 unistd.h is required for usleep() on Darwin. It will not hurt to include it always
17 years ago
Tilghman Lesher c922eca9a8 Detect availability of pthread_rwlock_timedwrlock() before using it.
17 years ago
Doug Bailey 9d266db16a Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h
17 years ago
Tilghman Lesher 200db93157 Oops, typo
17 years ago
Tilghman Lesher 34672a3919 Race condition between ast_cli_command() and 'module unload' could cause a deadlock.
17 years ago
Tilghman Lesher a8dc553099 Add debugging mode for diagnosing file descriptor leaks.
17 years ago
Joshua Colp ddb260532b Fix a problem with the crypto variable definitions not actually being defined properly.
17 years ago
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