summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2017-03-17CHANNEL(callid): Give dialplan access to the callid.Richard Mudgett
2017-03-14funcs/func_devstate: Remove new line in Device field of during module loadMatt Jordan
2017-02-14Merge "cli: Fix various CLI documentation and completion issues" into 13zuul
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2017-02-10manager: Restore Originate failure behavior from Asterisk 11Sean Bright
2017-01-22LISTFILTER: Remove outdated ERROR message.Richard Mudgett
2016-08-15Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-12func_channel: Reorganize documentationMatt Jordan
2016-07-27Portably sscanf tv_usecDavid M. Lee
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2016-07-10func_odbc: Fix connection deadlock.Joshua Colp
2016-06-28BuildSystem: Fix a few issues hightlighted by gcc 6.xGeorge Joseph
2016-05-20func_odbc: single database connection should be optionalAlexei Gradinari
2016-04-27func_odbc: Check connection status before executing queries.Mark Michelson
2016-04-22func_odbc: Use one connection per DSN.Mark Michelson
2016-03-19func_aes: fix misuse of strlen on binary dataGianluca Merlo
2016-03-01func_callerid.c: Update REDIRECTING reason documentation.Richard Mudgett
2016-02-11func_iconv: Ensure output strings are properly terminated.Sean Bright
2016-01-29res_odbc: Remove connection managementMark Michelson
2016-01-20funcs/func_cdr: Correctly report high precision values for duration and billsecMatt Jordan
2016-01-17func_channel: Add help text for undocumented CHANNEL function argumentsRusty Newton
2015-11-10Merge "ast_format_cap_get_names: To display all formats, the buffer was incre...Joshua Colp
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-11-06func_callerid: Document that CALLERID(pres) is available.Walter Doekes
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-04-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
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-22Fix 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-05func_channel.c: Add missing locking to some CHANNEL() requests.Richard Mudgett