summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18func_audiohookinherit.c: Fixup some XML documentation wording.Richard Mudgett
2014-07-18Channels: Masquerades to automatically move frame/audio hooksJonathan Rose
2014-07-15func_uri: URIENCODE/URIDECODE - allow empty strings as argumentJonathan Rose
2014-06-17Allow the PUSH and UNSHIFT functions to set inheritable channel variables.Mark Michelson
2014-06-03func_odbc: Fix fixed size buffers fix (r414968).Walter Doekes
2014-05-30TALK_DETECT: A channel function that raises events when talking is detectedMatthew Jordan
2014-05-28res_config_odbc: Use dynamically sized buffers to store row data so values do...Joshua Colp
2014-05-21pbx.c: prevent potential crash from recursive replace()Scott Griepentrog
2014-05-09Fix 32bit build for func_envKinsey Moore
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-07Ensure that presence state is decoded properly on Asterisk startup.Mark Michelson
2014-05-01Make behavior of the PRESENCE_STATE 'e' option more consistent.Mark Michelson
2014-04-23Fix error loading res_monitor.Russell Bryant
2014-04-15(mix)monitor: Add options to enable a periodic beepRussell Bryant
2014-04-12func_periodic_hook: move module refRussell Bryant
2014-04-12func_periodic_hook: add module ref countingRussell Bryant
2014-04-08func_periodic_hook: List more modules as dependenciesRussell Bryant
2014-04-05func_periodic_hook: New function for periodic hooks.Russell Bryant
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-03-05Fix documentation for PRESENCE_STATE to properly illustrate how to create a p...Mark Michelson
2014-03-04func_audiohookinheritance: Check If A Channel Was SpecifiedMichael L. Young
2014-02-07funcs/func_cdr: Handle empty time values when extracting parsed valuesMatthew Jordan
2014-02-04funcs/func_cdr: Fix non-epoch timestamps broken by improper char array derefMatthew Jordan
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-12CDRs: Synchronize dialplan applications that manipulate CDRs with the engineMatthew Jordan
2014-01-02func_strings: use memmove to prevent overlapping memory on strcpyScott Griepentrog
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18func_strings: Documentation fix for QUOTE()Rusty Newton
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-12-11func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint detailsMatthew Jordan
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-23memory leaks: Memory leak cleanup patch by Corey Farrell (first set)Jonathan Rose
2013-10-08Fix func_config list entry allocationKinsey Moore
2013-09-30Parse arguments passed to the CDR_PROP function correctlyMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-28Fix some uninitialized buffers for CDR handling valgrind found.Richard Mudgett
2013-08-28Some CDR code optimization.Richard Mudgett
2013-08-28Whitespace and curly braces.Richard Mudgett
2013-08-17Strip down the old event systemKinsey Moore
2013-08-06ARI: Add recording controlsDavid M. Lee
2013-08-06Check result of ast_var_assign() calls for memory allocation failure (2).Walter Doekes