Commit Graph

577 Commits (b8f23573fa67c3e2d99b9a49aa85560902c60c6c)

Author SHA1 Message Date
Kevin P. Fleming be8e1d2381 restore proper difference calculation (bug #4746)
20 years ago
Kevin P. Fleming 4dd4428204 split acl and netsock code into separate files, in preparation for new netsock implementation
20 years ago
Russell Bryant c8f5c38f66 let the compiler learn the types for the elements of a struct timeval to fix
20 years ago
Russell Bryant de905a632a fix negative timestamp issue
20 years ago
Russell Bryant a9c7f50a09 Allow manager originate to specifiy more than one variable to be set.
20 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)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Kevin P. Fleming b6486df40e first phase of proper fix for portable string function problems (bug #4669)
20 years ago
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
20 years ago
Kevin P. Fleming 79760d4802 add support for multiple-digit extensions in queue exit contexts (bug #4690)
20 years ago
Russell Bryant b62623fdaa convert ast_copy_string to use AST_INLINE_API macro (bug #4682)
20 years ago
Kevin P. Fleming d7e09f233f allow explicit source address/port selection for peers (bug #4257, with minor mods)
20 years ago
Kevin P. Fleming 97671a2b05 add 'exit context' and 'only stop on match' options to Background app (bug #4511)
20 years ago
Kevin P. Fleming 58d1d59cab simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
20 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
20 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
20 years ago
Kevin P. Fleming a913a5ce23 add the new files for the last commit :-)
20 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
20 years ago
Kevin P. Fleming 054317fb13 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
20 years ago
Russell Bryant 52ef5c7d30 add function to convert a cause code to a string
20 years ago
Matthew Fredrickson 220e24584a UK discconnect tone detection support. Need to enable callprogress in
20 years ago
Kevin P. Fleming b83175862e add new header files
20 years ago
Kevin P. Fleming 3e44b65090 split up string/time functions into separate header files
20 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
20 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
20 years ago
Mark Spencer d69b5c74e5 Fix debugging to not print warnings
20 years ago
Kevin P. Fleming 767f019264 add AGI 'RECEIVE TEXT' command (bug #4525)
20 years ago
Mark Spencer 222b5695e0 Fix up utils nonsense
20 years ago
Kevin P. Fleming 9a80a7bc2c string/whitespace handling cleanups (bug #4449, with mods)
20 years ago
Kevin P. Fleming 86511f89fb don't use pthread_mutex_lock
20 years ago
Kevin P. Fleming e18a747172 move timeval-diff function into utils.h from app_alarmreceiver.c
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 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 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
20 years ago
Kevin P. Fleming eaba80834c update ignore lists
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 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
20 years ago
Kevin P. Fleming 23472dd2c0 support configurable batch posting of CDRs (off by default) (bug #3883)
20 years ago
Mark Spencer af9903eb05 Fix cdr.h ordering issue (bug #4401)
20 years ago
Mark Spencer 41e7cc8154 Use defined AST_MAX_ACCOUNT_CODE (bug #4350)
20 years ago
Kevin P. Fleming 102c76a9c8 make IF dialplan function handle quoted strings properly (bug #4322, with API mods)
20 years ago
Russell Bryant 3c98814bb5 add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug #4320)
20 years ago
Mark Spencer 38b7f7b4a4 Add optional call limit
20 years ago
Kevin P. Fleming eaececc920 add ast_build_string library function (from bug #3644)
20 years ago
Kevin P. Fleming 4910637da7 code formatting and comments, plus minor device state fix (bug #4171)
20 years ago
Kevin P. Fleming 0356b70224 add functions to register/unregister multiple CLI commands in a single operation (bug #4255, with minor mods)
20 years ago
Kevin P. Fleming 219541b5e0 various fixes:
20 years ago
Mark Spencer c936fc827c Add remainder of rtp fixes, iax2 patch (bug #3961)
20 years ago
Kevin P. Fleming d825e581f3 minor fix for refcount/flags to be unsigned
20 years ago
Russell Bryant 65a7d2ac76 fixes for the new jitter buffer (bug #4249)
20 years ago
Russell Bryant a48f36c3c5 fix header description
20 years ago
Anthony Minessale II 6b7677e842 expose function execution routines and warn about trying to set a read-only cdr var
20 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
20 years ago
Mark Spencer 824763970b Fix minor doc issue (bug #4145)
20 years ago
Kevin P. Fleming 44b95a88d6 add doxygen docs for astobj.h (bug #4145, with minor mods)
20 years ago
Kevin P. Fleming a0f2a2e7c4 remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
20 years ago
Kevin P. Fleming 523911c9b0 re-implement ast_separate_app_args with clearer code and in a way that doesn't fail with certain combinations of array size and delimiter count
20 years ago
Kevin P. Fleming deb3c32a49 correct documentation for ast_sched_add (bug #4136)
20 years ago
Kevin P. Fleming abec217a1b add experimental ast_copy_string() function to be used in place of strncpy() (see discussion on asterisk-dev)
20 years ago
Kevin P. Fleming 7d4b53c57a add direct object unlink macro to ASTOBJ api
20 years ago
Kevin P. Fleming bced63033d make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Mark Spencer 8d1744dd29 Add sched_when function (bug #4022)
20 years ago
Russell Bryant e3e62817fa formatting fixes (bug #4009)
20 years ago
Kevin P. Fleming 110560781a preliminary "managed DNS lookup" support
20 years ago
Mark Spencer 9cbc047b6a Fix ADSI 'B' issue (bug #3833)
20 years ago
Kevin P. Fleming f5ac6f6c2e correct error in doxygen docs
20 years ago
Kevin P. Fleming c7c20f8656 report non-codec capabilities in 'sip debug' properly (bug #3960)
20 years ago
Russell Bryant a7e9416c89 don't define a functioning returning an int inside of a do{...}while(0) (bug #3865)
20 years ago
Kevin P. Fleming e7bbe31f8f optimize codec selection and format changing code
20 years ago
Kevin P. Fleming bbc8c2ce6f fix breakage from slin endianness commit earlier today (sorry :-()
20 years ago
Kevin P. Fleming b96ae79baa handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)
20 years ago
Kevin P. Fleming b4f4e23000 remaining endian.h fixes for FreeBSD (bug #3867)
20 years ago
Matthew Fredrickson b81f233e68 Merging in xylome's beaerer capabilty patch (bug 3547)
20 years ago
Mark Spencer eb91006b7c Allow functions to be written to (bug #2278, with mods)
20 years ago
Mark Spencer f966e5e186 Simplify endianness and fix for unaligned reads (bug #3867)
20 years ago
Mark Spencer dc9faa21e4 Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
20 years ago
Mark Spencer 2bc067a740 Implement fax detect within i4l (bug #3827)
20 years ago
Mark Spencer 29ce32912d Merge API changes for chanspy
20 years ago
Mark Spencer 6265cd3125 Fix OpenBSD compile (bug #3824)
20 years ago
Mark Spencer 6e420b3c38 Fix manager declarations
20 years ago
Mark Spencer 1507997410 Add README for jitter buffer (bug #3812), make src char *src a const
21 years ago
Mark Spencer ebc1c06835 Fix channel variables on cloned channels (bug #3804)
21 years ago
Mark Spencer 6d63970147 Fix PLC for BSD (bug #2532)
21 years ago
Mark Spencer f9cfe60312 Add support for Solaris/x86 (bug #3064)
21 years ago
Mark Spencer 0b37575aac Add missing plc.h
21 years ago
Mark Spencer 7082d0584e Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)
21 years ago
Mark Spencer 2deba424d2 Create experimental new options API, various cleanups
21 years ago
Mark Spencer 26c7a07735 Add timestamping to console (bug #3653 with minor mods)
21 years ago
Mark Spencer 4fabc80629 Make ACL be what SIP is going to need (bug #2358, just first part)
21 years ago
Mark Spencer 1bb8d52938 Flush out app stuff, make profiling easier to turn on/off
21 years ago
Mark Spencer 77b8442606 Merge H.263+ support (bug #3709)
21 years ago
Mark Spencer c6cb8f9239 Allow debug to be enabled on a per-file basis...
21 years ago
Mark Spencer badc4dec46 Make mpg123 behave more nicely
21 years ago