summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2008-05-07Let chan_h323 build in dev modeRussell Bryant
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-14Merged revisions 114120 via svnmerge from Jason Parker
2008-04-09Enable enough RTP bridging to allow P2P to work.Joshua Colp
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-02-20Try to do Packet2Packet bridging with chan_h323 if reinviting isn't enabled.Joshua Colp
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-23Progress messages don't workTilghman Lesher
2007-12-27Merged revisions 94924 via svnmerge from Joshua Colp
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-13Merged revisions 92696 via svnmerge from Jason Parker
2007-11-24remove a DEBUG_THREADS message that accesses private lock fields.Luigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...Joshua Colp
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-10-15Switch dundi to new tos config format.Jason Parker
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-08-20Fix building of trunk. I'm doing work on a Sunday night just to avoid watchin...Joshua Colp
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merged revisions 75619 via svnmerge from Joshua Colp
2007-06-25Merged revisions 71576 via svnmerge from Joshua Colp
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-03-12Change URL to OpenH323 (thanks, Tzafrir!)Olle Johansson
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2007-02-18Update chan_h323 to new set_rtp_peer definition.Joshua Colp
2007-02-10Merged revisions 53881 via svnmerge from Paul Cadach
2007-02-01Oops -- Merged revisions 53057 via svnmerge from Paul Cadach
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-23Merged revisions 51615 via svnmerge from Paul Cadach
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-18Update ast_append_ha() usagePaul Cadach
2007-01-01- Implement error handling in ast_append_haOlle Johansson