aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Merged revisions 265320,265467 via svnmerge from twilson1-0/+3
2010-05-21Don't hang up on a queue caller if the file we attempt to play does not exist.mmichelson1-1/+1
2010-05-21Fix grammatical error in comment.mmichelson1-1/+1
2010-05-21Allow ast_safe_sleep to defer specific frames until after the sleep has concl...mmichelson1-0/+16
2010-05-201.4 version of PLC fix.mmichelson2-1/+10
2010-05-19Internal timing is now on by default, if you're using DAHDI 2.3 or above.tilghman1-1/+7
2010-04-29Fixes crash in audiohook_write_listdvossel1-3/+10
2010-04-15Allow application options with arguments to contain parentheses, through a va...tilghman1-1/+1
2010-03-25Fix DEBUG_THREADS issue with out-of-tree modules.qwell1-9/+6
2010-03-25Add doxygen for acl.hmmichelson1-0/+173
2010-03-23Revert revisions 254046 and 254098.qwell2-131/+1059
2010-03-23Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_...qwell2-1059/+131
2010-03-17Revert API change in release branchestwilson1-1/+1
2010-03-13Merged revisions 252089 via svnmerge from twilson2-4/+7
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman1-21/+30
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman1-0/+4
2009-12-28Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.seanbright2-32/+32
2009-12-18Correct CDR dispositions for BUSY/FAILEDjpeeler1-4/+4
2009-12-09Set a module load priority for format modules.russell1-0/+8
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson1-0/+10
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