Commit Graph

566 Commits (f5dd769dcccdca7317dd18cd79d9bc3401422829)

Author SHA1 Message Date
Kevin P. Fleming e04ba4a11f eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead
21 years ago
Kevin P. Fleming fc91dd1035 eliminate spurious warnings
21 years ago
Kevin P. Fleming 9614adc056 make DEBUG_THREADS have more visible logging
21 years ago
Kevin P. Fleming 1632d52795 major header file cleanup: license, copyrights, descriptions, markers, etc.
21 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
21 years ago
Kevin P. Fleming 388e8bd9a8 massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)
21 years ago
Kevin P. Fleming 1824c2f630 encode/decode URIs in 'pedantic' mode (issue #3923)
21 years ago
Kevin P. Fleming 0f03a734b1 don't make expression evaluator allocate a memory buffer for each result
21 years ago
Kevin P. Fleming 99929b21e4 preserve hint watchers and laststate across 'extensions reload' (issue #2522)
21 years ago
Kevin P. Fleming 7085e27835 doc updates and copyright header cleanup (issue #5026)
21 years ago
Kevin P. Fleming 866ae3cd53 doc updates and copyright header cleanup (issue #5027)
21 years ago
Kevin P. Fleming 39e8d87476 minor doc fixes and copyright header cleanup (issue #5029 with mods)
21 years ago
Kevin P. Fleming 0bd1861df8 clear out memory allocated by LOCAL_USER_ADD/LOCAL_USER_ACF_ADD
21 years ago
Kevin P. Fleming 7950e4216e make AST_LIST_REMOVE_HEAD safer to use
21 years ago
Kevin P. Fleming 9e9f3ace21 add ability to map feature sequences to applications (issue #3764)
21 years ago
Kevin P. Fleming a5b640cb40 add 'sip show settings' CLI command (issue #4806)
21 years ago
Kevin P. Fleming 2cde73fddb make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
21 years ago
Kevin P. Fleming 3480297607 add preliminary support for SIP timers (issue #4359)
21 years ago
Kevin P. Fleming dffade452c add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
21 years ago
Kevin P. Fleming ff971379f4 support new format for musiconhold.conf (issue #4908)
21 years ago
Kevin P. Fleming 69f9c479e7 add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)
21 years ago
Mark Spencer 97e1ede292 Centralize and fix tos for IAX (bug #4850 inspired)
21 years ago
Kevin P. Fleming 957eed7682 eliminate compiler warnings when DEBUG_THREADS is enabled
21 years ago
Kevin P. Fleming ce7a1e4768 bridging code cleanups:
21 years ago
Russell Bryant 99d6c05f13 more pointer signedness fixes for gcc4 warnings
21 years ago
Mark Spencer 13a0bec612 Merge steve's busy detect stuff (bug #4830)
21 years ago
Russell Bryant b870642ee9 more fixes for gcc4 warnings
21 years ago
Russell Bryant 0a87b55fe8 ensure that strings.h has va_list defined (bug #4900)
21 years ago
Mark Spencer 8712d1d7f1 Fix timestamp issue with features (bug #4760 with mods)
21 years ago
Kevin P. Fleming 2c0f42361e correct comment
21 years ago
Kevin P. Fleming 5cc0413c54 add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf
21 years ago
Kevin P. Fleming f6c059d451 process asterisk.conf in a single pass, instead of twice (bug #4689)
21 years ago
Kevin P. Fleming f358db3d43 use CDR API calls instead of re-implementing them (bug #4726)
21 years ago
Kevin P. Fleming 307566933f more extensive documentation (bug #4444)
21 years ago
Kevin P. Fleming 8b3f4e3022 formatting cleanups (bug #4782)
21 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