Commit Graph

577 Commits (b8f23573fa67c3e2d99b9a49aa85560902c60c6c)

Author SHA1 Message Date
Kevin P. Fleming 4e7c01765f use a better name for structure element (when using named initializers)
20 years ago
Kevin P. Fleming aa92d9c1f8 don't double define our own string functions on platforms that don't have them (issue #5169)
20 years ago
Kevin P. Fleming 0c8f0e8bdb extensive ENUM support update, including ENUMLOOKUP() dialplan function (issue #5201 with mods)
20 years ago
Kevin P. Fleming cabcfd8921 check call limit in ast_pbx_start(), instead of waiting until background thread has been launched (needed for issue #5131)
20 years ago
Kevin P. Fleming 60ffafcc39 allow users of RTP to know when the peer endpoint is (apparently) behind a NAT
20 years ago
Mark Spencer d95ad5b4d8 Make lock logging reentrant when DEBUG_THREADS enabled
20 years ago
Kevin P. Fleming f2b293b8c4 add frame type for T.38, remove some unused stuff
20 years ago
Kevin P. Fleming b50f649446 oops :-)
20 years ago
Kevin P. Fleming 4c2377ddd9 first set of Cygwin portability stuff (issue #4678)
20 years ago
Kevin P. Fleming 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Kevin P. Fleming 5fdc070109 add new channel option (via ast_channel_setoption()) to let channel drivers adjust txgain/rxgain if they are able (only Zap channels at this time)
20 years ago
Kevin P. Fleming e04ba4a11f eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead
20 years ago
Kevin P. Fleming fc91dd1035 eliminate spurious warnings
20 years ago
Kevin P. Fleming 9614adc056 make DEBUG_THREADS have more visible logging
20 years ago
Kevin P. Fleming 1632d52795 major header file cleanup: license, copyrights, descriptions, markers, etc.
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming 388e8bd9a8 massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)
20 years ago
Kevin P. Fleming 1824c2f630 encode/decode URIs in 'pedantic' mode (issue #3923)
20 years ago
Kevin P. Fleming 0f03a734b1 don't make expression evaluator allocate a memory buffer for each result
20 years ago
Kevin P. Fleming 99929b21e4 preserve hint watchers and laststate across 'extensions reload' (issue #2522)
20 years ago
Kevin P. Fleming 7085e27835 doc updates and copyright header cleanup (issue #5026)
20 years ago
Kevin P. Fleming 866ae3cd53 doc updates and copyright header cleanup (issue #5027)
20 years ago
Kevin P. Fleming 39e8d87476 minor doc fixes and copyright header cleanup (issue #5029 with mods)
20 years ago
Kevin P. Fleming 0bd1861df8 clear out memory allocated by LOCAL_USER_ADD/LOCAL_USER_ACF_ADD
20 years ago
Kevin P. Fleming 7950e4216e make AST_LIST_REMOVE_HEAD safer to use
20 years ago
Kevin P. Fleming 9e9f3ace21 add ability to map feature sequences to applications (issue #3764)
20 years ago
Kevin P. Fleming a5b640cb40 add 'sip show settings' CLI command (issue #4806)
20 years ago
Kevin P. Fleming 2cde73fddb make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
20 years ago
Kevin P. Fleming 3480297607 add preliminary support for SIP timers (issue #4359)
20 years ago
Kevin P. Fleming dffade452c add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
20 years ago
Kevin P. Fleming ff971379f4 support new format for musiconhold.conf (issue #4908)
20 years ago
Kevin P. Fleming 69f9c479e7 add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)
20 years ago
Mark Spencer 97e1ede292 Centralize and fix tos for IAX (bug #4850 inspired)
20 years ago
Kevin P. Fleming 957eed7682 eliminate compiler warnings when DEBUG_THREADS is enabled
20 years ago
Kevin P. Fleming ce7a1e4768 bridging code cleanups:
20 years ago
Russell Bryant 99d6c05f13 more pointer signedness fixes for gcc4 warnings
20 years ago
Mark Spencer 13a0bec612 Merge steve's busy detect stuff (bug #4830)
20 years ago
Russell Bryant b870642ee9 more fixes for gcc4 warnings
20 years ago
Russell Bryant 0a87b55fe8 ensure that strings.h has va_list defined (bug #4900)
20 years ago
Mark Spencer 8712d1d7f1 Fix timestamp issue with features (bug #4760 with mods)
20 years ago
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
20 years ago
Kevin P. Fleming 075a8ad21c add slinfactory object, and change app_chanspy to use it (bug #4724)
20 years ago
Kevin P. Fleming 1c30af0622 add English device state output (bug #4733, with minor mod)
20 years ago
Kevin P. Fleming a6b0f6074f move strtoq into new string files (bug #4740)
20 years ago