Commit Graph

1337 Commits (1ea4af21cac1d68070ed80aae17f95feeffd8c8c)

Author SHA1 Message Date
Tilghman Lesher 1ea4af21ca Permit DEBUG_FD_LEAKS to be used with C++ source files.
17 years ago
Tilghman Lesher ca0f026f41 Reverting index() fix, applying a different methodology, based upon developer discussions.
17 years ago
Tilghman Lesher f5a5763ee9 Helps if we export the index() function.
17 years ago
Tilghman Lesher a70128e190 Apparently, some platforms don't have the index() function.
17 years ago
Tilghman Lesher 98dcd8946e Export symbols for functions included in our compatibility headers.
17 years ago
David Vossel 259998a286 Changing ast_samp2tv to not use floating point.
17 years ago
David Vossel beaf6217b3 Fixes 8khz assumptions
17 years ago
David Vossel 2e330f772c moving ast_devstate_to_extenstate to pbx.c from devicestate.c
17 years ago
David Vossel 9f4c452028 ast_samp2tv needs floating point for 16khz audio
17 years ago
David Vossel bdada0dce1 moving device state functions from pbx.h to devicestate.h to sync with other branches
17 years ago
David Vossel 4c99b19973 Improved mapping of extension states from combined device states.
17 years ago
Kevin P. Fleming b8417b571b Correct AST_LIST_APPEND_LIST behavior when list to be appended is empty.
17 years ago
Kevin P. Fleming 94fa4d11b5 Improve support for media paths that can generate multiple frames at once.
17 years ago
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