Commit Graph

5427 Commits (be9d72b11d84747b802ba2ae45bf69b2d5cc8872)
 

Author SHA1 Message Date
Russell Bryant bef7d9da16 move deprecation warning until after all variable declarations (bug #4514)
20 years ago
Kevin P. Fleming 0aae19259a restructure buggy parse_args routine
20 years ago
Kevin P. Fleming 0c082e7e62 update editline's config.guess to support platforms made in the last 3 years (bug #4507)
20 years ago
Ben Kramer 20c26996ef / fixes possibility for accessing of struct when null
20 years ago
Kevin P. Fleming 79392ea53b add MATH() dialplan function (bug #4473, with mods)
20 years ago
Kevin P. Fleming f3efc756ad allow transfer-to number for SIP transfers to contain an '@' (and enforce the max-forwards restriction for these transfers) (bug #4048)
20 years ago
Kevin P. Fleming 4d102efb7a make incoming overlap calls with no number specified use the 's' extension (bug #4317)
20 years ago
Kevin P. Fleming 439002c898 make zap-transfers to busy/congestion channels behave more reasonably (bug #4495)
20 years ago
Kevin P. Fleming d617e890a6 add countries and reorder file into alphabetical order (bug #4482, part 1)
20 years ago
Kevin P. Fleming 4ec448cc76 add check_expr to 'make clean' and CVS ignore list
20 years ago
Kevin P. Fleming 5736270107 add 'rtignoreexpire' option to allow Realtime addresses to be used regardless of expiration time (bug #4362)
20 years ago
Kevin P. Fleming bd325f5219 add WAITSTATUS channel variable output to WaitForSilence() application (bug #4256)
20 years ago
Kevin P. Fleming ddaa0cc0dd don't call alloca() or alloca()-using functions in parameter lists (bug #4487)
20 years ago
Kevin P. Fleming d64c3d63fd add tool to check extensions.conf files for problems with new expression parser (bug #4491)
20 years ago
Kevin P. Fleming aa0608cb34 remove useless code (bug #4492)
20 years ago
Kevin P. Fleming 706bf6d427 ensure CLI commands produce proper terminating output when used with manager interface (bug #4497)
20 years ago
Kevin P. Fleming 8c6c774ab6 fix channel walking problems from recent changes (bug #4494)
20 years ago
Kevin P. Fleming e18a747172 move timeval-diff function into utils.h from app_alarmreceiver.c
20 years ago
Ben Kramer f70c5e190b / fixed bugs introduced by the fix for bug #4368 by kpfleming
20 years ago
Kevin P. Fleming b6ae77bcdf update guidelines to follow their own rules for whitespace (bug #4486)
20 years ago
Kevin P. Fleming 304bc75cf1 fix memory leaks in config loader (bug #4223)
20 years ago
Kevin P. Fleming 178842ec27 save 168 bytes per zaptel channel private structure (using bitfields)
20 years ago
Kevin P. Fleming 93f5cbacf0 fix build on Solaris (bug #4476)
20 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
20 years ago
Kevin P. Fleming 7584fac64b various compiler warning fixes (bug #4483)
20 years ago
Kevin P. Fleming 0db4cee117 enable version string for this module, since it's standalone
20 years ago
Kevin P. Fleming 01251090f0 fix version-string builds for non-gcc compilers
20 years ago
Kevin P. Fleming cf5b8dba96 add note about example
20 years ago
Kevin P. Fleming fb16b5cb0a add doxygen docs for file version stuff
20 years ago
Kevin P. Fleming 59a0f860bd fix astman build
20 years ago
Kevin P. Fleming adc9c81692 fix version tag macro calls
20 years ago
Kevin P. Fleming 370e887fbf fix 'make rpm'
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 005e436b57 another round of version tag updates, along with 'show version files' pattern filtering
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 6cbf69981d clean up module version number output
20 years ago
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
20 years ago
Kevin P. Fleming ab206439d8 don't force build.h to be built at 'install' time, if it's already there leave it alone
20 years ago
Kevin P. Fleming 512a5a47c0 more ignore fixes
20 years ago
Kevin P. Fleming eaba80834c update ignore lists
20 years ago
Kevin P. Fleming a02f56d8bc more breakage from bug #4116 commit
20 years ago
Kevin P. Fleming e26bd40d89 add missing files from bug #4116 commit
20 years ago
Kevin P. Fleming 8726967435 handle going to 'fax' extension when inside a macro properly (bug #4368)
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 236c05fc59 let ODBC username/password default to the ones in odbc.ini (bug #4470)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Mark Spencer bccc1171f0 Fix minor OSP compile issue
20 years ago
Kevin P. Fleming 8ad230082e make AGI 'TDD MODE' command behave as documented when the channel doesn't support options (bug #4370)
20 years ago
Kevin P. Fleming 8a0ade1fd8 don't call reg_source_db() until after the peer has been added to the peer list
20 years ago