summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-08-08* added possibility to change echocancel settings during callsChristian Richter
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-08-07Many many code cleanup changes given to me by OejMatt O'Gorman
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....Steve Murphy
2006-08-07Fix accidental removal of if() in commit 38905Olle Johansson
2006-08-07Issue #7651 - always send subscription-state (AuPix)Olle Johansson
2006-08-07changed naming of mISDN channels, so that hinting works properChristian Richter
2006-08-07Merged revisions 39081 via svnmerge from Russell Bryant
2006-08-07minor cleanupsRussell Bryant
2006-08-05Merged revisions 38950 via svnmerge from Russell Bryant
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-08-05It is better to hold a lock then not hold a lock when you are supposed to.Joshua Colp
2006-08-04Minor optimization but use a linkedlists.h macro that pops the head off the l...Joshua Colp
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...Joshua Colp
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)Christian Richter
2006-08-02Merged revisions 38731 via svnmerge from Kevin P. Fleming
2006-08-02dtmf support. not everything else, trying to clear out those other bugsMatt O'Gorman
2006-07-31Merged revisions 38611 via svnmerge from Kevin P. Fleming
2006-07-31make the counting of ingress, outgress, and total frames thread-safeRussell Bryant
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everRussell Bryant
2006-07-28Add the function attribute "pure" or "const" to various functions that performRussell Bryant
2006-07-28Merged revisions 38420 via svnmerge from Joshua Colp
2006-07-27Merged revisions 38328 via svnmerge from Russell Bryant
2006-07-27Merged revisions 38288 via svnmerge from Russell Bryant
2006-07-26Merged revisions 38234 via svnmerge from Joshua Colp
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to theRussell Bryant
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...Joshua Colp
2006-07-24move middle-of-the-block declaration at the top.Luigi Rizzo
2006-07-24fix uninitialized variableLuigi Rizzo
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...Joshua Colp
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingRussell Bryant
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...BJ Weschke
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-20Only bitmaskify the RTP payload structure for video if an RTP structure exist...Joshua Colp
2006-07-19Fix a few doxygen warnings.North Antara
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-19Merged revisions 37949 via svnmerge from Kevin P. Fleming
2006-07-19revert this morning's incorrect indentation changeKevin P. Fleming
2006-07-19First pass at in-place file manipulation via managerMark Spencer
2006-07-18move variable declarations to the beginning of a block.Luigi Rizzo
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...Kevin P. Fleming
2006-07-14There was an issue with ADSI and iax2, where on an iaxy with a normal phone c...North Antara
2006-07-14add missing unregistration of a manager action on module unloadRussell Bryant
2006-07-14Rename a couple variables, to be consistent with the rest of the functionsNorth Antara
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientsKevin P. Fleming
2006-07-13Merged revisions 37531 via svnmerge from Kevin P. Fleming
2006-07-13added even more statefulness for sending out disconnect/release/release_compl...Christian Richter
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...Kevin P. Fleming
2006-07-12G726-32 changes:Kevin P. Fleming