Commit Graph

927 Commits (master)

Author SHA1 Message Date
Naveen Albert b1765c93e4 func_db: Add validity check for key names when writing.
3 years ago
Naveen Albert 7ae8321925 func_frame_drop: Fix typo referencing wrong buffer
3 years ago
Naveen Albert 5f59e0d36f documentation: Document built-in system and channel vars
3 years ago
Naveen Albert b64e894650 func_json: Adds JSON_DECODE function
3 years ago
Alexander Traud cc025026b7 progdocs: Fix for Doxygen, the hidden parts.
3 years ago
Naveen Albert 24a04054ad documentation: Standardize examples
3 years ago
Alexander Traud 00fc7212bd odbc: Fix for Doxygen.
3 years ago
Josh Soref 1b1f5f9f67 funcs: Spelling fixes
3 years ago
Sean Bright 886983b114 func_talkdetect.c: Fix logical errors in silence detection.
4 years ago
Naveen Albert d900130021 func_vmcount: Add support for multiple mailboxes
4 years ago
Naveen Albert de6ecd5e34 func_channel: Add CHANNEL_EXISTS function.
4 years ago
Naveen Albert b8fc77a35b func_strings: Add STRBETWEEN function
4 years ago
Naveen Albert e0111a56fa func_env: Add DIRNAME and BASENAME functions
4 years ago
Naveen Albert ddf6299b8d func_sayfiles: Retrieve say file names
4 years ago
Naveen Albert 85ef06d300 func_math: Return integer instead of float if possible
4 years ago
Naveen Albert 498db70884 func_scramble: Audio scrambler function
4 years ago
Naveen Albert 6a89266b5b func_frame_drop: New function
4 years ago
Jaco Kroon 56c2cc474b func_lock: Add "dialplan locks show" cli command.
4 years ago
Jaco Kroon 19a8383a1f func_lock: Prevent module unloading in-use module.
4 years ago
Jaco Kroon e8875d5ca1 func_lock: Fix memory corruption during unload.
4 years ago
Jaco Kroon caceba7988 func_lock: Fix requesters counter in error paths.
4 years ago
Naveen Albert eeffad1b62 func_math: Three new dialplan functions
4 years ago
Naveen Albert 19b5097d87 func_volume: Add read capability to function.
4 years ago
Joshua C. Colp 149e5e5b86 xml: Embed module information into core XML documentation.
4 years ago
Jaco Kroon 41389bfdbd func_callerid+res_agi: Fix compile errors related to -Werror=zero-length-bounds
4 years ago
Jaco Kroon b0f349a330 func_odbc: Introduce minargs config and expose ARGC in addition to ARGn.
4 years ago
Jaco Kroon c797500956 func_lock: fix multiple-channel-grant problems.
4 years ago
Alexander Traud b91fb3c396 loader: Sync load- and build-time deps.
4 years ago
Dovid Bender bc58e84f47 func_curl.c: Allow user to set what return codes constitute a failure.
5 years ago
Alexander Traud 57ee79a563 Compiler fixes for GCC with -Og
5 years ago
Sean Bright b11b49945b func_curl.c: Prevent crash when using CURLOPT(httpheader)
5 years ago
Alexander Traud e2affa3b0a curl: Add build-time dependency.
5 years ago
Jean Aunis de66713fd5 func_volume: Accept decimal number as argument
5 years ago
Sebastien Duthil d40e343710 func_channel: allow reading 4 fields from dialplan
5 years ago
traud cd8cbf7384 func_aes: Avoid incorrect error message on load.
5 years ago
Sean Bright 1e037ebb97 func_odbc: Prevent snprintf() truncation warning
5 years ago
Sean Bright 0c2bf1664c func_curl: Add 'followlocation' option to CURLOPT()
5 years ago
Joshua Colp cee68ea4f2 Merge "func_odbc: acf_odbc_read() and cli_odbc_read() unicode support"
5 years ago
Pascal Cadotte Michaud bf4dd3d837
PJSIP_CONTACT: add missing argument documentation
5 years ago
Joshua Colp d0b198b330 Revert "PJSIP_CONTACT: add missing argument documentation"
5 years ago
Pascal Cadotte Michaud 7e3015d779
PJSIP_CONTACT: add missing argument documentation
6 years ago
Friendly Automation 23416f82e0 Merge "func_curl.c: Support custom http headers"
6 years ago
Sean Bright bf7c808604 func_env: Prevent FILE() from reading garbage at end-of-file
6 years ago
Martin Tomec d257a0898e func_curl.c: Support custom http headers
6 years ago
Joshua Colp 7298a785ad func_jitterbuffer: Add audio/video sync support.
6 years ago
Boris P. Korzun 8979921da9 func_odbc: acf_odbc_read() and cli_odbc_read() unicode support
6 years ago
Kevin Harwell 3656c42cb0 various modules: json integer overflow
6 years ago
Joshua Colp 54a912b26d res_odbc: Add basic query logging.
6 years ago
Joshua Colp 0a60bc1a68 Merge "func_strings: HASHKEY - negative array index can cause corruption"
7 years ago
Corey Farrell 021ce938ca
astobj2: Remove legacy ao2_container_alloc routine.
7 years ago
Kevin Harwell 4b5d11ec17 func_strings: HASHKEY - negative array index can cause corruption
7 years ago
Sean Bright 056ca07449 func_callerid: Remove deprecated CALLERPRES() function.
7 years ago
Richard Mudgett c6c3a63696 func_periodic_hook.c: Cleanup module resources on failure.
7 years ago
Alexander Traud 6f47b84fbd func_env: Compile in Solaris 11.
7 years ago
Richard Mudgett 91c3ac19cb Dialplan functions: Fix some channel autoservice misuse.
7 years ago
Jenkins2 076ff479ac Merge "crypto.h: Repair ./configure --with-ssl=PATH."
7 years ago
Alexander Traud 99aed78078 crypto.h: Repair ./configure --with-ssl=PATH.
7 years ago
Alexei Gradinari 65ff2f057a func_odbc: NODATA if SQLNumResultCols returned 0 columns on readsql
7 years ago
Joshua Colp 195af35026 Merge "Fix GCC 8 build issues."
7 years ago
Corey Farrell b5914d90ac Fix GCC 8 build issues.
7 years ago
Joshua Colp 882e79b77e pjsip: Rewrite OPTIONS support with new eyes.
7 years ago
George Joseph 4fb7967c73 bridge_softmix: Forward TEXT frames
7 years ago
Ivan Poddubny 8bd5980e14 func_channel: Delete dead CHANNEL_TRACE code
7 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
7 years ago
Alexander Traud 162fc4fba6 BuildSystem: Depend not implicitly but explicitly on external libraries.
7 years ago
Sean Bright 50d9af101e func_audiohookinherit: Remove deprecated module.
7 years ago
Corey Farrell 527cf5a570 Remove redundant module checks and references.
7 years ago
Corey Farrell 9cfdb81e91 loader: Add dependency fields to module structures.
7 years ago
Jenkins2 8187bde9bf Merge "func_odbc: Add missing unlock's to acf_odbc_read."
7 years ago
Corey Farrell e3c9314a2e func_odbc: Add missing unlock's to acf_odbc_read.
7 years ago
Corey Farrell 0fe7df641a datastore: Add automatic module references.
7 years ago
Richard Mudgett 1d3dc9aea2 func_channel.c: Update MASTER_CHANNEL documentation
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell a790ced2e8 func_callerid: Initialize app argument structures.
7 years ago
Richard Mudgett 3078b7adc2 CDR: Fix deadlock setting some CDR values.
7 years ago
Joshua Colp 68b6ebd836 Merge "Prevent unload of modules which implement an Optional API."
8 years ago
Corey Farrell 606ae3484a Add missing menuselect dependencies.
8 years ago
Corey Farrell 79f111e1f3 Prevent unload of modules which implement an Optional API.
8 years ago
Joshua Colp f2985e3106 bridge: Change participant SFU streams when source streams change.
8 years ago
Jacek Konieczny 525f84bb35 func_cdr: honour 'u' flag on dummy channel
8 years ago
Corey Farrell 1bf3dfffd7 AST-2017-006: Fix app_minivm application MinivmNotify command injection
8 years ago
Joshua Colp 4146facfec func_cdr: Allow empty value for CDR dialplan function.
8 years ago
George Joseph 747beb1ed1 modules: change module LOAD_FAILUREs to LOAD_DECLINES
8 years ago
Richard Mudgett 8cb4f9cea1 CHANNEL(callid): Give dialplan access to the callid.
8 years ago
zuul bcc9a07db2 Merge "funcs/func_devstate: Remove new line in Device field of during module load"
8 years ago
Matt Jordan 0ded269bfa funcs/func_devstate: Remove new line in Device field of during module load
8 years ago
Joshua Colp 3ed05badb9 core: Add stream topology changing primitives with tests.
8 years ago
Sean Bright 3f94373778 cli: Fix various CLI documentation and completion issues
8 years ago
Sean Bright 0910773077 manager: Restore Originate failure behavior from Asterisk 11
8 years ago
George Joseph 6f645a6d4e Merge "media: Add experimental support for RTCP feedback."
8 years ago
Lorenzo Miniero 1061539b75 media: Add experimental support for RTCP feedback.
8 years ago
Richard Mudgett cfe72c39cf LISTFILTER: Remove outdated ERROR message.
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Corey Farrell 824a4e84d1 Refactor usage pattern of xmldoc info tag.
9 years ago
Matt Jordan ddab42e296 func_channel: Reorganize documentation
9 years ago
David M. Lee feb1a43412 Portably sscanf tv_usec
9 years ago
Corey Farrell cf1188a1be Unit tests: Use AST_TEST_DEFINE in conditional code only.
9 years ago
Joshua Colp 4ad333bb0e func_odbc: Fix connection deadlock.
9 years ago
George Joseph 651290a809 BuildSystem: Fix a few issues hightlighted by gcc 6.x
9 years ago
Alexei Gradinari c378b00a83 func_odbc: single database connection should be optional
9 years ago