aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Fixes issue with hints giving unexpected results.dvossel1-19/+12
2009-06-04Safely handle AMI connections/reload requests that occur during startup.seanbright2-9/+89
2009-06-03Generic call forward api, ast_call_forward()dvossel1-5/+88
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson2-2/+11
2009-05-28Allow for media to arrive from an alternate source when responding to a reinv...mmichelson1-5/+21
2009-05-28Add flags to chanspy audiohook so that audio stays in sync.mmichelson1-1/+11
2009-05-27Fix broken attended transfersjpeeler1-5/+6
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson1-0/+24
2009-05-18Fix a typo which caused loss of audio when using G729 in some scenarios with ...file1-1/+1
2009-05-18Fix a bug where the codecs of the called party leg were not properly sent bac...file1-1/+2
2009-05-18Don't try to unlock a bogus channel.russell1-0/+1
2009-05-13Remove an extraneous unlocking operation from ast_channel_free.mmichelson1-1/+0
2009-05-13Pull in a piece of murf's 88166 patch that makes it safe to call dbailey1-7/+8
2009-05-13Fix RFC2833 issues with DTMF getting duplicated and with duration wrapping over.file1-23/+58
2009-05-13Fix logic for how to proceed with a single digit extension.tilghman1-1/+1
2009-05-08Set the proper disposition on originated calls.mnicholson1-0/+11
2009-05-08Make absolute paths for logger channels work properlykpfleming1-11/+5
2009-05-07Fix Background within a Macro for FreePBX.tilghman1-2/+17
2009-05-01Fix DTMF not being sent to other side after a partial feature matchjpeeler1-1/+20
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey1-8/+1
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey2-12/+14
2009-04-20Move the check for chan->fdno == -1 to after the zombie/hangup check.mmichelson1-7/+7
2009-04-17Make Busy() application set the CDR disposition to BUSY.mnicholson1-1/+3
2009-04-15Update ast_readvideo_callback to match ast_readaudio_callback.mmichelson1-2/+11
2009-04-14audio_audiohook_write_list() does not correctly update sample size after ast_...dvossel1-0/+1
2009-04-09Race condition between ast_cli_command() and 'module unload' could cause a de...tilghman1-3/+14
2009-04-09Oops, missed this file in the last commit.tilghman1-0/+266
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman3-4/+8
2009-04-08Backport resolution for file descriptor leak in 1.6.0 to 1.4.tilghman1-105/+187
2009-04-08Make a couple of changes with regards to a new message printed in ast_read().mmichelson1-6/+12
2009-04-07Set the AST_FEATURE_WARNING_ACTIVE flag when a p2p bridge returns AST_BRIDGE_...mmichelson1-0/+3
2009-04-07Ensure that \r\n is printed after the ActionID in an OriginateResponse.mmichelson1-3/+4
2009-04-01Fix a case where DTMF could bypass audiohooks.russell1-0/+7
2009-03-31Fix crash when moving audiohooks between channels.file1-3/+3
2009-03-25Avoid destroying the CLI line when moving the cursor backward and trying to a...eliel1-3/+10
2009-03-19Export some more required symbols.qwell1-0/+3
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell1-13/+0
2009-03-19Allow the AES API to work.russell1-0/+1
2009-03-19Add missing semicolon in exports script.russell1-1/+1
2009-03-19Allow the CallerID API to work again.russell1-0/+1
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.russell7-37/+23
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming3-8/+39
2009-03-18revert commit that included extranous changeskpfleming8-293/+174
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming8-174/+293
2009-03-17Fix race in astdbtilghman1-3/+6
2009-03-11Make code that updates BRIDGEPEER variable thread-safe.russell1-14/+30
2009-03-06Fix handling of backreferences for ENUM lookupsdvossel1-34/+53
2009-03-05Fix problems when RTP packet frame size is changedkpfleming2-37/+103
2009-03-04Look for the number in a callerid string starting from the end. This way a va...file1-1/+1