summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
AgeCommit message (Expand)Author
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
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