aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-3/+3
2010-03-30Merged revisions 255409 via svnmerge from russell1-1/+1
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-1/+5
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2009-12-01More 32->64 bit codec conversions.tilghman1-2/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-28/+31
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-6/+6
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-1/+1
2009-04-29Make H.323 compile with FDLEAK detection code enabledtilghman1-0/+2
2009-04-22Make chan_h323 respect packetization settings and fix small reload issue.jpeeler1-4/+21
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-2/+2
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-6/+6
2009-04-02Merge in the RTP engine API.file1-56/+49
2009-03-17Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler1-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