113 Commits (11)

Author SHA1 Message Date
Walter Doekes 822abf9e9b Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10 11 years ago
Richard Mudgett a4db8b381a chan_iax2: Add missing control frame names to debug frame decode output. (Part 2) 12 years ago
Richard Mudgett 5f7e74ba56 chan_iax2: Add missing control frame names to debug frame decode output. 12 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002 13 years ago
Richard Mudgett 8de31699d8 Made use IAX frame cache only for cacheable frame types. 13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings 13 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields 14 years ago
Tilghman Lesher 397ec33284 Informational message, not an error. 15 years ago
Tilghman Lesher 182ac0c503 Don't try to convert a 64-bit integer, where only a 32-bit integer is stored. 16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits. 16 years ago
David Vossel d09f9fd00a Merge code associated with AST-2009-006 16 years ago
Russell Bryant a13d62aa49 Tell the IAX2 parser about more control frame types. 16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it) 16 years ago
David Vossel d9ac4bfc6f Merged revisions 194557,194685 via svnmerge from 16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals) 17 years ago
Joshua Colp 135bb29ba6 Finish conversion to using ARRAY_LEN and remove it as a janitor project. 17 years ago
Tilghman Lesher 8fbee1307c Repair IAXVAR implementation so that it works again (regression?) 17 years ago
Sean Bright db1ed285c4 More RSW merges. This should do it for the channels/ dir. 17 years ago
Russell Bryant 58291bcec9 Merge changes from team/bbryant/keyrotation 17 years ago
Russell Bryant 6d5979ff7e fix the potential use of an uninitialized variable 17 years ago
Tilghman Lesher b89ecf2407 Optimize frame cache by realloc'ing the smallest frame when the cache is full. 17 years ago
Russell Bryant 8adc6fb4ea Merged revisions 134814 via svnmerge from 17 years ago
Brett Bryant 10f0255389 Fix one more file that got changed. 17 years ago
Brett Bryant 10fdf344ed Update these files with transfer code. 17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause 17 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect 18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways: 18 years ago
Russell Bryant d78463be1e Corydon posted this janitor project to the bug tracker and mvanbaak provided 18 years ago
Joshua Colp 5af36757cd Initialize iax_frames variable to NULL, keeps valgrind happy. 18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 18 years ago
Russell Bryant b5ff588044 Merged revisions 75445 via svnmerge from 18 years ago
Joshua Colp d127d4b7e3 Merged revisions 69184 via svnmerge from 18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
Russell Bryant b94378b5e6 Merge changes from team/russell/iax2_osp 18 years ago
Joshua Colp 2874a4317d Merged revisions 59076 via svnmerge from 18 years ago
Tilghman Lesher 3d91c0a0c0 IAX2 remote variables - Bug 7619 19 years ago
Kevin P. Fleming c5c17a1434 Merged revisions 49536 via svnmerge from 19 years ago
Kevin P. Fleming 7f2e9cd62c Merged revisions 49523 via svnmerge from 19 years ago
Kevin P. Fleming d6d713c84f Merged revisions 49465 via svnmerge from 19 years ago
Kevin P. Fleming ec2ae45651 Merged revisions 49457,49460-49461 via svnmerge from 19 years ago
Matt O'Gorman c6b43cf285 Merged revisions 49458 via svnmerge from 19 years ago
Kevin P. Fleming d68c7c8ce6 Merged revisions 48987 via svnmerge from 19 years ago
Russell Bryant bd53e7ee4c Extend the thread storage API such that a custom initialization function can 19 years ago
Russell Bryant 7dfc749551 there is no need for __iax_frame_free ... 19 years ago
Russell Bryant 0c6932eeb4 there is no need to use iax_frame_free here, as it will actually just end up 19 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it! 19 years ago
Russell Bryant f7e7161607 Merge team/russell/frame_caching 19 years ago
Russell Bryant 93682ec72e make the counting of ingress, outgress, and total frames thread-safe 19 years ago