aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-15Update to latest IANA specoej1-2/+4
2006-12-15Use a wakeup variable so that we don't wait on IO indefinitely if packets nee...file1-3/+6
2006-12-10Merged revisions 48371 via svnmerge from murf1-2/+9
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-32/+34
2006-12-06Issue #8258 - fix handling of 487 being retransmitted to Asteriskoej1-7/+15
2006-12-06Don't send Contact on MESSAGEoej1-2/+3
2006-12-05Merging the invitestate-1.4 branch after successful testing.oej1-21/+75
2006-12-02- Removing one of two pieces of code to handle 481 response on INVITEoej1-15/+15
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej1-21/+32
2006-12-01- Backport of the "limitonpeers" patch from trunk, to fix a lot of issues wit...oej1-12/+15
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-4/+5
2006-11-30Issue 8319 - change noncecount before using it.oej1-1/+2
2006-11-30Merged revisions 48157 via svnmerge from file1-1/+1
2006-11-30Clean up bad dialogs properly. Caused by GS 487 adapter without CSEQ on separ...oej1-1/+1
2006-11-28Merged revisions 48087 via svnmerge from file1-5/+0
2006-11-27Change logging messageoej1-1/+2
2006-11-25Not having a HINT is not an ERROR. In 1.4 and future releases, you can disableoej1-1/+1
2006-11-24Merged revisions 47968 via svnmerge from crichter3-54/+53
2006-11-23Don't allocate unused variable.oej1-4/+1
2006-11-21Apparently Exosip sends a 101 after a 100 provisional response. Let's not tre...oej1-2/+5
2006-11-20Make sure we destroy scheduled items and not use them ever again after destru...oej1-2/+9
2006-11-18fix bug 7450 - Parsing fails if From header contains angle brackets rizzo1-5/+6
2006-11-16Compare technology using the pointers instead of a straight comparison based ...file1-3/+3
2006-11-16Make the HOLD notification optional, in order to avoid a lot of extra databas...oej1-2/+9
2006-11-16Merged revisions 47750 via svnmerge from file1-0/+27