aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-15Merged revisions 89298 via svnmerge from tilghman1-0/+12
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+3
2007-11-08improve linked-list macros in two ways:kpfleming1-27/+18
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-4/+4
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_calloctilghman1-4/+4
2007-10-30Merged revisions 87686 via svnmerge from russell1-38/+96
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-25/+25
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-25/+25
2007-10-19More changes to NEW_CLI.qwell1-343/+546
2007-10-15Switch dundi to new tos config format.qwell1-3/+0
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-2/+2
2007-09-21Merged revisions 83432 via svnmerge from russell1-43/+43
2007-09-19Merged revisions 83175 via svnmerge from russell1-2/+13
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-12/+12
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-1/+1
2007-09-12After some discussions, we decided that the return values here were a bit messy.qwell1-3/+3
2007-09-10Change the IAXPeers command to have manager-style output, instead of CLI-styl...tilghman1-18/+22
2007-09-04Merged revisions 81448 via svnmerge from russell1-12/+12
2007-09-04Merged revisions 81439 via svnmerge from file1-15/+18
2007-09-03Merged revisions 81433 via svnmerge from russell1-6/+2
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-2/+2
2007-08-29Changed one too many variable settings in issue #9315 (closes issue #10592)tilghman1-24/+2
2007-08-28Merged revisions 81291 via svnmerge from russell1-1/+1
2007-08-26Merged revisions 80932 via svnmerge from russell1-1/+0
2007-08-25Merged revisions 80895 via svnmerge from russell1-28/+45
2007-08-24Merged revisions 80849 via svnmerge from russell1-2/+2
2007-08-23Merged revisions 80499 via svnmerge from russell1-3/+5
2007-08-22allow peers and users to go into a hash tablerussell1-4/+2
2007-08-22Unsubscribe from MWI events in the peer destructorrussell1-0/+3
2007-08-22Merged revisions 80362 via svnmerge from russell1-358/+429
2007-08-20(closes issue #10495)file1-1/+1
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...tilghman1-28/+36
2007-08-17Make use of ast_sched_replace() in some places in chan_iax2russell1-41/+28
2007-08-16Merged revisions 79756 via svnmerge from russell1-12/+164
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+15
2007-08-16added counter for iax2 show registry CLI output, closes issue 10461, thanks j...dhubbard1-0/+3
2007-08-14Merged revisions 79470 via svnmerge from russell1-1/+4
2007-08-14Merged revisions 79436 via svnmerge from russell1-3/+15
2007-08-13Merged revisions 79301 via svnmerge from russell1-5/+17
2007-08-13Merged revisions 79276 via svnmerge from russell1-6/+13
2007-08-13Merged revisions 79274 via svnmerge from russell1-6/+22
2007-08-13Merged revisions 79272 via svnmerge from russell1-2/+27
2007-08-13Merged revisions 79214 via svnmerge from russell1-2/+16
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredrussell1-2/+15
2007-08-08Correct spelling. s/threaads/threads/file1-1/+1
2007-08-06Merged revisions 78242 via svnmerge from russell1-7/+24
2007-08-03Merged revisions 78063 via svnmerge from russell1-10/+11