Commit Graph

108 Commits (04224c20362f94f99886d6b51adb7b90db62855f)

Author SHA1 Message Date
Leif Madsen 7caa2349af Merged revisions 328209 via svnmerge from
14 years ago
Jonathan Rose 4c31c3b3a5 Merged revisions 328205 via svnmerge from
14 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher 56a6994310 Merged revisions 258775 via svnmerge from
15 years ago
Jeff Peeler 5990fe07b8 Merged revisions 254235 via svnmerge from
15 years ago
Jeff Peeler 406bb18127 Merged revisions 248860 via svnmerge from
15 years ago
Jeff Peeler d64987f8ad Merged revisions 248757 via svnmerge from
15 years ago
Jeff Peeler f95ee393f2 Merged revisions 235940 via svnmerge from
16 years ago
Tilghman Lesher 5e2aa190fe Display a list of channel variables in each channel-oriented event.
16 years ago
Jeff Peeler b6290e0e93 Merged revisions 227944 via svnmerge from
16 years ago
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
16 years ago
Eliel C. Sardanons fb73ee6187 Moved more static documentation to the new AstXML form.
16 years ago
Sean Bright fcda626f3c Fix build under dev mode and remove some casts that are no longer necessary as
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher bdcafc1ab4 Recorded merge of revisions 195366 via svnmerge from
16 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
16 years ago
Mark Michelson 85cbd1fd46 Merged revisions 183700 via svnmerge from
16 years ago
Michiel van Baak 39e47e88e9 Document default Monitor file location.
17 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
17 years ago
Tilghman Lesher f5d5eb5e19 Fudges for wav16, just like wav49
17 years ago
Mark Michelson aaff057e5c Fix another spot where a hard-coded '|' hadn't been converted to ','
18 years ago
Mark Michelson 6ea87be942 Merged revisions 101531 via svnmerge from
18 years ago
Mark Michelson 16df336a72 Merged revisions 94122 via svnmerge from
18 years ago
Luigi Rizzo 10f70a8321 make configuration variable const so they are not accidentally
18 years ago
Joshua Colp 270bf4804e Only look to see if options are set if some have been provided.
18 years ago
Jason Parker 2a65719773 Add manager events for when a monitor is started or stopped.
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker cfbc4f5fb8 Doxygen fixes.
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Russell Bryant eaebbdab61 (closes issue #10271)
18 years ago
Jason Parker 76e2e39f77 Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds)
18 years ago
Jason Parker ef94957540 (closes issue #7596)
18 years ago
Tilghman Lesher a1bc823136 Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
18 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Joshua Colp a212ff5a78 Merged revisions 61961 via svnmerge from
18 years ago
Joshua Colp 606b1414f6 Merged revisions 59087 via svnmerge from
18 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
19 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
19 years ago
Russell Bryant 63ff3c85da Merged revisions 46778 via svnmerge from
19 years ago
Russell Bryant d60f37384e Merged revisions 45818 via svnmerge from
19 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
19 years ago
Joshua Colp c0a16b54c6 Get rid of the IS_NULL_STRING macro and use ast_strlen_zero instead (issue #8070 reported by wrmem)
19 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
19 years ago