aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-11-09Fix a deadlock in device state change processing.jpeeler1-0/+1
2010-10-07Allow PRI to build properly when using --with-pri.qwell1-31/+22
2010-10-01Change RFC2833 DTMF event duration on end to report actual elapsed time.jpeeler1-0/+1
2010-09-24Solaris compatibility fixestilghman2-13/+4
2010-09-21Underquoted definition of stringfield macro.tilghman1-2/+2
2010-09-10Inherit CHANNEL() writes to both sides of a Local channeltwilson3-2/+27
2010-09-10Fix Mac OS X build.tilghman2-5/+18
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell4-57/+162
2010-07-27remove empty audiohook write list on channeldvossel1-0/+7
2010-07-24Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installedjpeeler1-30/+21
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman1-0/+12
2010-07-09Document that a leading and trailing slash is expected for test categories.russell1-1/+6
2010-07-02Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch po...tilghman3-30/+66
2010-06-28Backport unit test API to 1.4.russell3-0/+246
2010-06-18Remove an unnecessary assignment that causes a DEBUG_THREADS build failure on...russell1-4/+0
2010-06-18Fix a build problem on Mac OS X with DEBUG_THREADS enabled.russell2-46/+41
2010-06-04Make the default install path appear to be /usr on Linux, instead of /usr/local.tilghman1-0/+6
2010-06-031.4 version of the dead PLC code fix.mmichelson1-6/+2
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