aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-08-08* first bits of decoding facility information elementsnadi11-389/+709
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-8/+10
2006-08-08Add support for Sigma Designs cards. These basically allow you to offload dia...file1-4/+17
2006-08-08* added possibility to change echocancel settings during callscrichter5-189/+246
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell2-20/+2
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-77/+74
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....murf1-154/+199
2006-08-07Fix accidental removal of if() in commit 38905oej1-1/+2
2006-08-07Issue #7651 - always send subscription-state (AuPix)oej1-2/+1
2006-08-07changed naming of mISDN channels, so that hinting works propercrichter3-8/+24
2006-08-07Merged revisions 39081 via svnmerge from russell1-10/+10
2006-08-07minor cleanupsrussell1-14/+7
2006-08-05Merged revisions 38950 via svnmerge from russell1-1/+1
2006-08-05Merged revisions 38903-38904 via svnmerge from russell8-29/+70
2006-08-05It is better to hold a lock then not hold a lock when you are supposed to.file1-2/+2
2006-08-04Minor optimization but use a linkedlists.h macro that pops the head off the l...file1-5/+2
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...file1-3/+7
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter9-210/+495
2006-08-02Merged revisions 38731 via svnmerge from kpfleming1-9/+12
2006-08-02dtmf support. not everything else, trying to clear out those other bugsmogorman1-9/+102
2006-07-31Merged revisions 38611 via svnmerge from kpfleming1-10/+30
2006-07-31make the counting of ingress, outgress, and total frames thread-saferussell1-6/+8
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everrussell1-7/+8
2006-07-28Add the function attribute "pure" or "const" to various functions that performrussell1-7/+7
2006-07-28Merged revisions 38420 via svnmerge from file1-4/+5
2006-07-27Merged revisions 38328 via svnmerge from russell1-1/+10
2006-07-27Merged revisions 38288 via svnmerge from russell1-1/+10
2006-07-26Merged revisions 38234 via svnmerge from file1-1/+1
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to therussell1-1/+7
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...file1-9/+4
2006-07-24move middle-of-the-block declaration at the top.rizzo1-1/+1
2006-07-24fix uninitialized variablerizzo1-1/+2
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...file1-2/+3
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingrussell3-28/+9
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...bweschke1-3/+2
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell7-322/+226
2006-07-20Only bitmaskify the RTP payload structure for video if an RTP structure exist...file1-1/+2
2006-07-19Fix a few doxygen warnings.north1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming13-329/+414
2006-07-19Merged revisions 37949 via svnmerge from kpfleming1-1/+3
2006-07-19revert this morning's incorrect indentation changekpfleming1-1/+1
2006-07-19First pass at in-place file manipulation via managermarkster1-1/+1
2006-07-18move variable declarations to the beginning of a block.rizzo1-4/+4
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-5/+6
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-2/+2
2006-07-14There was an issue with ADSI and iax2, where on an iaxy with a normal phone c...north1-1/+21
2006-07-14add missing unregistration of a manager action on module unloadrussell1-0/+1
2006-07-14Rename a couple variables, to be consistent with the rest of the functionsnorth1-108/+124
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientskpfleming1-5/+12
2006-07-13Merged revisions 37531 via svnmerge from kpfleming1-1/+3