Commit Graph

112 Commits (13.23)

Author SHA1 Message Date
Corey Farrell d893e57c90 Fix GCC 8 build issues.
7 years ago
Corey Farrell b81eadcefc Replace direct checks of option_debug with DEBUG_ATLEAST macro.
7 years ago
Sean Bright ce3d56920b Remove as much trailing whitespace as possible.
8 years ago
Corey Farrell 82b6ba976f Fix Common Typo's.
8 years ago
Corey Farrell 3dca4c7742 app_minivm: Fix possible uninitialized return value.
8 years ago
Corey Farrell 04ee3eb774 AST-2017-006: Fix app_minivm application MinivmNotify command injection
8 years ago
Sean Bright 9e6efcace5 voicemail: Fix various abuses of mkstemp
8 years ago
Corey Farrell 0f49e6ee2e Fix compiler warnings on Fedora 26 / GCC 7.
8 years ago
Sean Bright 1b50df78d0 cleanup: Fix fread() and fwrite() error handling
8 years ago
Sean Bright ea8a610776 cli: Fix various CLI documentation and completion issues
8 years ago
Richard Mudgett ee4ae2b648 app_minivm.c: Fix malformed ast_json_pack() call.
9 years ago
George Joseph 8804d0973c build_system: Fix some warnings highlighted by clang
9 years ago
Matthew Jordan f324870dab clang compiler warnings: Fix pointer-bool-converesion warnings
10 years ago
Walter Doekes e23f07beb8 Fix typo's (retrieve, specified, address).
10 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
David M. Lee c790848794 ARI: Add recording controls
12 years ago
Kinsey Moore 03090a88ba Fix documentation replication issues
12 years ago
David M. Lee a75fd32212 ARI - channel recording support
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Kinsey Moore 99aa02d17f Transition MWI to Stasis-core
12 years ago
Matthew Jordan d4bdec74e4 Fix crash in app_minivm when mime encoding string
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Matthew Jordan dbdcee80f4 Free ast_str objects when temp file fails to be created in MiniVM
13 years ago
Matthew Jordan 31407fc32c Fix file descriptor leak and pointer scope issue in MiniVM when sending mail
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Russell Bryant a498ef2aa0 app_minivm: Fix a couple compiler warnings.
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Walter Doekes db24fc2523 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Matthew Jordan e218748ac1 Merged revisions 337120 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Russell Bryant 277f9f46dc Merged revisions 316331 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
Tilghman Lesher 5e2aa190fe Display a list of channel variables in each channel-oriented event.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Kevin P. Fleming aaeec3b40f Last batch of 'static' qualifiers for module-level global variables.
16 years ago
Eliel C. Sardanons 7cced65370 Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.
16 years ago
Eliel C. Sardanons d6759e0117 Unregister every registered application by MiniVM.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
16 years ago