Commit Graph

665 Commits (a9ee948e902595ce0d6da88733027e90f5069b25)

Author SHA1 Message Date
David M. Lee a9ee948e90 security: Inhibit execution of privilege escalating functions
12 years ago
Jonathan Rose bab6b3610a memory leaks: Memory leak cleanup patch by Corey Farrell (first set)
12 years ago
Kinsey Moore 09df02a03e Fix func_config list entry allocation
12 years ago
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
12 years ago
Walter Doekes 9dfb4be39d Check result of ast_var_assign() calls for memory allocation failure (2).
12 years ago
Walter Doekes 5c8ba4c4d6 Check result of ast_var_assign() calls for memory allocation failure.
12 years ago
Matthew Jordan 5b3d9a9b20 Clean up documentation
12 years ago
Matthew Jordan 4c8e75bcf0 Clarify documentation for function PASSTHRU
12 years ago
Matthew Jordan 50cdbaa94d Update documentation for CHANNEL function
12 years ago
Walter Doekes 476659a5ec Have func_curl log a warning when a curl request fails.
12 years ago
Walter Doekes 9e9a75408d Minor cleanup in func_curl near hashcompat code.
12 years ago
Jonathan Rose 7a353badc5 PRESENCE_STATE: Provide better documentation for the 'e' option.
12 years ago
Matthew Jordan 31d1bd4cd8 Fix crash in PresenceState AMI action when specifying an invalid provider
12 years ago
Matthew Jordan 7eb9a846d8 Prevent crashes from occurring when reading from data sources with large values
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Sean Bright 258edecea8 Minor spelling fix to the VOLUME documentation.
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Mark Michelson 00191316f0 "He who go through turnstile sideways is going to Bangkok"
13 years ago
Jonathan Rose 759221d515 func_audiohookinherit: Document some missed sources.
13 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
Richard Mudgett b9479a9e83 Remove annoying unconditional debug message from INC/DEC functions.
13 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Matthew Jordan b86c036cd8 Make the name of the "HangupCauseClear" application consistent
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Richard Mudgett 49a6b4935e Fix some presence-state unit test typos.
13 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
13 years ago
Kevin P. Fleming ec14c2563e Improve documentation for the SHELL() dialplan function.
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Michael L. Young 6761812566 Correct Documentation For DEC Function
13 years ago
Michael L. Young 9bd9eb809c Reverting last merge since it wasn't completed properly.
13 years ago
Michael L. Young a8c12c6e67 Correct Documentation For DEC Function
13 years ago
Tilghman Lesher 6190ae4430 Allow the REALTIME() function to report errors back to the caller.
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Mark Michelson 21997aa7bb Fix a deadlock that occurs when func_volume is used on a local channel.
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Michael L. Young a7a3050de9 Add documentation to function CHANNEL for options echocan_mode and buffers
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Matthew Jordan 6eb4e81033 Fix more memory leaks
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Jonathan Rose d1e7473649 Coverity Report: Fix issues for error type UNINIT in Core supported modules
13 years ago
Kinsey Moore 781f4657b9 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Mark Michelson b5f0647fc8 Fix Coverity-reported ARRAY_VS_SINGLETON error.
13 years ago
Richard Mudgett 73f48997f9 Add original party id and reason support.
13 years ago
Walter Doekes 92ca507d72 Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}.
13 years ago