aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-03These changes allow AEL to better check ${} constructs within $[...], that ar...murf5-142/+194
2009-03-03Ensure chan->fdno always gets reset to -1 after handling a channel fd event.russell1-1/+4
2009-03-03Move where fdno is set to the default value to *after* the read callback of t...file1-6/+6
2009-03-03Make it easier to detect an improper call to ast_read().russell1-0/+12
2009-03-02Fix bridging regression from commit 176701jpeeler1-1/+1
2009-03-02When ending a recording with silence detection, remember to reduce the duration.tilghman1-1/+9
2009-03-02Ensure that only one thread is calling ast_settimeout() on a channel at a time.russell1-0/+2
2009-03-02Remove several silly warnings in editline. One about a broken preprocessor d...qwell4-5/+129
2009-02-25This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions...murf2-75/+80
2009-02-25Update the copyright year for the main page of the doxygen documentation.russell1-1/+1
2009-02-24Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.russell1-3/+3
2009-02-23Fix infinite DTMF when a BEGIN is received without an END.russell1-10/+3
2009-02-20Don't print the CR-NL combination when we aren't outputting to the manager.tilghman1-1/+1