aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-13Merged revisions 69184 via svnmerge from file1-1/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-04-20Merge changes from team/russell/iax2_osprussell1-0/+11
2007-03-20Merged revisions 59076 via svnmerge from file1-0/+1
2007-01-16IAX2 remote variables - Bug 7619tilghman1-1/+33
2007-01-04Merged revisions 49536 via svnmerge from kpfleming1-2/+6
2007-01-04Merged revisions 49523 via svnmerge from kpfleming1-0/+2
2007-01-04Merged revisions 49465 via svnmerge from kpfleming1-2/+3
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from kpfleming1-1/+1
2007-01-04Merged revisions 49458 via svnmerge from mogorman1-1/+14
2006-12-27Merged revisions 48987 via svnmerge from kpfleming1-1/+1
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-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
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-20/+36