aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-10Several manager changes:tilghman1-3/+3
2008-01-03Merged revisions 96394 via svnmerge from russell1-2/+2
2007-12-26Fix a bug in peer handling that caused multiple instances of a peer to end uprussell1-1/+2
2007-12-20Merged revisions 94256 via svnmerge from russell1-1/+1
2007-12-19Merged revisions 93949 via svnmerge from tilghman1-1/+1
2007-12-18Merged revisions 93668 via svnmerge from tilghman1-7/+64
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-17Merged revisions 93182 via svnmerge from oej1-0/+1
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-4/+4
2007-12-12Revert an "optimization" that I added in revision 89887, as the user who repo...russell1-87/+68
2007-11-30Merged revisions 90348 via svnmerge from russell1-6/+6
2007-11-27Merge changes from team/russell/iax2_frame_queuerussell1-68/+87
2007-11-27More additions from the "moremanager" branch, this time for IAX2.oej1-9/+58
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...murf1-1/+6
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-21fix a small gramatical error in a commentrussell1-1/+1
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
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