Commit Graph

975 Commits (3c4dc2033f3f7d12e47a8bf5c300bae27dad02b6)

Author SHA1 Message Date
Matthew Fredrickson 3c4dc2033f Update configure and closest kin. *Hopes my branch doesn't break*
20 years ago
Matt O'Gorman 465adf2bf1 allow for packetization on rtp channel drivers, need to add
20 years ago
Kevin P. Fleming 734a3d356e don't need two copies of this
20 years ago
Kevin P. Fleming 7b43316cbc a little cleanup and simplification, and remove ON_FIRST_USE mode since nobody uses it
20 years ago
Jason Parker 31d25ac6f3 u_intXX_t is silly
20 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
20 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
20 years ago
Jason Parker f18cbf77df Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
20 years ago
Joshua Colp bc5924120d Remove old unused functions
20 years ago
Joshua Colp 55d594e9da Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job.
20 years ago
Russell Bryant 4de3c0e447 Add the ability to specify that a frame should not be considered for caching
20 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
20 years ago
Joshua Colp 12b6ec4e11 Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged to, and also use it in chan_sip so we know to ignore the no RTP activity checking
20 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
20 years ago
Russell Bryant f7e7161607 Merge team/russell/frame_caching
20 years ago
Joshua Colp c70ed7614a Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's what RTP-level packet bridging is all about!
20 years ago
Russell Bryant 3a83fbed5b menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can be
20 years ago
Russell Bryant 1ff5a0988d Merged revisions 40994 via svnmerge from
20 years ago
Olle Johansson 8b3aeaeae6 Fixing a comment
20 years ago
Kevin P. Fleming 7eecf0bfbc use RTLD_NOLOAD if it's available to make loading dynamic modules a little faster and less resource-intensive
20 years ago
Kevin P. Fleming 74fb27c15f add a new include file for out-of-tree modules that need to know where things are located
20 years ago
Joshua Colp 432e19f2b7 Sorry, but this does not resemble malloc... so GCC was ignoring the attribute and throwing a warning.
20 years ago
Kevin P. Fleming 26fa229138 restore 'preload' functionality in loader
20 years ago
Kevin P. Fleming 6cd063c74d use new configure-provided wrappers for attributes
20 years ago
Russell Bryant d030102eed - use a common error message in all of the memory allocation macros
20 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
20 years ago
Russell Bryant 5dc72404ab convert lists of constants in channel.h to enums instead of #defines
20 years ago
Matt O'Gorman a95851978b updating configure script and putting comments in the docs
20 years ago
Joshua Colp ecb907e010 Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.
20 years ago
Russell Bryant 9ad9e42c3e add MacroExclusive application, a Macro that only one call can executed at
20 years ago
Russell Bryant fd82d4569c increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)
20 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
20 years ago
Steve Murphy 3042d0e046 This commit folds in changes to both stringfields (some enhancements to the ...field_set() macro, to optimize setting strings to empty, resetting strings to shorter contents, etc.) and to chan_iax2.c, to use stringfields in the user, peer, and pvt structs. Has been running stably on iaxtel, but while iaxtel has a large registration volume, it doesn't seem to have a high call volume. So far, it seems to reduce heap usage by over half. YMMV\! Please report any IAX bugs that might involve stringfields\!
20 years ago
Steve Murphy 14c12fed9b The contents of branch teams/murf/bug_7598 are being folded in here.
20 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
20 years ago
Tilghman Lesher a9f8f09c19 Add details about flash and wait to doxygen about DTMF.
20 years ago
Mark Spencer f2a6636210 Allow updates to match specific lines, allow specification of object or
20 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
20 years ago
Russell Bryant 99f9d827c1 the pure attribute was not implemented before gcc 2.96. Since we have this
20 years ago
Russell Bryant 450db95711 add macros for the pure and const attributes to compiler.h, in case they ever
20 years ago
Russell Bryant d6246e579f Add the function attribute "pure" or "const" to various functions that perform
20 years ago
Russell Bryant b04f059b4a As discussed and decided on the asterisk-dev mailing list ...
20 years ago
Kevin P. Fleming 3314ea0d59 move slinfactory structure definition back to header... it's just easier to use this way
20 years ago
Kevin P. Fleming d079b1c49f more slinfactory structure definition to inside implementation module
20 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
20 years ago
Russell Bryant 41ab9c5015 remove an XXX comment and document that ast_autoservice_start() will return -1
20 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
20 years ago
North Antara 1edb21b423 Fix a few doxygen warnings.
20 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
20 years ago
Mark Spencer 837910062b First pass at in-place file manipulation via manager
20 years ago