aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson1-8/+26
2009-09-16Properly deal with quotes in the arguments of '#exec' includes.tilghman1-9/+18
2009-09-16Fixes CID pattern matching behavior to mirror that of extension pattern match...dbrooks1-1/+1
2009-09-04make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSDmvanbaak1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej1-0/+2
2009-09-04Make sure 'start' is always initialized.mvanbaak1-1/+1
2009-09-03Merge code associated with AST-2009-006dvossel2-13/+18
2009-08-28Modify comment to be a bit more accurate.tilghman1-4/+4
2009-08-26ast_write() ignores ast_audiohook_write() resultsdvossel1-2/+25
2009-08-25I should always compile before committing...tilghman1-6/+6
2009-08-25Fix pronunciation of German dates.tilghman1-8/+17
2009-08-25Improve error message by informing user exactly which function is missing a p...tilghman1-2/+2
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