summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2006-09-08Merged revisions 42452 via svnmerge from Joshua Colp
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsJoshua Colp
2006-09-07Merged revisions 42260 via svnmerge from Joshua Colp
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.Steve Murphy
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...Kevin P. Fleming
2006-09-04Remove old unused functionsJoshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03Add the ability to specify that a frame should not be considered for cachingRussell Bryant
2006-09-03when calling this function to append to a dynamic string and the buffer was notRussell Bryant
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...BJ Weschke
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...BJ Weschke
2006-09-03Tweak the if statement a bitJoshua Colp
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was aRussell Bryant
2006-09-01Unbridge the RTP streams at the correct placeJoshua Colp
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...Joshua Colp
2006-09-01You see nothing...Joshua Colp
2006-09-01Another formatting update for PCadach.Steve Murphy
2006-09-010 is indeed considered a valid file descriptor (issue #7861 reported by PCadach)Joshua Colp
2006-09-01Merged revisions 41690 via svnmerge from Joshua Colp
2006-09-01PCadach wanted better formatting of those 'if' conditions for 7859.Steve Murphy
2006-09-01This small tweek will hopefully fix 7859, and silence all possible othersSteve Murphy
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.Joshua Colp
2006-08-31Ignore DTMF begin frames in the waitstream core so that we don't get duplicat...Joshua Colp
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...Joshua Colp
2006-08-31Add new frame types for DTMFJoshua Colp
2006-08-31Only write a received packet out if we are actually bridged to somethingJoshua Colp
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