summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-03-27Fix link error for utils/aelparse.Corey Farrell
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-26app_confbridge: file playback blocks dtmfKevin Harwell
2015-03-25dns: Add core DNS API + unit tests and res_resolver_unbound module + unit tests.Joshua Colp
2015-03-24chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" ...Richard Mudgett
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-03-17core: Introduce chaos into memory allocationsScott Griepentrog
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-13Revert - res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-12Add support for the clang compiler; update RAII_VAR to use BlocksRuntimeMatthew Jordan
2015-03-11res_pjsip: Move internal init/destroy prototypes to private header file.Richard Mudgett
2015-03-11res_pjsip: Fix pjsip.conf type=global object default value handling.Richard Mudgett
2015-03-10res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.Richard Mudgett
2015-03-09res_pjsip: allow configuration of endpoint identifier query orderKevin Harwell
2015-03-06app: Add functions to swap voicemail function table for testing purposesJonathan Rose
2015-02-27ARI: Fix crash if integer values used in JSON payload 'variables' object.Richard Mudgett
2015-02-26Dial API: add self destruct option when completeScott Griepentrog
2015-02-24config.h: Use real parameter names for ast_variable_new() define.Richard Mudgett
2015-02-21asterisk/lock.h: Fix syntax errors for non-gcc OSX with 64-bit integers.Corey Farrell
2015-02-19Create work around for scheduler leaks during shutdown.Corey Farrell
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-02-11Enable REF_DEBUG for ast_module_ref / ast_module_unref.Corey Farrell
2015-01-30HTTP: For httpd server, need option to define server name for security purposesAshley Sanders
2015-01-29stasis transfer: fix stasis bridge push race part twoScott Griepentrog
2015-01-26Various fixes for OS XDavid M. Lee
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-22Bridge core: Pass a ref with the swap channel when joining a bridge.Richard Mudgett
2015-01-16Add support for the ca_list_path option for PJSIP transports.Mark Michelson
2015-01-13chan_pjsip: Add configure check for 'pjsip_get_dest_info' function.Joshua Colp
2015-01-12AMI: Revert non-backwards compatible changes from earlier commit.Richard Mudgett
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-12main/syslog: Allow dynamic logs, such as security events, to log to the syslogMatthew Jordan
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2015-01-09res_fax: Add T.38 negotiation timeout optionKinsey Moore
2015-01-07config: Add option to NOT preserve effective context when changing a templateGeorge Joseph
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-12-22queue_log: Post QUEUESTART entry when Asterisk fully boots.Richard Mudgett
2014-12-22presencestate: Allow channel drivers to provide presence state informationMatthew Jordan
2014-12-12loader: Move definition of ast_module_reload from _private.h to module.hGeorge Joseph
2014-12-12DEBUG_THREADS: Fix regression and lock tracking initialization problems.Richard Mudgett
2014-12-12media: Fix crash when determining sample count of a frame during shutdown.Joshua Colp
2014-12-12res_pjsip_session: Delay sending BYE if a re-INVITE transaction is in progress.Joshua Colp
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell