summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30change default setting for autofallthroughKevin P. Fleming
2006-08-30fix a bug introduced when I merged my frame caching branch. Queue theRussell Bryant
2006-08-30Clarify what show translations is displaying a bit more (issue #7772 reported...Joshua Colp
2006-08-30Print what read-only variable is being set so that the user doesn't have to g...Joshua Colp
2006-08-30Only feed a DTMF frame into the core if we need toJoshua Colp
2006-08-30Only switch the second alert fd (which is RTCP) to callback mode if it is in useJoshua Colp
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-30If the RTP stack is already being operated in callback mode, then suspend it ...Joshua Colp
2006-08-30This is the last round of RTP bridge optimizations. Basically it introduces a...Joshua Colp
2006-08-29Move the direct bridge write to after the NAT handling codeJoshua Colp
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...Steve Murphy
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-26ensure that unload_dynamic_module won't continue dereferencing a module point...Kevin P. Fleming
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...Kevin P. Fleming
2006-08-26more optimizations for embedded systems:Kevin P. Fleming
2006-08-25Identify what the columns mean in the output of "show profile"Russell Bryant
2006-08-25Off by one error in buffer length (issue 7379)Tilghman Lesher
2006-08-25instead of reverting this supposedly 'stupid' change, let's try to get it wor...Kevin P. Fleming
2006-08-24Merged revisions 40994 via svnmerge from Russell Bryant
2006-08-24Revert stupid RTLD_NOLOAD change that breaks module loading on some systems.Matthew Fredrickson
2006-08-23Free the filename so we don't have a memory leak. (reported by PCadach in #as...Joshua Colp
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...Kevin P. Fleming
2006-08-22generate a message when a module cannot be found and loadable modules are dis...Kevin P. Fleming
2006-08-22make platforms that use mutexes in stdio.h happyKevin P. Fleming
2006-08-22minor improvementsKevin P. Fleming
2006-08-22when loadable modules are disabled, if someone tries to load a module that do...Kevin P. Fleming
2006-08-22Solaris didn't like this.Jason Parker
2006-08-22a couple Solaris tweaks, to help build properly.Jason Parker
2006-08-21restore 'preload' functionality in loaderKevin P. Fleming
2006-08-21use a customized configure macro to tell the script that uCLinux does not hav...Kevin P. Fleming
2006-08-21don't initialize global variables list twiceKevin P. Fleming
2006-08-21restore printing of module name during loadingKevin P. Fleming
2006-08-21- simplify and improve astmm by using thread storage instead of a dynamicRussell Bryant
2006-08-21- use the atomic operations for incrementing the unique intRussell Bryant
2006-08-21various cleanups, including ...Russell Bryant
2006-08-21use a safer process for checking if a module wants to export symbols into the...Kevin P. Fleming
2006-08-21don't declare these variables unless neededKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming