summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2012-10-14Title updateAndrew Latham
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-25"He who go through turnstile sideways is going to Bangkok"Mark Michelson
2012-09-24func_audiohookinherit: Document some missed sources.Jonathan Rose
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-09-07Remove annoying unconditional debug message from INC/DEC functions.Richard Mudgett
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-18Make the name of the "HangupCauseClear" application consistentMatthew Jordan
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Fix some presence-state unit test typos.Richard Mudgett
2012-07-23Unit tests for the Jitter Buffer API; remove unnecessary resyncMatthew Jordan
2012-07-23Improve documentation for the SHELL() dialplan function.Kevin P. Fleming
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-12Correct Documentation For DEC FunctionMichael L. Young
2012-07-12Reverting last merge since it wasn't completed properly.Michael L. Young
2012-07-12Correct Documentation For DEC FunctionMichael L. Young
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-13Fix a deadlock that occurs when func_volume is used on a local channel.Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-01Add documentation to function CHANNEL for options echocan_mode and buffersMichael L. Young
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-01Fix Coverity-reported ARRAY_VS_SINGLETON error.Mark Michelson
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-19Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}.Walter Doekes
2012-04-17Fix places where a negative return from ftello could be used as invalid inputMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-09Allow func_curl to exit gracefully if list allocation fails during writeMatthew Jordan
2012-04-09Change SHARED function to use a safe traversal when modifying a variableMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Multiple revisions 361403,361412Paul Belanger
2012-04-04Make 'help devstate change' display properly (get rid of excess comma)Jonathan Rose
2012-03-24func_curl: Fix leak of an ast_str in error handling code path.Russell Bryant
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher