aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingtilghman1-3/+1
2008-06-16Merged revisions 123113 via svnmerge from tilghman1-0/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-3/+3
2008-05-07Let chan_h323 build in dev moderussell1-2/+2
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-3/+3
2008-04-14Merged revisions 114120 via svnmerge from qwell1-1/+1
2008-04-09Enable enough RTP bridging to allow P2P to work.file1-5/+4
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-1/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+4
2008-02-20Try to do Packet2Packet bridging with chan_h323 if reinviting isn't enabled.file1-2/+2
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-14/+5
2008-01-23Progress messages don't worktilghman1-0/+2
2007-12-27Merged revisions 94924 via svnmerge from file1-0/+1
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-5/+15
2007-12-13Merged revisions 92696 via svnmerge from qwell1-50/+50
2007-11-24remove a DEBUG_THREADS message that accesses private lock fields.rizzo1-3/+6
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...file1-2/+2
2007-11-06Commit some cleanups to the format type code.tilghman1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-19More changes to NEW_CLI.qwell1-150/+115
2007-10-15Switch dundi to new tos config format.qwell1-5/+0
2007-09-21Merged revisions 83432 via svnmerge from russell1-2/+2
2007-08-20Fix building of trunk. I'm doing work on a Sunday night just to avoid watchin...file1-0/+4
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...tilghman1-3/+6
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+11
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-9/+9
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-16/+13
2007-07-18Merged revisions 75619 via svnmerge from file1-0/+4
2007-06-25Merged revisions 71576 via svnmerge from file1-0/+5
2007-06-14Convert uses of strdup() to ast_strdup()russell1-6/+6
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-50/+48
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+2
2007-06-03ast_calloc janitor (Inspired by issue 9860)tilghman1-28/+27
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-6/+1
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-17/+10
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2007-03-12Change URL to OpenH323 (thanks, Tzafrir!)oej1-1/+1
2007-02-24Doxygen additions, correctionsoej1-70/+71
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+1
2007-02-18Update chan_h323 to new set_rtp_peer definition.file1-1/+1
2007-02-10Merged revisions 53881 via svnmerge from pcadach1-4/+18
2007-02-01Oops -- Merged revisions 53057 via svnmerge from pcadach1-1/+1
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+2
2007-01-23Merged revisions 51615 via svnmerge from pcadach1-3/+9