aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-09-18Only use alloca.h on OSes that have it.qwell1-1/+4
2006-09-18always use fork() when availablekpfleming1-3/+3
2006-09-18merge qwell's CLI verbification workkpfleming18-367/+1550
2006-09-18it appears that current Mac OS/X does not need the poll compatibility module ...kpfleming1-5/+1
2006-09-16merge markster's usersconf branch with some slight changeskpfleming4-5/+38
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell3-262/+265
2006-09-15reveting modifaction to __ast_module_user_removeanthonyl1-20/+9
2006-09-13Tweak changes that went in on revision 42891file1-4/+4
2006-09-13small fix for 7944anthonyl1-0/+11
2006-09-09Merged revisions 42600 via svnmerge from file1-1/+1
2006-09-09Optimize a bitfile1-7/+3
2006-09-09It's another round of RTP updates!file1-27/+38
2006-09-08Merged revisions 42452 via svnmerge from file1-0/+23
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsfile1-1/+1
2006-09-07Merged revisions 42260 via svnmerge from file1-3/+4
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.murf1-70/+76
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...kpfleming1-1/+1
2006-09-04Remove old unused functionsfile1-85/+0
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-39/+70
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-2/+2
2006-09-03when calling this function to append to a dynamic string and the buffer was notrussell1-0/+3
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...bweschke1-2/+4
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...bweschke1-1/+1
2006-09-03Tweak the if statement a bitfile1-9/+7
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was arussell1-2/+5
2006-09-01Unbridge the RTP streams at the correct placefile1-8/+9
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...file1-1/+7
2006-09-01You see nothing...file1-1/+1
2006-09-01Another formatting update for PCadach.murf1-3/+1
2006-09-010 is indeed considered a valid file descriptor (issue #7861 reported by PCadach)file1-1/+1
2006-09-01Merged revisions 41690 via svnmerge from file1-0/+2
2006-09-01PCadach wanted better formatting of those 'if' conditions for 7859.murf1-1/+3
2006-09-01This small tweek will hopefully fix 7859, and silence all possible othersmurf1-2/+3
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.file1-1/+4
2006-08-31Ignore DTMF begin frames in the waitstream core so that we don't get duplicat...file1-1/+0
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...file1-0/+1
2006-08-31Add new frame types for DTMFfile1-2/+7
2006-08-31Only write a received packet out if we are actually bridged to somethingfile1-4/+6
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file5-173/+310
2006-08-30change default setting for autofallthroughkpfleming1-1/+1
2006-08-30fix a bug introduced when I merged my frame caching branch. Queue therussell1-1/+1
2006-08-30Clarify what show translations is displaying a bit more (issue #7772 reported...file1-1/+1
2006-08-30Print what read-only variable is being set so that the user doesn't have to g...file1-1/+1
2006-08-30Only feed a DTMF frame into the core if we need tofile1-1/+1
2006-08-30Only switch the second alert fd (which is RTCP) to callback mode if it is in usefile1-1/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-4/+9
2006-08-30If the RTP stack is already being operated in callback mode, then suspend it ...file1-1/+13
2006-08-30This is the last round of RTP bridge optimizations. Basically it introduces a...file1-36/+174
2006-08-29Move the direct bridge write to after the NAT handling codefile1-5/+9
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...murf1-0/+3