aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-09fixes regression caused by randomized call numbers.dvossel1-2/+2
2009-11-10don't crash on log message in solarisdvossel1-1/+1
2009-09-10IAX2 encryption regressiondvossel1-4/+26
2009-09-03Merge code associated with AST-2009-006dvossel1-117/+1231
2009-08-10AST-2009-005tilghman1-5/+5
2009-07-14Ensure apathetic replies are sent out on the proper socket.russell1-3/+5
2009-06-04Additional updates to AST-2009-001dvossel1-3/+19
2009-05-15IAX2 REGAUTH loopdvossel1-12/+18
2009-01-23Updates to AST-2009-001tilghman1-3/+6
2009-01-151.2 regression on security fix AST-2009-001tilghman1-13/+11
2009-01-06Security fix AST-2009-001.tilghman1-16/+28
2008-12-10Fix for AST-2008-012tilghman1-2/+2
2008-11-25Regression fix for last security fix. Set the iseqno correctly.tilghman1-2/+2
2008-07-24This part was not correctly patched for AST-2008-010.tilghman1-2/+2
2008-07-22Fixes for AST-2008-010 and AST-2008-011tilghman1-1/+28
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...russell1-6/+6
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)tilghman1-7/+65
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+14
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-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell1-2/+5
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-06-29Backport changes that make chan_iax2 not start the PBX on an incoming channelrussell1-8/+34
2007-05-23if we are going to set variables on a newly created channel, it should be don...kpfleming1-3/+5
2007-05-10Fix an issue with trying to kill a thread before it gets created.qwell1-1/+2
2007-05-02Issue 9638 - if a text frame is sent with no terminating NULL through a bridgedtilghman1-0/+7
2007-04-26Revert previous fix for when the IAX2 channel goes funky (that's the technica...file1-2/+6
2007-04-25If the callerid= option is specified, but empty, clear any previous data.russell1-0/+8
2007-04-25Ensure that callerid settings are reset on a reload.russell1-6/+16
2007-03-29Backport the change to chan_iax2 to return NULL instead of a "null frame"russell1-3/+2
2007-03-27Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0russell1-3/+42
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-02-23Don't destroy mutexes before unregistering all of the entry points from the c...russell1-4/+9
2007-02-07Fix a few potential memory leaks with realtime users and peers. (issue #8999 ...file1-11/+12
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-1/+5
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-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...kpfleming1-2/+12
2006-12-24Check for the proper return value on an error in a call to mmap().russell1-1/+1