aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Print CID match in "show dialplan".russell1-1/+4
2009-07-08Fixes 8khz assumptionsdvossel1-21/+24
2009-07-08moving ast_devstate_to_extenstate to pbx.c from devicestate.cdvossel2-25/+26
2009-07-08Add redirection warnings for the invalid language codes previously removed.tilghman1-0/+72
2009-07-02moving device state functions from pbx.h to devicestate.h to sync with other ...dvossel2-113/+113
2009-07-02Improved mapping of extension states from combined device states.dvossel2-73/+160
2009-06-30More incorrect language codes, plus ensuring that regionalizations use the sp...tilghman1-188/+188
2009-06-30Fix ast_say_counted_noun to correctly handle Polish. Fix a comment typo in p...qwell1-2/+2
2009-06-30"tw" is the language specification for Twi (from Ghana) not Taiwanese.tilghman1-37/+34
2009-06-26Don't fast forward past the end of a message.russell1-0/+7
2009-06-25I didn't see that Mark already fixed the underlying issue!twilson1-3/+2
2009-06-25Don't try to free NULLtwilson1-1/+3
2009-06-25Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled.mmichelson1-1/+7
2009-06-22Report CallerID change during a masquerade.russell1-15/+25
2009-06-17Change the datastore traversal in ast_do_masquerade to use a safe list traver...mmichelson1-1/+5
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming5-169/+254
2009-06-12Suppress a warning message and give a better return code when generatingmmichelson1-0/+10
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