aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-08-18Delay the creation of temporary files until we have a valid manager command t...seanbright1-1/+3
2009-08-10AST-2009-005tilghman11-47/+47
2009-08-09Small oops. Clear the flags which have been checked.tilghman1-1/+1
2009-08-06Because channel information can be accessed outside of the channel thread, we...tilghman1-0/+2
2009-08-03Reverting index() fix, applying a different methodology, based upon developer...tilghman2-8/+0
2009-08-03Helps if we export the index() function.tilghman1-0/+1
2009-08-03Apparently, some platforms don't have the index() function.tilghman1-0/+7
2009-08-01Resolve a valgrind warning about a read from uninitialized memory.russell1-1/+5
2009-08-01Minor changes inspired by testing with latest GCC.kpfleming1-1/+1
2009-07-27Allow for UDPTL to use only even-numbered ports if desired.mmichelson1-1/+22
2009-07-27Fix logic errors from 208746jpeeler1-2/+2
2009-07-25Fix compiling under dev-mode with gcc 4.4.0.jpeeler1-2/+2
2009-07-22Export symbols for functions included in our compatibility headers.tilghman1-0/+12
2009-07-21Document default timeout for AMI originations.mmichelson1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming2-10/+10
2009-07-20Only do the chan->fdno check in ast_read() in a developer build.russell1-8/+11
2009-07-16avoid segfault caused by user errordvossel1-0/+4
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