aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell1-2/+10
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2004-11-19Add sampling rate handlingmarkster1-0/+36
2004-10-24Pass format stringcitats1-1/+1
2004-10-02Add iax2 parsing for TNS/TON/PRESmarkster1-2/+31
2004-09-09Minor formatting fixup (bug #2397)markster1-1/+1
2004-07-31Fix information elementsmarkster1-2/+2
2004-07-07Add IAX provisioning support to Asteriskmarkster1-4/+108
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-2/+2
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-2/+5
2004-06-13x86-64 compile fixes and cleanupsmarkster1-59/+59
2004-05-25Handle debugging of unknown IE's properlymarkster1-1/+1
2004-05-25Enable understanding of service identifier and provisioning versionmarkster1-1/+9
2004-04-22Oops that wasn't quite right. Partially revert changes until real data is col...markster1-1/+2
2004-04-22Make trunking and timestamps palce nicelymarkster1-0/+1
2004-03-18Fix parsermarkster1-1/+1
2004-03-18Fix timestamp to always be unsignedmarkster1-2/+2
2004-02-24Add IAX2 firmware upgrade supportmarkster1-1/+37
2003-10-22Fix compile warnings (bug #389)markster1-2/+2
2003-10-21FreeBSD patch, take 2markster1-2/+2
2003-10-16Revert the previous patch since it's braking compilationmartinp1-2/+2
2003-10-16Sane FreeBSD patchmarkster1-2/+2
2003-10-01Update IAX2 parser for sending caller infomarkster1-0/+8