aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-03-20modified a loglevelcrichter1-1/+1
2007-03-20avoid sending a disconnect when we already received one.crichter1-0/+9
2007-03-13fixed the crypt_keys stuffcrichter1-7/+13
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter5-37/+74
2007-03-13Issue #9229 - No port in request URI on register to non default SIP ports (ne...oej1-4/+11
2007-03-09If we are unable to lookup the host in a c line we have to abort, otherwise t...file1-0/+2
2007-03-09we can free channel 31 as well, since we can occupy itcrichter1-1/+1
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-03-06Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: r...murf1-2/+15
2007-03-06Change error message to proper messageoej1-1/+1
2007-03-06 Cleanup the Makefile so that we only attempt to include a file when we're bu...bweschke1-1/+3
2007-03-05subdirs like misdn and h323 should be cleaned by the clean target from channe...crichter1-0/+3
2007-03-04fixed another place where the out_cause was hardcoded to 16crichter2-2/+2
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