aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Merge code associated with AST-2009-006dvossel1-1/+9
2009-05-15Update to previous IAX2 "Ghost" Channels patch.dvossel1-4/+4
2009-05-14IAX2 "Ghost" Channelsdvossel1-0/+53
2008-07-31In case we have some processing threads that free more frames than they alloc...russell1-8/+19
2007-07-17Merged revisions 75444 via svnmerge from russell1-7/+14
2007-06-13Add TXMEDIA to list so that it is properly displayed during iax2 packet output.file1-1/+2
2007-03-20Copy len variable as well, should fix remaining IAX2 DTMF issues.file1-0/+1
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming1-2/+6
2007-01-04if we're going to decrement the frame count when we free a frame, we should i...kpfleming1-0/+2
2007-01-04only do IAX2 frame caching for voice and video frameskpfleming1-2/+3
2007-01-04don't define this type either if LOW_MEMORY is enabledkpfleming1-1/+1
2007-01-04don't do frame caching in LOW_MEMORY modekpfleming1-1/+14
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming1-1/+1
2006-08-31there is no need for __iax_frame_free ...russell1-10/+1
2006-08-31there is no need to use iax_frame_free here, as it will actually just end uprussell1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+6
2006-08-29Merge team/russell/frame_cachingrussell1-12/+70
2006-07-31make the counting of ingress, outgress, and total frames thread-saferussell1-6/+8
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-7/+3
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster1-1/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-02-01use string fields for some stuff in ast_channelkpfleming1-3/+3
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5693kpfleming1-5/+4
2005-10-31revert strncpy->ast_copy_string changes where the semantics are subtly differentkpfleming1-2/+2
2005-10-27strncpy to ast_copy_stringrussell1-5/+5
2005-10-26more doxygenification (issue #5513)russell1-2/+2
2005-09-21iax2 parser cleanupsmarkster1-9/+9
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.russell1-20/+20
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...kpfleming1-4/+4
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)kpfleming1-20/+21
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)markster1-1/+16
2005-06-13Various IAX2 fixesmarkster1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+5
2005-05-25various code cleanups (bug #4353)russell1-1/+1
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formrussell1-11/+28
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-3/+3
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-1/+8
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-43/+28
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-1/+1
2005-02-28Fix queue URL passing (bug #3543)markster1-2/+4
2005-02-12Add support for receiver reports (bug #3236, with mods)markster1-0/+54
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)markster1-0/+23
2004-12-29Minor IAX2 fixes, add incomplete-but-very-basically-functional IAX2 encryptionmarkster1-2/+16
2004-12-26Merge Tilghman's cause codes patch (bug #3032)markster1-0/+8