aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-22Merge security fix from 1.4 branchtilghman1-2/+29
2008-06-03Fix another place where peer->callno could change at a very bad time, and alsorussell1-9/+11
2008-06-03Save the callno when we're poking, because our peer structure could changetilghman1-4/+7
2008-06-02Revert a change made for issue #12479. This change caused a regression such ...russell1-4/+1
2008-06-02Even of the first PING or LAGRQ doesn't get sent because it comes up too soon,russell1-6/+4
2008-06-02Change a debug message to an actual debug messagerussell1-1/+2
2008-05-30Merged revisions 119237 via svnmerge from russell1-7/+37
2008-05-29Merged revisions 119008 via svnmerge from russell1-8/+10
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-24/+8
2008-05-28merge revision 118702 from trunk to 1.4 -- Fixes a bug in chan_iax that uses ...bbryant1-1/+5
2008-05-19Avoid access of uninitialized memory. This caused a bunch of crashes for merussell1-1/+1
2008-05-08Remove debug output.russell1-4/+1
2008-05-08Merged revisions 115564 via svnmerge from russell1-0/+18
2008-05-07Merged revisions 115511 via svnmerge from russell1-3/+0
2008-04-30Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4russell1-123/+248
2008-04-30use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that th...kpfleming1-18/+27
2008-04-25Use consistent logic for checking to see if a call number has been chosen yet.russell1-5/+5
2008-04-24Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blowrussell1-2/+2
2008-04-23Fix find_callno_locked() to actually return the callno locked in some more ca...russell1-2/+4
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-22/+38
2008-04-22If the dial string passed to the call channel callback does not indicate anrussell1-2/+6
2008-04-11Several places in the code called find_callno() (which releases the lock on t...twilson1-12/+29
2008-04-09If we receive an AUTHREQ from the remote server and we are unable to reply (f...file1-0/+4
2008-04-09Initialize fr->cacheable to make valgrind happytwilson1-0/+1
2008-03-26Make sure that full video frames are sent whenever the 15 bit timestamp rolls...file1-3/+27
2008-03-24Turn a NOTICE into a DEBUG message.russell1-4/+4
2008-03-20Merged revisions 110335 via svnmerge from russell1-8/+6
2008-03-05Fix a potential deadlock and a few different potential crashes.russell1-11/+28
2008-02-15Fix a crash in chan_iax2 due to a race conditionrussell1-4/+7
2008-02-08Yield the thread and return -1 if the ioctl fails for Zaptel timing device.mmichelson1-3/+5
2008-02-08Make sure the presence of dbsecret is factored into user scoring.file1-1/+1
2008-02-01Add some more sanity checking on IAX2 dial strings for the case that no peerrussell1-7/+19
2008-01-31Solaris compat fixes for struct in_addr funkiness.qwell1-2/+4
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-54/+23
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-7/+18
2008-01-16Add missing NULLs at end of two ast_load_realtimes.file1-2/+2
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-1/+1
2008-01-03Don't crash if the iax2 pvt structure has been destroyed before we get to thi...russell1-2/+2
2007-12-20Merged revisions 94255 via svnmerge from russell1-1/+1
2007-12-19Make the 1.4 builders happy, ensure var is NULL.file1-1/+1
2007-12-19Avoid segfault in chan_iax when peer isn't definedtilghman1-1/+1
2007-12-18Merged revisions 93667 via svnmerge from tilghman1-6/+63
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+1
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell1-21/+29
2007-12-03Only log debug messages if debug is enabled.qwell1-33/+54
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-6/+6
2007-11-15Yet another memory corruption issue.tilghman1-0/+12
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell1-1/+1
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-4/+4
2007-10-30Merge the changes from team/russell/iax2_poke_fix and iax2-poke-fix-trunkrussell1-34/+79