aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-07-22Fixes for AST-2008-010 and AST-2008-011tilghman1-1/+28
2008-06-03Copy the From header into a variable so that pedantic SIP handling does not t...file1-5/+6
2008-05-30- Instead of only enforcing destination call number checking on an ACK, checkrussell1-11/+53
2008-05-29Merge changes from team/russell/iax2-another-fix-to-the-fixrussell1-7/+8
2008-05-08Fix a race condition that bbryant just found while doing some IAX2 testing.russell1-1/+33
2008-05-07Remove remnants of dlinkedlists. I didn't actually use them in the final ver...russell1-3/+0
2008-05-05Merge changes from team/russell/iax2_find_callno_1.2russell1-134/+255
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-17/+34
2008-03-20Fix some very broken code that was introduced in 1.2.26 as a part of the secu...russell2-14/+9
2008-03-18Do not return with a successful authentication if the From header ends up empty.qwell1-2/+0
2007-12-23Fix for fix for security fix (third time's the charm?)tilghman1-25/+24
2007-12-20Fix another potential seg fault ...russell1-2/+2
2007-12-20Fix a couple of places where it's possible to dereference a NULL pointer.russell1-2/+2
2007-12-18Oops, missed this one casetilghman1-1/+1
2007-12-18Fixing AST-2007-027 (Closes issue #11119)tilghman2-10/+95
2007-08-07Revert patch committed for issue #9660. It broke E&M trunks.russell1-9/+3
2007-07-25this fixes bug 10293, where the error message because defaultzone or loadzone...murf1-1/+1
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+14
2007-07-23(closes issue #5866)file1-2/+2
2007-07-23(closes issue #10236)file1-0/+5
2007-07-21Backport a fix for a memory leak that was fixed in trunk in reivision 76221russell1-0/+1
2007-07-20(closes issue #10247)file1-0/+3
2007-07-19When processing full frames, take sequence number wraparound into account whenrussell1-1/+3
2007-07-18When traversing the queue of frames for possible retransmission afterrussell1-1/+1
2007-07-17Properly check for the length in the skinny packet to prevent an invalid memcpy.russell1-1/+1
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell3-4/+17
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-13(closes issue #9660)russell1-3/+12
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-07-11The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.mmichelson1-0/+2
2007-07-11Use some Makefile magic to determine if linux/compiler.h is present. (issue #...file2-0/+7
2007-07-10Fix an issue with wrapuptime not working when using AgentLogin.qwell1-4/+6
2007-07-09Several chan_zap options were not working on reload because they were arbitra...qwell1-8/+8
2007-07-06If a sip_pvt struct has already registered an extension state callback,russell1-1/+4
2007-07-06(closes issue #10125)russell1-2/+6
2007-07-06Fixed a bug wherein agents get stuck busy. (issue 9618, reported by jiddings,...mmichelson1-1/+1
2007-07-05we shouldn't allow G.723.1 endpoints to use VAD, just like we don't support i...kpfleming1-0/+3
2007-07-05Copy language information to the dialog structure when calling a peer for sit...file1-0/+2
2007-07-05Actually check to make sure a PBX was started on one of the Local channels in...file1-3/+3
2007-07-04bchannel configurations like echocancel and volume control, need to be setupe...crichter1-0/+20
2007-07-04bad bug in overlapdial case, we called start_pbx multiple times, because the ...crichter1-1/+6
2007-07-03fixed issue, that misdn_l2l1_check could only be called from mISDN Source cha...crichter1-5/+0
2007-06-29Backport changes that make chan_iax2 not start the PBX on an incoming channelrussell1-8/+34
2007-06-29check if the bchannel stack id is already used, if so don't use it a second t...crichter2-1/+17
2007-06-27simplified generation for dummy bchannels, also we mark them as dummies, so t...crichter4-33/+45
2007-06-27simplified channel finding and locking a lot. removed unnecessary #ifdefed ar...crichter2-91/+67
2007-06-27isdn_lib.c didn't compilecrichter1-2/+0
2007-06-27for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLED...crichter1-45/+4
2007-06-25Ignore other URIs after the first in a 300 Multiple Choice response. (issue #...file1-1/+3
2007-06-21we activate the bchannels in TE mode on incoming calls only when we want to c...crichter2-1/+2