aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-08-31everything that loads a config that needs a config file to runmogorman35-358/+403
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.file1-1/+4
2006-08-31fix for bugid: 0007830anthonyl1-0/+4
2006-08-31there is no need to use iax_frame_free here, as it will actually just end uprussell1-1/+1
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-31Use GLOBAL() in dialplan examplesoej2-15/+20
2006-08-31oops.russell1-1/+1
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, sorussell1-6/+6
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf7-418/+1256
2006-08-31Force a rebuild since we mucked with enough stuff to justify itfile1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file29-359/+738
2006-08-31Update configure script to check for Zaptel VLDTMF support since this will no...file3-47/+47
2006-08-30change default setting for autofallthroughkpfleming3-4/+9
2006-08-30Why check bridgepeer twice?oej1-2/+0
2006-08-30update docsoej1-1/+1
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notoej1-2/+2
2006-08-30Note to myself: Remember Russell's note: Always compile first...oej1-1/+0
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...oej2-0/+8
2006-08-30add a note about behavior of the "clid" field in the CDRrussell1-0/+10
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...oej1-0/+3
2006-08-30Blocked revisions 41411 via svnmergerussell0-0/+0
2006-08-30Merged revisions 41390 via svnmerge from file0-0/+0
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-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)oej1-2/+2
2006-08-30Fix transcoding performance issuemarkster1-17/+38
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...file3-10/+20
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-29make menuselect configure process be silent when possiblekpfleming2-4/+6
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...murf1-0/+3
2006-08-29Kevins last commit made me spot a typo.qwell1-1/+1
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming3-11/+41
2006-08-29Limit challenges to 9 digits in lengthfile1-2/+6
2006-08-29Merge team/russell/frame_cachingrussell16-313/+345
2006-08-29suppress compiler warningqwell1-1/+2
2006-08-29update to reflect recent rtp changesrussell1-7/+11
2006-08-29suppress compiler warningrussell1-1/+2
2006-08-29Merged revisions 41269 via svnmerge from russell1-18/+13
2006-08-29Committed a fix for 7731, suggested by mnehauser.murf1-1/+1
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensmurf1-4/+16
2006-08-28blocking version 41240 from erasing stuff about complement and matching ops f...murf0-0/+0
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file5-239/+444