aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-02-01Copy noncodeccapability over to the joint variable so that telephone-event wi...file1-0/+1
2007-02-01Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported b...file1-6/+6
2007-02-01- Make sure we release call from call counter before we destroy call (maybe #...oej1-3/+10
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell6-9/+23
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ...crichter2-43/+27
2007-01-30Fix the extraction of the timestamp from video frames. It was using therussell1-2/+2
2007-01-27Make the last context entry read in the dominant one. (issue #8918 reported b...file1-4/+2
2007-01-24fixed the busy problem (dialstatus was not busy when we called a busy extension)crichter1-0/+4
2007-01-22Explicitly declare what codecs are supported by default globally since using ...file1-1/+1
2007-01-18issue 7877: chan_zap module reload does not use default/initialized values on...dhubbard1-388/+533
2007-01-18support echo cancellers that can handle 64ms or 128ms of echo cancellationkpfleming1-1/+1
2007-01-17Move the check for a failure of ast_channel_alloc() to before locking therussell1-1/+1
2007-01-16Add none as a valid callgroup/pickupgroup option. I consider it a bug that it...file1-2/+8
2007-01-11Issue #8793 bad response for Unsupported Extension (different fix).oej1-0/+2
2007-01-11when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as ...crichter1-1/+6
2007-01-11* more additions to make the RESTART message workcrichter3-14/+26
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter6-35/+87
2007-01-08make gcc 4 happy, remove some warningscrichter3-56/+49
2007-01-08Ensure we use the default refresh value of 60 if the remote server does not s...file1-1/+1
2007-01-05ensure that threads which are supposed to be detached (because we aren't goin...kpfleming3-5/+20
2007-01-03* Added check for bridging in misdn_call to avoid setting echocancellationcrichter2-20/+16
2007-01-02added check for channel ranges in the set/empty channel functions. set pmp_l1...crichter4-6/+49
2006-12-27Issue 8596: Set CAN_BYE flag for 100 trying toooej1-0/+1
2006-12-24Check for the proper return value on an error in a call to mmap().russell1-1/+1
2006-12-24Remove a couple of misplaced dots in log messages. This was reported byrussell1-2/+2
2006-12-19when we reject a channel, because it's in use already, we shouldn't process t...crichter1-56/+38
2006-12-18when our PTP Partner sends us a SETUP with a preselected channel we just acce...crichter2-15/+28
2006-12-15Issue #8592 - handle 504 as 503 - congestionoej1-0/+3
2006-12-14removed FIXUP state. added check for channel allocation conflict when we crea...crichter2-8/+23
2006-12-10This version applies the patch suggested by stevens in bug 7836 (make inbound...murf1-6/+5
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-2/+11
2006-12-06added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcat...crichter2-0/+14
2006-12-06Issue #8528 - make sure we don't delete the dialog too quickly after receivingoej1-6/+15
2006-12-06changed a few debugs to higher debug levelscrichter1-4/+8
2006-12-06Don't add Contact header on BYE, CANCEL, MESSAGE requestsoej1-1/+2
2006-12-05Only set the ALREADYGONE flag once in handle_response()oej1-2/+1
2006-11-30Issue 8319 - noriyuki - nonce-count updated *after* useoej1-1/+2
2006-11-30Only print out debug message if bridged channel is not NULL. (issue #8412 rep...file1-1/+1
2006-11-30Do proper test and don't leave dialogs hanging...oej1-1/+1
2006-11-28According to the research I have done we never needed to include compiler.h i...file1-5/+0
2006-11-24Change some logging levels. Not having hints is not an ERROR, but still shoul...oej1-2/+2
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter3-53/+53
2006-11-23Remove unused variable (rizzo)oej1-4/+2
2006-11-20Free history items at the end of use of the temporary SIP pvt structure. (iss...file1-0/+6
2006-11-20Just to be safe, disable all the scheduled items after deleting a scheduler e...oej1-2/+9
2006-11-16Because of the way chan_local is written we should be extra careful and make ...file1-0/+21
2006-11-16Don't fixup if we haven't got PVT. Suggestion from Martin Vit on -dev mailing...oej1-0/+5
2006-11-15Make sure that the pvt structure exists before trying to do fixup on Local ch...file1-0/+4
2006-11-15CANCEL requests are never authenticated (according to RFC 3261)oej1-2/+2
2006-11-15Send error message if we fail to allocate sip socket, possibly caused by too fewoej1-0/+13