aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Merge code associated with AST-2009-006dvossel2-3/+19
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
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell4-20/+22
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-6/+6
2009-03-18revert commit that included extranous changeskpfleming3-38/+9
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming3-9/+38
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler3-17/+39
2009-03-05Fix problems when RTP packet frame size is changedkpfleming1-0/+10
2009-02-20This exception does not appear to still be true for Solaris 10, and OpenSolar...tilghman1-17/+11
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel1-0/+2
2009-02-18Document the return value of the update method (as requested on -dev list)tilghman1-1/+1
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-0/+2
2009-02-15fix mis-spelling of the word registered.mvanbaak1-2/+2
2009-02-13Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're con...qwell1-1/+1
2009-01-30Fix feature inheritance with builtin featurestwilson1-11/+0
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+4
2009-01-22AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask istilghman1-1/+1
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-0/+4
2009-01-13Revert unnecessary indications API change from rev 122314russell2-16/+16
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-0/+19
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-0/+27