aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18Revert erroneous commit.russell1-85/+0
2007-10-18Add support for setting the maximum trunk size for IAX2 trunkingrussell1-0/+85
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-40/+40
2007-09-19When handling a reload of chan_iax2, don't use an ao2_callback() to POKE allrussell1-1/+12
2007-09-17revert a change that wasn't supposed to be committed... doh!kpfleming1-1/+1
2007-09-17fix a couple of places where a logical member name (if specified) was not use...kpfleming1-1/+1
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-11/+11
2007-09-04(closes issue #10632)file1-16/+20
2007-09-03Remove a couple of calls to ast_string_field_free_pools() on peers in errorrussell1-6/+2
2007-08-28Change the message about receiving a mini-frame before the first full voicerussell1-1/+2
2007-08-26Remove an extra signal_condition() for the scheduler thread.russell1-1/+0