aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-01-11Remove check for channel state as it can definitely be something other then r...file1-26/+19
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-1/+3
2007-01-10Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 ...file1-2/+3
2007-01-09- handle re-invites properly in sip_hangup()oej1-4/+14
2007-01-08Issue #8677 - Handle failure of T.38 re-inviteoej1-1/+31
2007-01-08Issue #8524, support multiple via header values (tardieu)oej1-11/+22
2007-01-08We only need one forward declarationoej1-1/+0
2007-01-08Issue 8735: Terminate state when extension is unavailable for subscriptionoej1-1/+1
2007-01-08Merged revisions 49889 via svnmerge from file1-1/+1
2007-01-07Second condition was a subset of the first, so hold was never decremented, th...tilghman1-1/+1
2007-01-05Make codec_zap and chan_zap also depend on zaptel.qwell1-0/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming4-80/+82
2007-01-05Merged revisions 49635 via svnmerge from kpfleming3-12/+19
2007-01-05revert the dynamic_list insertion change... that was not the right thing to dokpfleming1-1/+0
2007-01-04create the IAX2 processing threads as background threads so they will use sma...kpfleming1-8/+5
2007-01-04It's possible for the iax2 pvt to disappear, so if it has... don't bother loo...file1-7/+9
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming1-2/+6
2007-01-04if we're going to decrement the frame count when we free a frame, we should i...kpfleming1-0/+2
2007-01-04only do IAX2 frame caching for voice and video frameskpfleming3-13/+16
2007-01-04don't define this type either if LOW_MEMORY is enabledkpfleming1-1/+1
2007-01-04don't do frame caching in LOW_MEMORY modekpfleming1-1/+14
2007-01-03Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from crichter6-84/+142
2007-01-03Check pvt structure presence before passing to send_command. This gets rid of...file1-2/+8
2007-01-02Small cleanup of add_t38sdp - it's always enabled at that point in the codeoej1-3/+1
2007-01-02remove comment that is unrelated to this functionkpfleming1-1/+1
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ...kpfleming1-1/+1
2007-01-01remove incomplete implementation of dnsmgr. Let's fix this in trunk.oej1-4/+0
2006-12-30Use asprintf to build the channel names instead of custom function. I believe...file1-3/+3
2006-12-30Initialize the packet queue in load_module instead of just declaring the list...file1-3/+5
2006-12-27Only include acl.h and lock.h onceoej1-2/+0
2006-12-27Only set rfc2833compensate flag once (handle_common_options)oej1-4/+0
2006-12-27- Remove checking for T38 options twice. Keeping them in handle_common_optionsoej1-30/+0
2006-12-27make the option actually match the documentationkpfleming1-1/+1
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming1-1/+1
2006-12-27Be a bit more politically correctoej1-6/+6
2006-12-27Issue #8575 - Buggy cisco MWI support.oej1-3/+13
2006-12-27- Make sure handle_common_options return 1 when we found a common optionoej1-2/+14
2006-12-27Issue 8599 (rizzo) Change invitestate before re-sending invite with auth.oej1-0/+2
2006-12-27Fix bogus content-length in t38 sdp. (rizzo, #8600)oej1-1/+2
2006-12-26Add an API call that initializes an RTP structure. We need this because chan_...file1-0/+2
2006-12-24Fix a typo in an error message that indicated that the MGCP channel type couldrussell1-1/+1
2006-12-24Merged revisions 48943 via svnmerge from russell1-1/+1
2006-12-24Merged revisions 48939 via svnmerge from russell1-2/+2
2006-12-22Note to self: Run make before committing...qwell1-1/+1
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7
2006-12-19suppress compiler warnings in this module until it can be improvedkpfleming1-2/+4
2006-12-18Put thread into proper list if we abort handling due to an error, and also ho...file1-15/+24
2006-12-15Hold call structure lock in places where a qualify or peer action can destroy...file1-2/+12
2006-12-15Lock network retransmission queue in all places that it is used.file1-0/+8
2006-12-15Issue #8592 - treat 504 as 503 (imported from 1.2)oej1-0/+2