aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Perform limited bounds checking when destroying ast_mutex_t structures to mak...mnicholson1-9/+10
2009-10-28Fix documentation (pointed out by TheDavidFactor on #-dev)tilghman1-1/+1
2009-10-26detect ARM Linux EABI OSARCH as linux-gnu instead of linux-gnueabitzafrir1-1/+1
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-2/+2
2009-10-21Isolate frames returned from a DSP instance or codec translator.russell3-39/+0
2009-10-08Make filestream frame handling safer by isolating frames before returning them.russell2-19/+0
2009-10-08fixes an ast_netsock_list memory leak.dvossel1-2/+0
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-3/+49
2009-09-30Change the SSRC by default when our media stream changestwilson1-0/+3
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson2-0/+7
2009-09-04make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSDmvanbaak1-2/+2
2009-09-03Merge code associated with AST-2009-006dvossel2-3/+19
2009-08-27Use autoconf to detect libcurl, as this enables cross-compilation checks, som...tilghman1-0/+54
2009-08-27One more build system change, to make the descriptions look better, if we hav...tilghman1-33/+34
2009-08-27Make autoheader descriptions render correctly in our autoconfig.h file.tilghman1-33/+36
2009-08-21Permit DEBUG_FD_LEAKS to be used with C++ source files.tilghman1-0/+6
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman2-7/+0
2009-08-03Helps if we export the index() function.tilghman1-0/+4
2009-08-03Apparently, some platforms don't have the index() function.tilghman1-17/+32
2009-07-22Export symbols for functions included in our compatibility headers.tilghman1-2/+3
2009-07-09Changing ast_samp2tv to not use floating point.dvossel1-1/+1
2009-07-08Fixes 8khz assumptionsdvossel1-1/+1
2009-07-08moving ast_devstate_to_extenstate to pbx.c from devicestate.cdvossel2-9/+8
2009-07-08ast_samp2tv needs floating point for 16khz audiodvossel1-1/+1
2009-07-02moving device state functions from pbx.h to devicestate.h to sync with other ...dvossel2-58/+58
2009-07-02Improved mapping of extension states from combined device states.dvossel2-19/+72
2009-06-17Correct AST_LIST_APPEND_LIST behavior when list to be appended is empty.kpfleming1-5/+8
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming3-9/+49
2009-06-10__WORDSIZE is not available on all platforms, so use sizeof(void *) instead.seanbright1-2/+2
2009-06-08Fix a typo in the stack size calculation just introduced.seanbright1-1/+1
2009-06-08Increase the size of our thread stack on 64 bit processors.seanbright1-3/+3
2009-06-04Safely handle AMI connections/reload requests that occur during startup.seanbright1-0/+12
2009-06-03Generic call forward api, ast_call_forward()dvossel1-0/+12
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson1-0/+1
2009-05-28Allow for media to arrive from an alternate source when responding to a reinv...mmichelson1-0/+17
2009-05-28Add flags to chanspy audiohook so that audio stays in sync.mmichelson1-0/+4
2009-05-27Fix broken attended transfersjpeeler1-0/+1
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson1-0/+18
2009-04-27Fix 'inconsistent line endings' when autoconf 2.63 is usedkpfleming1-29/+17
2009-04-23unistd.h is required for usleep() on Darwin. It will not hurt to include it a...oej1-1/+1
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman2-2/+74
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey2-0/+17
2009-04-09Oops, typotilghman1-1/+1
2009-04-09Race condition between ast_cli_command() and 'module unload' could cause a de...tilghman1-0/+76
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-0/+29
2009-04-03Fix a problem with the crypto variable definitions not actually being defined...file1-7/+7
2009-03-19Cleaning up a few things in detect disconnect patchdvossel1-1/+5
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell1-4/+0
2009-03-19Allow disconnect feature before a call is bridgeddvossel1-0/+19
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1