Commit Graph

679 Commits (d779523c8c38171e10de4207b9309d81a4aea24a)

Author SHA1 Message Date
Richard Mudgett c2e464699f datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Jonathan Rose 3d419e8796 func_uri: URIENCODE/URIDECODE - allow empty strings as argument
11 years ago
Mark Michelson cc7bc40c2a Allow the PUSH and UNSHIFT functions to set inheritable channel variables.
11 years ago
Walter Doekes fb0754681a func_odbc: Fix fixed size buffers fix (r414968).
11 years ago
Joshua Colp 80237dcf5b res_config_odbc: Use dynamically sized buffers to store row data so values do not get truncated.
11 years ago
Scott Griepentrog 7d1a06a5dd pbx.c: prevent potential crash from recursive replace()
11 years ago
Kinsey Moore 79d3c5bac1 Fix 32bit build for func_env
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Corey Farrell 8fe29356ac Fix dialplan function NULL channel safety issues
11 years ago
Mark Michelson 185257db13 Fix documentation for PRESENCE_STATE to properly illustrate how to create a presence hint.
11 years ago
Michael L. Young 506bfece74 func_audiohookinheritance: Check If A Channel Was Specified
11 years ago
Richard Mudgett f90a045a36 verbosity: Fix performance of console verbose messages.
12 years ago
Scott Griepentrog 0abb5b9e18 func_strings: use memmove to prevent overlapping memory on strcpy
12 years ago
Rusty Newton acaa978d71 func_strings: Documentation fix for QUOTE()
12 years ago
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