Commit Graph

1543 Commits (6735b03e45ee9984eeeb3136c99ba17f2b3359a1)

Author SHA1 Message Date
Kevin P. Fleming d0f3b18d16 a little more const-ification
19 years ago
Kevin P. Fleming cd73a483f1 const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here
19 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
19 years ago
Kevin P. Fleming dfe56d30bc ensure that the proper file/function/line shows up for dynamic string threadstorage objects
19 years ago
Kevin P. Fleming 64fc0d4667 yeah... so... compiling before committing seems like it might be a good idea
19 years ago
Kevin P. Fleming 4764795b37 Merged revisions 49553 via svnmerge from
19 years ago
Kevin P. Fleming cb97e0c353 Merged revisions 49102 via svnmerge from
19 years ago
Olle Johansson 43e0695bd0 Doxygen documentationification
19 years ago
Olle Johansson 9074555e37 - Add error handling to ast_parse_allow_disallow
19 years ago
Olle Johansson f83b845f08 - Implement error handling in ast_append_ha
19 years ago
Russell Bryant 723c1ffba8 Fix a spelling mistake in a comment.
19 years ago
Steve Murphy 6c7f4c1e32 Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
19 years ago
Kevin P. Fleming 16b09ac48c Merged revisions 48998 via svnmerge from
19 years ago
Kevin P. Fleming d68c7c8ce6 Merged revisions 48987 via svnmerge from
19 years ago
Joshua Colp 7f61b822c1 Merged revisions 48964 via svnmerge from
19 years ago
Luigi Rizzo 09f75aa6dc rename the structs struct tone_zone_sound and struct tone_zone
19 years ago
Russell Bryant 2c5071a006 - Convert the list of URI handlers to use the linked list macros. While doing
19 years ago
Joshua Colp 193d2932b9 We should probably declare the lock... and not just the constructor/deconstructor.
19 years ago
Russell Bryant 72f23795df Use the correct function to destroy an rwlock in the destructor for an ast_rwlock_t
19 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
19 years ago
Joshua Colp f19ff5a451 Really clean up indications to use the linkedlists API
19 years ago
Steve Murphy 9327720c37 As per bug 7978, this version introduces the jittertargetextra option in config files
19 years ago
Luigi Rizzo 02e21cb5f2 unbreak the macro used for incrementing the frame counters.
19 years ago
Luigi Rizzo 23be2c0bf4 apply the proposed fix for bug 8602
19 years ago
Luigi Rizzo ccebf3511c convert the final clients of ast_build_string to use ast_str_*()
19 years ago
Kevin P. Fleming a40b78b885 Merged revisions 48528 via svnmerge from
19 years ago
Kevin P. Fleming 018a9c86e4 Merged revisions 48521 via svnmerge from
19 years ago
Luigi Rizzo 20b382cfff replace ast_build_string() with ast_str_*() functions.
19 years ago
Luigi Rizzo 055abfe9d9 simplify the ast_dynamic_str_*.... routines by
19 years ago
Luigi Rizzo 961754d4b1 move the dynamic string support in a better place i.e. string.h
19 years ago
Luigi Rizzo b6d1722c83 remove ast_safe_string_alloc() - it is completely
19 years ago
Luigi Rizzo 286f02bf40 small documentation improvements.
19 years ago
Olle Johansson 0722c9ae77 Doxygen changes
19 years ago
Joshua Colp bbe0a579b2 Add support to see what holds the lock when doing trylock.
19 years ago
Luigi Rizzo 1122621981 constify ast_state2str() and note it is not reentrant.
19 years ago
Luigi Rizzo 5ba11f9855 remove the macro LOAD_OH and expand it inline in the only
19 years ago
Joshua Colp f6649ae0af Merged revisions 48472 via svnmerge from
19 years ago
Russell Bryant 666d526aad Fix various spelling mistakes in comments.
19 years ago
Luigi Rizzo 437f4288cd - Generalize the function ssl_setup() so that the certificate info
19 years ago
Luigi Rizzo 6a147ed134 Make externally visible some generic code useful to create
19 years ago
Russell Bryant efc7c78ba4 Make the "usage" member of the ast_cli_entry struct const to resolve a compiler
19 years ago
Olle Johansson fe53552f41 Doxygen updates
19 years ago
Jason Parker 87f81679ee Expand on r48273 (from issue 8506), to translate more of the fskmodem stuff to English.
19 years ago
Olle Johansson 33c09cbcfa Issue #8506 - translate spanish comments in fskmodem to english (according to bug guidelines)
19 years ago
Olle Johansson 00bf07b12e Well, yes...
19 years ago
Olle Johansson b8fcae6d75 Reserving flags for coming code (currently in the "videocaps" branch)
19 years ago
Olle Johansson c23bc46089 - Disable RTP timeouts during T.38 transmission
19 years ago
Olle Johansson ae14123361 Tiny doxygen improvement
19 years ago
Joshua Colp 869101028b Merged revisions 48168 via svnmerge from
19 years ago
Olle Johansson 446a06679a Documentation updates
19 years ago
Olle Johansson fddd385eb1 Adding some generic docs on extension and device states - watchers and providers
19 years ago
Russell Bryant f51cf94a62 - Fix a few spelling mistakes.
19 years ago
Olle Johansson b9d57e8e3a Doxygen updates
19 years ago
Russell Bryant a3adf3e754 - Add some comments on thread storage with a brief explanation of what it is
19 years ago
Olle Johansson 3fd07f51f2 Doxygen update
19 years ago
Joshua Colp af51be05a6 Merged revisions 47850 via svnmerge from
19 years ago
Luigi Rizzo f148916c23 Move this macro from cli.c to cli.h so apps can use it
19 years ago
Steve Murphy 6dcb17baaf This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling.
19 years ago
Luigi Rizzo 867e3d6e5d introduce a bit of regexp support in the internal CLI api.
19 years ago
Paul Cadach fc58bec502 Merged revisions 44809 via svnmerge from
19 years ago
TransNexus OSP Development 93df44fb9a 1. Re-format the code.
19 years ago
Luigi Rizzo 6edcca7b8d one more step cleaning the internal CLI interface:
19 years ago
Luigi Rizzo 1781f41b3b update the internal cli api following comments from kevin.
19 years ago
Olle Johansson 6606c55844 need to check quoting in the doxygen docs...
19 years ago
Olle Johansson c17bcc0f7c Some improvements to doxygen docs
19 years ago
Luigi Rizzo fbb143b829 Bring in the improved internal API for the CLI.
19 years ago
Matt O'Gorman b025702287 safe terminal output is sweet.
19 years ago
Russell Bryant 2b2693499d Add the ability to specify multiple prompts to the Read() dialplan application,
19 years ago
Steve Murphy 908f176cf3 A fair number of changes for the sake of bug 7506
19 years ago
Olle Johansson 8e73644bb8 Stealing Tilghman's explanation from the -dev list and producing documentation...
19 years ago
Joshua Colp 980ce017ec Add support for manager hooks, so you could fire off manager events over IRC if you were crazy enough. (issue #5161 reported by anthm with mods by moi)
19 years ago
Luigi Rizzo 0bf4235ff1 add a new cli/manager.conf option "debug" to enable/disable
19 years ago
Joshua Colp 7f7f2fe821 Let's make application/function/hint lists read/write lists... just for kicks
19 years ago
Russell Bryant 903e1e3bf3 Sure enough, some of the uses of astobj are doing recursive locking. This
19 years ago
Russell Bryant c8e35348c0 astobj was already set up to use read and write locks. Now that we have wrappers
19 years ago
Joshua Colp ffceb28cfd Add AST_RWLIST_* set of macros which implement linked lists using read/write locks, the actual list manipulation is still done via the old macros.
19 years ago
Joshua Colp ae00c6d3fa Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is available, that way outside stuff can determine whether to use a constructor or deconstructor for initialization instead of using the init value.
19 years ago
Joshua Colp aebb4aaa0d I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf stuff that detects the presence of the initializer and the ability to set the kind of lock (in our case we rather like writer preferred locks so writer starvation doesn't occur... but on something like Darwin we don't get that)
19 years ago
Kevin P. Fleming 39a4700047 Merged revisions 46714 via svnmerge from
19 years ago
Olle Johansson f003df1315 Issue #80898 - Restoring func_enum (otmar)
19 years ago
Olle Johansson 11d00cac15 Adding dialplan function IFMODULE, so you can create dialplans that handle
19 years ago
Kevin P. Fleming 79e45105f5 Merged revisions 46511 via svnmerge from
19 years ago
Olle Johansson 692dc8fd80 Issue #3930 - Add manager command for listing dialplan (coded april 2005, in bugtracker since)
19 years ago
Olle Johansson 8a2e564df5 Issue 8246 Doxygen updates (kshumard)
19 years ago
Kevin P. Fleming 5f5faa310a Merged revisions 46082-46083,46152-46153 via svnmerge from
19 years ago
Kevin P. Fleming 88efcea05e Merged revisions 46154 via svnmerge from
19 years ago
Russell Bryant b5ec2ec48a regenerate the configure script and autoconfig.h.in to reflect recent changes
19 years ago
Kevin P. Fleming 4b8e41c529 restore freeing of threadstorage objects without custom cleanup functions
19 years ago
Russell Bryant bd53e7ee4c Extend the thread storage API such that a custom initialization function can
19 years ago
Kevin P. Fleming 696f9ed677 Merged revisions 45408 via svnmerge from
19 years ago
Kevin P. Fleming 0638096e5c Merged revisions 45027 via svnmerge from
19 years ago
Kevin P. Fleming 035aeb82e4 Merged revisions 44956 via svnmerge from
19 years ago
Paul Cadach 500353e095 Extend CALLERID() function for "pres" and "ton" values
19 years ago
Kevin P. Fleming eda9434455 Merged revisions 44631 via svnmerge from
19 years ago
Russell Bryant 283e7369ea regenerate the configure script to reflect the latest changes done by
19 years ago
Kevin P. Fleming c28461197b Merged revisions 44390 via svnmerge from
19 years ago
Kevin P. Fleming 3c876af5cf Merged revisions 44378 via svnmerge from
19 years ago
Kevin P. Fleming 41eb95e055 Merged revisions 44322 via svnmerge from
19 years ago
Matt O'Gorman deb9cb88fb 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6
19 years ago
Kevin P. Fleming 89050169c8 Merged revisions 43996-43997,44008,44011-44012 via svnmerge from
19 years ago
Kevin P. Fleming ccc221ed79 Merged revisions 43952 via svnmerge from
19 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
19 years ago
Paul Cadach 2719c20e4e Merged revisions 43861-43862 via svnmerge from
19 years ago
Joshua Colp 98873d34bd Merged revisions 43707 via svnmerge from
19 years ago
Luigi Rizzo 2946b43e31 compatibility fix:
19 years ago
Matt O'Gorman 08368f00ab Merged revisions 43466 via svnmerge from
19 years ago
Tilghman Lesher f14dc5fab4 And some deprecated APIs and modifications to documentation
19 years ago
Joshua Colp 1c764935f2 SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
19 years ago
Matthew Fredrickson bd76cda68d Merge in SS7 changes.... need to still cleanup zapata.conf
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Jason Parker 261e84229d Avoid errors when compiling out of tree modules like asterisk-addons.
19 years ago
Kevin P. Fleming 505c465a3b these functions never should have been non-static or in a header file
19 years ago
Kevin P. Fleming 32d119746c move ODBC API into ast_ namespace
19 years ago
Kevin P. Fleming ea399862c4 move more API into the ast_ namespace
19 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
19 years ago
Kevin P. Fleming 1485fa4c24 move this header to include where it belongs
19 years ago
Jason Parker fc60c151d3 After discussing this with other people, we decided we'd like to try to do this a little differently.
19 years ago
Anthony LaMantia 3f3402d69e 5240 update
19 years ago
Matthew Fredrickson 3c4dc2033f Update configure and closest kin. *Hopes my branch doesn't break*
19 years ago
Matt O'Gorman 465adf2bf1 allow for packetization on rtp channel drivers, need to add
19 years ago
Kevin P. Fleming 734a3d356e don't need two copies of this
19 years ago
Kevin P. Fleming 7b43316cbc a little cleanup and simplification, and remove ON_FIRST_USE mode since nobody uses it
19 years ago
Jason Parker 31d25ac6f3 u_intXX_t is silly
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
19 years ago
Jason Parker f18cbf77df Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
19 years ago
Joshua Colp bc5924120d Remove old unused functions
19 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.
19 years ago
Russell Bryant 4de3c0e447 Add the ability to specify that a frame should not be considered for caching
19 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!
19 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
19 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
19 years ago
Russell Bryant f7e7161607 Merge team/russell/frame_caching
19 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!
19 years ago
Russell Bryant 3a83fbed5b menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can be
19 years ago
Russell Bryant 1ff5a0988d Merged revisions 40994 via svnmerge from
19 years ago
Olle Johansson 8b3aeaeae6 Fixing a comment
19 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
19 years ago
Kevin P. Fleming 74fb27c15f add a new include file for out-of-tree modules that need to know where things are located
19 years ago
Joshua Colp 432e19f2b7 Sorry, but this does not resemble malloc... so GCC was ignoring the attribute and throwing a warning.
19 years ago
Kevin P. Fleming 26fa229138 restore 'preload' functionality in loader
19 years ago
Kevin P. Fleming 6cd063c74d use new configure-provided wrappers for attributes
19 years ago
Russell Bryant d030102eed - use a common error message in all of the memory allocation macros
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant 5dc72404ab convert lists of constants in channel.h to enums instead of #defines
19 years ago
Matt O'Gorman a95851978b updating configure script and putting comments in the docs
19 years ago
Joshua Colp ecb907e010 Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.
19 years ago
Russell Bryant 9ad9e42c3e add MacroExclusive application, a Macro that only one call can executed at
19 years ago
Russell Bryant fd82d4569c increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)
19 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
19 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\!
19 years ago
Steve Murphy 14c12fed9b The contents of branch teams/murf/bug_7598 are being folded in here.
19 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
19 years ago
Tilghman Lesher a9f8f09c19 Add details about flash and wait to doxygen about DTMF.
19 years ago
Mark Spencer f2a6636210 Allow updates to match specific lines, allow specification of object or
19 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
19 years ago
Russell Bryant 99f9d827c1 the pure attribute was not implemented before gcc 2.96. Since we have this
19 years ago
Russell Bryant 450db95711 add macros for the pure and const attributes to compiler.h, in case they ever
19 years ago
Russell Bryant d6246e579f Add the function attribute "pure" or "const" to various functions that perform
19 years ago
Russell Bryant b04f059b4a As discussed and decided on the asterisk-dev mailing list ...
19 years ago
Kevin P. Fleming 3314ea0d59 move slinfactory structure definition back to header... it's just easier to use this way
19 years ago
Kevin P. Fleming d079b1c49f more slinfactory structure definition to inside implementation module
19 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
19 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
Joshua Colp 457ec51f8d Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
20 years ago
Kevin P. Fleming 4492cbac8d swap the G726-32 format numbers, so that IAX2 connections with prior versions of Asterisk will still work properly
20 years ago
Kevin P. Fleming fd9c9ec28f allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has been requested (Sipura/Grandstream ATAs and others will need this)
20 years ago
Kevin P. Fleming ea1d0c4b33 G726-32 changes:
20 years ago
Joshua Colp 696275bcc1 Fixed. Done. Good. Make ast_join work like it used to.
20 years ago
Joshua Colp 2e58363fed Unbreak ast_join due to whitespace changes
20 years ago
Mark Spencer 4c90cf59b7 Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
20 years ago
Russell Bryant 6e28de8050 fix various pointer signedness issues
20 years ago
Kevin P. Fleming 3be4c8d3eb actually do proper searching for c-client and output the results so app_voicemail can be built against it
20 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
20 years ago
Russell Bryant 7718426316 fix the condition for including the header for osx atomics
20 years ago
Russell Bryant 3ffc032ddc update configure
20 years ago
Russell Bryant 40bae2fba3 add support for atomic operations provided by mac osx
20 years ago
Matt O'Gorman 109737eb1c Updates from transnexus to osplookup, removes res_osp
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
20 years ago
Russell Bryant c8ceb92a4f revert my changes that converted the jb on the channel to be dynamically
20 years ago
Russell Bryant 46018d5032 - dynamically allocate the ast_jb structure that is on the channel structure
20 years ago
Russell Bryant 73ae55698f merge changes from team/murf/AEL-trunk-fixesonly
20 years ago
Kevin P. Fleming 39b9a1c945 Merged revisions 34087 via svnmerge from
20 years ago
Kevin P. Fleming eddf363a0e use atomic operations provided by the compiler if they are available (yay for gcc 4.1 users!)
20 years ago
Joshua Colp c311827dc9 Merged revisions 33724 via svnmerge from
20 years ago
Kevin P. Fleming b12ab2ad1b bootstrap to include latest configure script change
20 years ago
Russell Bryant 40b3ce5c8f suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)
20 years ago
Kevin P. Fleming 8d88bf549d there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
20 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
20 years ago
Olle Johansson 13a98f92fe Move payloadtype back home to rtp.c
20 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
20 years ago
Olle Johansson 9f5aa13142 Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
20 years ago
Jeffrey C. Ollie a0bb17434f Move a couple semicolons to a more traditional location. Was pointed out by Steven <critch@basesys.com> on the -dev list.
20 years ago
Kevin P. Fleming 09778b268e move 'struct ast_rtp' back to rtp.c where it belongs
20 years ago
Russell Bryant 9cdd66dd01 always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
20 years ago
Olle Johansson 1ec5d9ec70 Doxygen updates
20 years ago
Olle Johansson 41a5565f3c Add video.txt to doxygen
20 years ago
Olle Johansson dfaa7fd8cf Doxygen update
20 years ago
Olle Johansson 7a456987b5 Doxygen formatting
20 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
20 years ago
Russell Bryant 124b54ca5f fix the build with astmm enabled
20 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
20 years ago
Russell Bryant 39bcaa0773 add an updated patch that adds dnsmgr support for outgoing iax2 registrations
20 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
20 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
20 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
20 years ago
Russell Bryant 80a153af79 - use stringfields in a bunch of the fields of the zt_pvt structure in chan_zap
20 years ago
Russell Bryant bbc584e3d7 fix some typos in the stringfields documentation
20 years ago
Kevin P. Fleming 427df3f6c3 yet another massive performance and memory savings improvement
20 years ago
Russell Bryant b0260c1039 revert the changes to allow chan_iax2 to use dnsmgr for registrations.
20 years ago
Joshua Colp 2a71835d41 Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm)
20 years ago
Olle Johansson 723e900bf3 Doxygen updates
20 years ago
Olle Johansson 4ab449be1b Move definition of RTP structure to rtp.h (preparing for future changes)
20 years ago
Olle Johansson 2dc6947144 Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)
20 years ago
Russell Bryant 588b54f8c2 fix a typo in the documentation of how to use string fields
20 years ago
Olle Johansson 80f2d432cc Doxygen improvements
20 years ago
BJ Weschke 0e738a77b3 Merged revisions 31738 via svnmerge from
20 years ago
Kevin P. Fleming dfd5fc5605 Merged revisions 31520 via svnmerge from
20 years ago
Matt O'Gorman d591c1b684 changes for base64 to work in multiline instances
20 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
20 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
20 years ago
Russell Bryant 0f912e5926 Fix various problems in the addition of the ability to mute log/verbose
20 years ago
Joshua Colp 9b18892314 Add ability to disable log / verbose output to remote consoles (issue #6524 reported by mavetju)
20 years ago
Joshua Colp 6b185c1bed Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
20 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
20 years ago
Kevin P. Fleming 8d74f0ebe6 restore AST_LIST_HEAD_INIT (with no users in the tree right now)
20 years ago
Mark Spencer fa9e0ed768 Handle ringing (early) state properly on SIP
20 years ago
Kevin P. Fleming f09942bb08 bootstrap updates to include xmpp related stuff
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
20 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
20 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
20 years ago
Tilghman Lesher f0b985853a Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk than for 1.2)
20 years ago
Kevin P. Fleming c3dce57d95 mark RTP sessions that are not carrying DTMF
20 years ago
Matthew Fredrickson 99648dd713 Add option for enabling and disabling echo cancellation
20 years ago
Russell Bryant 51d5b1fdb2 simplify conference user list handling
20 years ago
Luigi Rizzo b91ce5a738 set correct type for lock initializers
20 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
20 years ago
Luigi Rizzo 1f0d723c1e properly initialize non-static locks.
20 years ago
Mark Spencer c696006923 Go ahead and merge STUN mods for RTP in preparation for some STUN
20 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
20 years ago
Mark Spencer 66ed134473 Allow media to go directly between IAX endpoints while signalling still
20 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
20 years ago
Olle Johansson 2b3ae24942 Formatting fix
20 years ago
Mark Spencer f2bc3c61cc Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
20 years ago
Kevin P. Fleming 16f1acc37f use an enum for control frame types
20 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
20 years ago
Kevin P. Fleming fdc225920f remove API function that was added and never used
20 years ago
Russell Bryant c85b4a1674 on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunch
20 years ago
Kevin P. Fleming 401ed356e4 commit the proper configure script
20 years ago
Kevin P. Fleming c0762c064d silly people that don't want to install/run autoconf :-)
20 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
20 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
20 years ago
Russell Bryant a252d79484 remove an XXX comment
20 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
20 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
20 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
20 years ago
Luigi Rizzo d7a2c4547b document that ast_cdr_answer is happy with a NULL argument
20 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
20 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
20 years ago
Kevin P. Fleming eb38f13a2e add a command-line flag and option to force forking, even with -v or -d
20 years ago
Kevin P. Fleming 8e9058679a remove T38_SUPPORT define that is no longer needed
20 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
20 years ago
Russell Bryant c2d851de2b add the missing prototype for the included asprintf
20 years ago
Russell Bryant 046375190a another Solaris compatability fix - this makes sure u_int64_t is defined
20 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
20 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
20 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
20 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
20 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
20 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
20 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
20 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
20 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
20 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
20 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
20 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Luigi Rizzo 33a3a7375a temporarily revert the way mutex are initialized on BSD systems.
20 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
20 years ago
Kevin P. Fleming 371e0316f0 simplify macro usage
20 years ago
Russell Bryant a015d0b36f make sure uint64_t is available on mac
20 years ago
Luigi Rizzo 2876a25505 add 'show threads' and 'show profile' commands.
20 years ago
Luigi Rizzo d20575d2af fix various bugs in the DEBUG_THREADS code including:
20 years ago
Joshua Colp 2f854fabc6 Merged revisions 19303 via svnmerge from
20 years ago
Luigi Rizzo 08d6fd6e17 remove an unused function
20 years ago
Luigi Rizzo e785b81c5d as discussed with kevin, move
20 years ago
Olle Johansson 91d7e66454 Add new documentation files to index file 00README.1st and to doxygen
20 years ago
Joshua Colp 0f1321d423 Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
20 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
20 years ago
Tilghman Lesher 2cd46d59ea Bug 6829 - asprintf for Solaris
20 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
20 years ago
Kevin P. Fleming 628a3e8d1b update module license key text and update loader to accept it
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Kevin P. Fleming 1bba6ec6fc merge rizzo's codec module rework (very similar to the format module rework)
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Luigi Rizzo a60d8196df small cleanups to module.h and loader.c to start playing with
20 years ago
Olle Johansson e4c129c1b6 - Doxygen fixes
20 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
20 years ago
Luigi Rizzo ec67c650ad some fields are const
20 years ago
Mark Spencer f11fb65262 Does nobody know how to write a linked list properly? I mean seriously!
20 years ago
Matt O'Gorman 3112b3b49f list word cant be used with g++ and causes problems
20 years ago
Olle Johansson 1b6d24a09e Add misdn.txt to doxygen docs
20 years ago
Olle Johansson 141d9b693a - Doxygen additions
20 years ago
Mark Spencer 6cfd28423c Unify manager behind a single event queue
20 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
20 years ago
Luigi Rizzo 03ac858251 trailing whitespace/ useless extern removal
20 years ago
Luigi Rizzo 50fd665c09 more trailing whitespace and extern removal
20 years ago
Luigi Rizzo 7b06841395 removal of trailing whitespace and useless 'extern'
20 years ago
Luigi Rizzo 8d14d291ce another batch of whitespace removal
20 years ago
Luigi Rizzo 106b76940f remove useless 'extern' and trailing whitespace.
20 years ago
Olle Johansson adf8c8deda - Change AST_INLINE_AP to AST_INLINE_API for non-386 systems :-)
20 years ago
Luigi Rizzo 7dbeaa4ef0 remove useless 'extern' in function declarations.
20 years ago
Luigi Rizzo a7ec530a64 initial implementation of support for native atomic ops.
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Olle Johansson c6d1bfbb31 Doxygen doc updates
20 years ago
Luigi Rizzo 1de8b16b1e remove AST_MUTEX_DEFINE_EXPORTED, which now has no more clients.
20 years ago
Luigi Rizzo 48864ab877 do not export the tzlock and the list head, and introduce a new method,
20 years ago
Luigi Rizzo 6d2fbc0b90 document why there are so many versions of the mutex functions,
20 years ago
Russell Bryant 03ce34e1aa convert internal timing to be stored as a flag in the ast_options flags
20 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
20 years ago
Olle Johansson 2c4ebe356e Issue #6450 - Don't remove characters from SIP uri's when not needed
20 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
20 years ago
Olle Johansson 9e9db42562 Doxygen updates
20 years ago
Russell Bryant 9b436eecb7 fix the provided unsetenv for solaris to return an int like it's supposed to
20 years ago
Luigi Rizzo 705ccb2218 Introduce an utility macro to set base, offset and
20 years ago
Luigi Rizzo 68ab41ebfe Add two widely used constants
20 years ago
Kevin P. Fleming c379ae8896 Merged revisions 15896 via svnmerge from
20 years ago
Olle Johansson 7058495f97 Doxygen fixes
20 years ago
Luigi Rizzo e5c455e15a bring in the code that was discussed on Mantis #6068,
20 years ago
Kevin P. Fleming 4bf8e92c1d make 'show hints' CLI command show context name for each hint
20 years ago
Luigi Rizzo 2326d0d499 Bring in the new loader code as described in mantis #4377
20 years ago
Luigi Rizzo 606c7dcb93 remove the long since unused STANDARD_LOCAL_USERS macro
20 years ago
Kevin P. Fleming 278b8e8fc7 improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications)
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Kevin P. Fleming b0ac62573a revert loader changes that have clearly not undergone adequate testing before commit
20 years ago
Tilghman Lesher bdd24455b4 Bug 4377 - Round 2 of the loader updates
20 years ago
Luigi Rizzo b3ad3a7556 as discussed on the -dev list, introduce a macro to simplify the
20 years ago
BJ Weschke d09b5ff20b Doxygen typo fix.
20 years ago
Kevin P. Fleming 322f53d8b8 don't treat timeouts as errors in ast_cond_timedwait
20 years ago
Luigi Rizzo dde76c531c Replace ast_say_* functionn with function pointers, so that modules
20 years ago
Luigi Rizzo 6be9f52948 Fix a compile problem on FreeBSD for a missing header.
20 years ago
Joshua Colp 6cda4c3b8b Merged revisions 14234 via svnmerge from
20 years ago
Russell Bryant cfea89a29a update LOCAL_USER_ADD to use ast_calloc
20 years ago
Russell Bryant 4c82ac2e7a fix the return value for the provided unsetenv() for Solaris
20 years ago
Olle Johansson 2654b12320 - Doxygen fixes.
20 years ago
Russell Bryant 45651441ec When astmm is in use, define ast_malloc and friends to malloc, etc., so that
20 years ago
Russell Bryant 92f7c2d82d - remove some unnecessary extern keywords
20 years ago
Russell Bryant 0838e30076 move the definition of the mappings between extension states and their text
20 years ago
Russell Bryant 4279bf18f8 clarify which global options are enabled by default
20 years ago
Russell Bryant 4e6af293f9 add an option to cdr.conf that enables ending CDRs before executing
20 years ago
Olle Johansson f01ad20393 Doxygen fixes (we renamed a lot of README's recently)
20 years ago
Olle Johansson 0cbc59563f Doxygen reformatting
20 years ago
Tilghman Lesher bb92e0ec1f Bug 5702 - Realtime patch for meetme
20 years ago
Tilghman Lesher c6f691fbcc Merged revisions 11503 via svnmerge from
20 years ago
Tilghman Lesher 83f3233f5f Merged revisions 11165 via svnmerge from
20 years ago
Olle Johansson acfc219733 Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
20 years ago
Olle Johansson dd5222fd30 Update to trunk
20 years ago
Tilghman Lesher 53936916ec Bug 6417 - Allow retrieval of raw CDR values
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Matt O'Gorman cff3864fa5 bug in the linkedlists macros where the prev node
20 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
20 years ago
Russell Bryant df05e39e84 fix up some doxygen formatted comments
20 years ago
Tilghman Lesher e8877446f6 Bug 6515 - extra semicolon
20 years ago
Russell Bryant 118b277ab1 add StopMixMonitor application (issue #6122, with mods)
20 years ago
Tilghman Lesher 6f8cdb5c03 Define the initial values separate from the STATIC definitions
20 years ago
Russell Bryant 5f3af13a97 now that there are no modules that define their own version of
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Tilghman Lesher f1209276fd Bug 4377 - Initial round of loader changes
20 years ago
Kevin P. Fleming ff7a90829d more list macro conversion (issue #6361, plus documentation for new macro)
20 years ago
Russell Bryant 2f2530b8e6 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
20 years ago
Russell Bryant c93149c635 fix a little typo
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 8232b40884 eliminate warning on older versions of gcc
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Mark Spencer 4a80fe5022 Add capability to retrieve list of channel types
20 years ago
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Russell Bryant 5384e654f7 remove windows-style line endings
20 years ago
Tilghman Lesher 34bcd0e0b6 Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Russell Bryant fa5b5aa099 add a note to hopefully decrease the chance that someone forgets to increment
20 years ago
Mark Spencer 37815b2cce Merge Rizzo's waitfor update (bug #4584)
20 years ago
Kevin P. Fleming d8908a3f52 add channel-driver callbacks for variable length DTMF
20 years ago
Kevin P. Fleming cde6058aef make ast_read() able to handle channel read()/exception() methods that return a chain of frames
20 years ago
Kevin P. Fleming 4467ab62c8 string field manager improvements:
20 years ago
Russell Bryant a7b05ea51c convert ast_channel list to use linked list macros (issue #6338)
20 years ago
Olle Johansson 9434a05dc1 - Report SIP reload in manager (issue 5742 with small changes)
20 years ago
Russell Bryant 7df4257dbb eliminate some compiler warnings
20 years ago
Russell Bryant 9fd2746442 don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca
20 years ago
Russell Bryant 5d2cd87f41 remove optimization where its benefits are negligible
20 years ago
Russell Bryant 1946020208 - move ast_strdupa from channel.h to utils.h
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Matt O'Gorman c814734307 allows for use of the originate function from
20 years ago
Matt O'Gorman 8dc9457bb7 cli.h cleanup and additional documentation
20 years ago
Olle Johansson d791033430 Doxygen update
20 years ago
Matthew Fredrickson c4d3efb519 Small documentation update for new AST_FRAME_MODEM type
20 years ago
Matt O'Gorman 06f2040e6f added feature for pausing and unpausing the
20 years ago
Russell Bryant 55c8fc92a9 Various cleanups from comments in an email from Luigi Rizzo. Thank you!
20 years ago
Matt O'Gorman 3928ebd74f Made chan_agent code parsing more robust and
20 years ago
Matthew Fredrickson 1437a7255d More changes to make t.38 support work
20 years ago
Matthew Fredrickson 0f5e4e476a Changes to add udptl to asterisk (preliminary merging of the t.38 patch)
20 years ago
Matt O'Gorman 37b04c33cb As we no longer have chan_modem this file is not used
20 years ago
Russell Bryant 60174631fc add doxygen documentation and fix various issues with ast_dtmf_stream
20 years ago
Russell Bryant 752e3c8938 - add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but without the lock!
20 years ago
Russell Bryant e0d4fcfb55 lock list of translators *before* recalculating translation matrix.
20 years ago
Russell Bryant c3323723ed remove stray header
20 years ago
Russell Bryant 15fb0b2061 Add wrappers for commonly used memory allocation functions. These wrappers
20 years ago
Tilghman Lesher 935c80d5e6 Bug 5961 - new RAND() function
20 years ago
Matt O'Gorman 82a74beed4 Commiting bugfix 5310. added functions to astobj
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Tilghman Lesher 33323ac720 Bug 6164 - Allow ast_skip_blanks on const strings without spewing warning
20 years ago
Tilghman Lesher d4ee9cb1a3 Bug 6162 - Constify manager_event arguments
20 years ago
Matthew Fredrickson 4401b7e67f Changes to allow receiving japanese callerid (Bug #5928)
20 years ago
Kevin P. Fleming 1fe5108763 ensure that string field 'build' operation only evaluates arguments one time
20 years ago
Tilghman Lesher f6bd113f02 Merged revisions 7827 via svnmerge from
20 years ago
Olle Johansson a312561ff8 Doxygen updates
20 years ago
Kevin P. Fleming 80fa9689b7 add memory-pool based string field management for structures
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Kevin P. Fleming cdf0303465 Merged revisions 7740 via svnmerge from
20 years ago
Olle Johansson 715a220850 Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update doxygen docs
20 years ago
Olle Johansson cc252f60d5 Bug #6118: Clean up list handling in image.c (drumkilla)
20 years ago
Russell Bryant 1946d7ae92 fix a couple of doxygen errors
20 years ago
Russell Bryant d41c5918b2 - fix some doxygen errors
20 years ago
Tilghman Lesher cdab512c9f Bug 5183 - Inline stack backtraces
20 years ago
Russell Bryant 85efb20313 minor cleanups ...
20 years ago
Russell Bryant 0da13c21b4 - move the string join() function to utils.c since it is used in both cli.c and res_agi.c
20 years ago
Mark Spencer 0d32a85be1 Major RTP fixes for using inbound SDP on outbound connection, get rid of
20 years ago
Mark Spencer d6b8ce3921 Major peformance improvements to meetme
20 years ago
Tilghman Lesher 6350e25aa7 Merged revisions 7508 via svnmerge from
20 years ago
Tilghman Lesher 23ccbfc122 Typo
20 years ago
Tilghman Lesher d9a99af589 Bug 5965 - major bug in AST_LIST_REMOVE
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Josh Roberson fb418aa2e0 issue #5826
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 7e939cb273 issue #5669
20 years ago
Kevin P. Fleming b3ffb91539 issue #5668, modified to compile on non-Cygwin platforms :-)
20 years ago
Russell Bryant 14d426098e issue #5709
20 years ago
Kevin P. Fleming 0aa9429c96 issue #5658, different fix
20 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming 2251dd3723 issue #5570
20 years ago
Kevin P. Fleming eb24670aff header cleanup
20 years ago
Russell Bryant 869ae80f16 fix application options that take arguments
20 years ago
Kevin P. Fleming 8f7c94ab0f whitespace cleanup, don't include unnecessary header
20 years ago
Kevin P. Fleming 81bda951d2 issue #5599
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Mark Spencer ddf63421f6 Fix extra semicolon (bug #5617)
20 years ago
Kevin P. Fleming 8f8fc4e57e old compiler compatibility (again...)
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 150ff6393b add some doxygen docs
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming 8839ff95df add new GCC-specific macro and force inlining of certain functions where speed is paramount, even when optimization is disabled
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming 236ce8f796 document locking rules for spy API functions
20 years ago
Kevin P. Fleming e86e9a9fe3 allow netsock objects to be unref'd so they can disappear when needed (issue #5454)
20 years ago
Kevin P. Fleming a40e852ed3 don't pass short arguments by value, it will cause compiler warnings on most platforms about implicit conversions (thanks Luigi!)
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Kevin P. Fleming 15ac76178a do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Kevin P. Fleming 97c9900b59 add API call to properly sum two frames of SLINEAR data
20 years ago
Kevin P. Fleming 8dad624c68 ensure that SLINEAR volume adjustments don't wrap around short integer maximums
20 years ago
Kevin P. Fleming 69194e2bc2 fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization
20 years ago
Kevin P. Fleming a0cb07e467 add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
20 years ago
Kevin P. Fleming ce6b727c2c add macros for explicit module usecount increment/decrement
20 years ago
Kevin P. Fleming 79c0865338 add 'tail' pointer to list heads, so that common 'insert-to-tail' operations can run more quickly
20 years ago
Kevin P. Fleming 0d34142f7e add API function to perform volume adjustment on a frame of SLINEAR data
20 years ago
Kevin P. Fleming d47e839c32 add some macros to simplify application argument parsing
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer 0b36348b12 Allow limitation by loadavg not just calls (should be BSD friendly)...
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 7e890dd49c Handle device state changes properly when formatting characters are present (bug #5450, new patch)
20 years ago
Mark Spencer d499a85f05 Use FILE * instead of fd for files to support buffering
20 years ago