summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
AgeCommit message (Expand)Author
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-01-28Informational message, not an error.Tilghman Lesher
2009-11-09Don't try to convert a 64-bit integer, where only a 32-bit integer is stored.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-03Merge code associated with AST-2009-006David Vossel
2009-06-01Tell the IAX2 parser about more control frame types.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-15Merged revisions 194557,194685 via svnmerge from David Vossel
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.Joshua Colp
2008-09-13Repair IAXVAR implementation so that it works again (regression?)Tilghman Lesher
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-01Merge changes from team/bbryant/keyrotationRussell Bryant
2008-07-31fix the potential use of an uninitialized variableRussell Bryant
2008-07-31Optimize frame cache by realloc'ing the smallest frame when the cache is full.Tilghman Lesher
2008-07-31Merged revisions 134814 via svnmerge from Russell Bryant
2008-07-03Fix one more file that got changed.Brett Bryant
2008-07-03Update these files with transfer code.Brett Bryant
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-06Initialize iax_frames variable to NULL, keeps valgrind happy.Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17Merged revisions 75445 via svnmerge from Russell Bryant
2007-06-13Merged revisions 69184 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-20Merge changes from team/russell/iax2_ospRussell Bryant
2007-03-20Merged revisions 59076 via svnmerge from Joshua Colp
2007-01-16IAX2 remote variables - Bug 7619Tilghman Lesher
2007-01-04Merged revisions 49536 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49523 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49465 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49458 via svnmerge from Matt O'Gorman
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
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