aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-03Merged revisions 273830 via svnmerge from tilghman1-1/+1
2010-03-30Merged revisions 255410 via svnmerge from russell1-1/+1
2010-03-17Revert API change in release branchestwilson1-1/+1
2010-03-13Merged revisions 252089 via svnmerge from twilson1-1/+5
2010-03-02Merged revisions 249893 via svnmerge from dvossel1-1/+2
2009-10-09Fix interpretation of PRIREDIRECTIONREASON set by chan_sip.jpeeler1-1/+2
2009-04-29Merged revisions 191219 via svnmerge from tilghman1-0/+2
2009-04-22Merged revisions 189993 via svnmerge from jpeeler1-4/+21
2009-03-17Merged revisions 182722 via svnmerge from jpeeler1-5/+27
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming1-9/+0
2009-01-23let's use SENTINEL where neededmvanbaak1-5/+5
2008-11-04Recorded merge of revisions 154263 via svnmerge from tilghman1-3/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+1
2008-10-30Merged revisions 152958 via svnmerge from tilghman1-3/+4
2008-10-09fix some CLI commands we borked during devcon2008mvanbaak1-0/+3
2008-09-28Merge the cli_cleanup branch.mvanbaak1-8/+8
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-3/+18
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