summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2015-10-20funcs/func_holdintercept: Actually add the HOLD_INTERCEPT functionMatt Jordan
2015-10-07func_presencestate: Return "not_set" when no data is set in AstDBIvan Poddubny
2015-07-20Documentation: A couple of trivial fixes in sip.conf.sample and func_cdr.cRusty Newton
2015-06-15func_pjsip_aor: Fix leaked contact from iterator.Corey Farrell
2015-05-14Fix potential crash after unload of func_periodic_hook or test_message.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-04-07clang compiler warnings: Fix sometimes-initialized warning in func_mathMatthew Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-23Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-03-19funcs/func_env: Fix regression caused in FILE read operationMatthew Jordan
2015-03-14func_curl: Don't hold exclusive lock when performing HTTP request.Joshua Colp
2015-03-14FILE: fix retrieval of file contents when offset is specifiedMatthew Jordan
2015-01-28Multiple revisions 431297-431298Mark Michelson
2015-01-26Various fixes for OS XDavid M. Lee
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2015-01-12funcs/func_curl: Fix memory leak when CURLOPT channel datastore is destroyedMatthew Jordan
2015-01-07func_config: Add ability to retrieve specific occurrence of a variableGeorge Joseph
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-11-20AST-2014-018 - func_db: DB Dialplan function permission escalation via AMI.Kevin Harwell
2014-11-04func_talkdetect: Fix stasis message leak in audiohook callback.Corey Farrell
2014-10-28func_cdr: Fix CDR_PROP payload leakCorey Farrell
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-09func_channel: Add CHANNEL(onhold) item to get the current hold status of the ...Richard Mudgett
2014-09-05func_channel.c: Add missing locking to some CHANNEL() requests.Richard Mudgett
2014-08-18func_config: Change 'Not Found' message from ERROR to DEBUGGeorge Joseph
2014-08-11funcs/func_jitterbuffer: Tweak documentationMatthew Jordan
2014-08-06Add documentation to the ability to retrieve the source port of a SIP call.Walter Doekes
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-31xmldocs: Add support for an <example> tag in the Asterisk XML DocumentationMatthew Jordan
2014-07-28datastores: Audit ast_channel_datastore_remove usage.Richard Mudgett
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