summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
AgeCommit message (Expand)Author
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-08-31there is no need for __iax_frame_free ...Russell Bryant
2006-08-31there is no need to use iax_frame_free here, as it will actually just end upRussell Bryant
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-07-31make the counting of ingress, outgress, and total frames thread-safeRussell Bryant
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5693Kevin P. Fleming
2005-10-31revert strncpy->ast_copy_string changes where the semantics are subtly differentKevin P. Fleming
2005-10-27strncpy to ast_copy_stringRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-21iax2 parser cleanupsMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.Russell Bryant
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)Kevin P. Fleming
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)Mark Spencer
2005-06-13Various IAX2 fixesMark Spencer
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-25various code cleanups (bug #4353)Russell Bryant
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)Mark Spencer
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-02-12Add support for receiver reports (bug #3236, with mods)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)Mark Spencer
2004-12-29Minor IAX2 fixes, add incomplete-but-very-basically-functional IAX2 encryptionMark Spencer
2004-12-26Merge Tilghman's cause codes patch (bug #3032)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-19Add sampling rate handlingMark Spencer
2004-10-24Pass format stringJames Golovich
2004-10-02Add iax2 parsing for TNS/TON/PRESMark Spencer
2004-09-09Minor formatting fixup (bug #2397)Mark Spencer
2004-07-31Fix information elementsMark Spencer
2004-07-07Add IAX provisioning support to AsteriskMark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-05-25Handle debugging of unknown IE's properlyMark Spencer
2004-05-25Enable understanding of service identifier and provisioning versionMark Spencer