aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-03-02fixed typocrichter1-1/+1
2007-03-02If a SIP message comes in and goes to a method handler that requires addition...file1-0/+6
2007-03-01Don't even attempt to optimize things when a proxy channel is involved. It wi...file1-1/+1
2007-02-28Fix a few more issues with the agent logoff CLI command. (issue #9123 reporte...file1-1/+10
2007-02-28fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304crichter2-7/+8
2007-02-23Don't destroy mutexes before unregistering all of the entry points from the c...russell1-4/+9
2007-02-22Always defer Agent logoff if any channels are up until they hang up. (issue #...file1-6/+4
2007-02-22Only change the original or clone channel if it's the channel behind the prox...file1-1/+1
2007-02-22If we receive a frame that is not in any of the negotiated formats, then droprussell1-0/+5
2007-02-20Defer clearing callback information if channels are up until they are hung up...file1-2/+10
2007-02-18Issue #9020 - SIP message retransmission time too short.oej1-1/+3
2007-02-17Allow chan_sip to handle attended transfers from a SIP phone that is sitting ...file1-1/+1
2007-02-16Do not send indications through ast_indicate in chan_agent but instead go dir...file1-1/+1
2007-02-14git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@54438 f38db490-d6...oej1-1/+1
2007-02-14When handling glare on a PRI, move the requested channel rather than hang up ...mattf1-7/+13
2007-02-13Make sure that outbound calls are applied to the peer.oej1-2/+1
2007-02-07Fix a few potential memory leaks with realtime users and peers. (issue #8999 ...file1-11/+12
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