aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Small Cisco's RTP DTMF updatepcadach1-12/+5
2006-09-23Correct behavior on Cisco's DTMFpcadach1-6/+63
2006-09-22Merged revisions 43492 via svnmerge from qwell1-0/+2
2006-09-22Merged revisions 43486 via svnmerge from kpfleming1-6/+6
2006-09-22Merged revisions 43477 via svnmerge from russell1-1/+1
2006-09-21And some deprecated APIs and modifications to documentationtilghman1-58/+4
2006-09-21Merged revisions 43450 via svnmerge from kpfleming1-1/+2
2006-09-21Remove deprecated CLI apps from the coretilghman15-1079/+52
2006-09-21Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, remove...tilghman2-67/+29
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...file2-35/+46
2006-09-21Merged revisions 43405 via svnmerge from kpfleming1-1/+1
2006-09-20Merged revisions 43383 via svnmerge from russell1-2/+2
2006-09-20Fix the memory summary so that it doesn't print the first file in the list overrussell1-2/+2
2006-09-20fix some breakage from the CLI command changesrussell1-2/+2
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman5-10/+11
2006-09-20don't let symbols from included static libraries (like codec/ilbc) pollute th...kpfleming1-1/+1
2006-09-20Totally break a P2P bridge upon going on hold, and re-establish it upon going...file1-2/+18
2006-09-20Expand codec check so that raw formats must be equal for a Packet2Packet brid...file1-7/+13
2006-09-19Commit the changes from issue #5240.qwell1-2/+195
2006-09-19move this header to include where it belongskpfleming1-162/+0
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell2-370/+196
2006-09-195240 updateanthonyl2-196/+370
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-1/+8
2006-09-19similar patch for verbose vs debug with minor changesmogorman3-11/+12
2006-09-19Warning be gone!file1-10/+5
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman2-110/+167
2006-09-18Only use alloca.h on OSes that have it.qwell1-1/+4
2006-09-18always use fork() when availablekpfleming1-3/+3
2006-09-18merge qwell's CLI verbification workkpfleming18-367/+1550
2006-09-18it appears that current Mac OS/X does not need the poll compatibility module ...kpfleming1-5/+1
2006-09-16merge markster's usersconf branch with some slight changeskpfleming4-5/+38
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell3-262/+265
2006-09-15reveting modifaction to __ast_module_user_removeanthonyl1-20/+9
2006-09-13Tweak changes that went in on revision 42891file1-4/+4
2006-09-13small fix for 7944anthonyl1-0/+11
2006-09-09Merged revisions 42600 via svnmerge from file1-1/+1
2006-09-09Optimize a bitfile1-7/+3
2006-09-09It's another round of RTP updates!file1-27/+38
2006-09-08Merged revisions 42452 via svnmerge from file1-0/+23
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsfile1-1/+1
2006-09-07Merged revisions 42260 via svnmerge from file1-3/+4
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.murf1-70/+76
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...kpfleming1-1/+1
2006-09-04Remove old unused functionsfile1-85/+0
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-39/+70
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-2/+2
2006-09-03when calling this function to append to a dynamic string and the buffer was notrussell1-0/+3
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...bweschke1-2/+4
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...bweschke1-1/+1
2006-09-03Tweak the if statement a bitfile1-9/+7