Commit Graph

537 Commits (a5f0c99bb33b6d967db055fd29b8583e34aa711f)

Author SHA1 Message Date
Kevin P. Fleming 2c0f42361e correct comment
20 years ago
Kevin P. Fleming 5cc0413c54 add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf
20 years ago
Kevin P. Fleming f6c059d451 process asterisk.conf in a single pass, instead of twice (bug #4689)
20 years ago
Kevin P. Fleming f358db3d43 use CDR API calls instead of re-implementing them (bug #4726)
20 years ago
Kevin P. Fleming 307566933f more extensive documentation (bug #4444)
20 years ago
Kevin P. Fleming 8b3f4e3022 formatting cleanups (bug #4782)
20 years ago
Russell Bryant 5589a1e387 put ast_recvchar under its desc, add desc for ast_senddigit, don't use a
21 years ago
Kevin P. Fleming 075a8ad21c add slinfactory object, and change app_chanspy to use it (bug #4724)
21 years ago
Kevin P. Fleming 1c30af0622 add English device state output (bug #4733, with minor mod)
21 years ago
Kevin P. Fleming a6b0f6074f move strtoq into new string files (bug #4740)
21 years ago
Kevin P. Fleming be8e1d2381 restore proper difference calculation (bug #4746)
21 years ago
Kevin P. Fleming 4dd4428204 split acl and netsock code into separate files, in preparation for new netsock implementation
21 years ago
Russell Bryant c8f5c38f66 let the compiler learn the types for the elements of a struct timeval to fix
21 years ago
Russell Bryant de905a632a fix negative timestamp issue
21 years ago
Russell Bryant a9c7f50a09 Allow manager originate to specifiy more than one variable to be set.
21 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
21 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
21 years ago
Kevin P. Fleming b6486df40e first phase of proper fix for portable string function problems (bug #4669)
21 years ago
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
21 years ago
Kevin P. Fleming 79760d4802 add support for multiple-digit extensions in queue exit contexts (bug #4690)
21 years ago
Russell Bryant b62623fdaa convert ast_copy_string to use AST_INLINE_API macro (bug #4682)
21 years ago
Kevin P. Fleming d7e09f233f allow explicit source address/port selection for peers (bug #4257, with minor mods)
21 years ago
Kevin P. Fleming 97671a2b05 add 'exit context' and 'only stop on match' options to Background app (bug #4511)
21 years ago
Kevin P. Fleming 58d1d59cab simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
21 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
21 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
21 years ago
Kevin P. Fleming a913a5ce23 add the new files for the last commit :-)
21 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
21 years ago
Kevin P. Fleming 054317fb13 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
21 years ago
Russell Bryant 52ef5c7d30 add function to convert a cause code to a string
21 years ago
Matthew Fredrickson 220e24584a UK discconnect tone detection support. Need to enable callprogress in
21 years ago
Kevin P. Fleming b83175862e add new header files
21 years ago
Kevin P. Fleming 3e44b65090 split up string/time functions into separate header files
21 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
21 years ago
Kevin P. Fleming 8ed59c10e4 make inlinable functions only need the function body in one file, and respond properly to LOW_MEMORY being defined
21 years ago
Mark Spencer d69b5c74e5 Fix debugging to not print warnings
21 years ago
Kevin P. Fleming 767f019264 add AGI 'RECEIVE TEXT' command (bug #4525)
21 years ago
Mark Spencer 222b5695e0 Fix up utils nonsense
21 years ago
Kevin P. Fleming 9a80a7bc2c string/whitespace handling cleanups (bug #4449, with mods)
21 years ago
Kevin P. Fleming 86511f89fb don't use pthread_mutex_lock
21 years ago
Kevin P. Fleming e18a747172 move timeval-diff function into utils.h from app_alarmreceiver.c
21 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
21 years ago
Kevin P. Fleming 01251090f0 fix version-string builds for non-gcc compilers
21 years ago
Kevin P. Fleming cf5b8dba96 add note about example
21 years ago
Kevin P. Fleming fb16b5cb0a add doxygen docs for file version stuff
21 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
21 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
21 years ago
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
21 years ago
Kevin P. Fleming eaba80834c update ignore lists
21 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)
21 years ago