aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-21/+21
2008-08-01Merge changes from team/bbryant/keyrotationrussell1-1/+11
2008-07-31fix the potential use of an uninitialized variablerussell1-1/+1
2008-07-31Optimize frame cache by realloc'ing the smallest frame when the cache is full.tilghman1-2/+19
2008-07-31Merged revisions 134814 via svnmerge from russell1-7/+18
2008-07-03Fix one more file that got changed.bbryant1-5/+1
2008-07-03Update these files with transfer code.bbryant1-1/+5
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-3/+3
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-1/+1
2007-09-06Initialize iax_frames variable to NULL, keeps valgrind happy.file1-2/+2
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-2/+2
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-2/+2
2007-07-17Merged revisions 75445 via svnmerge from russell1-7/+14
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