summaryrefslogtreecommitdiff
path: root/channels/h323
AgeCommit message (Expand)Author
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-06-03Comment out a rule that likes to run implicitly unnecessarily, breaking buildsRussell Bryant
2010-06-02try to fix some random chan_h323 compilation failuresRussell Bryant
2010-05-24Print openh323 log to the Asterisk console.Mark Michelson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.Sean Bright
2009-04-29Make H.323 compile with FDLEAK detection code enabledTilghman Lesher
2009-04-22Make chan_h323 respect packetization settings and fix small reload issue.Jeff Peeler
2009-03-30Fix build error when chan_h323 is not being built.Russell Bryant
2009-03-18Add some code removed by mistake from commit 182722 that works around a fileJeff Peeler
2009-03-17Allow H.323 Plus library to be used in addition to the OpenH323 libraryJeff Peeler
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-02-18Modify h323 to build against PTLib as well as the older PWLibJeff Peeler
2008-12-31Mostly just whitespace, but also convert 'CVS' to 'SVN' in a coupleSean Bright
2008-12-15Fix a couple more build issues related to ast_str_opaqueRussell Bryant
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-05-19Merged revisions 117081 via svnmerge from Joshua Colp
2008-02-19Merged revisions 103823 via svnmerge from Joshua Colp
2007-11-20Include the compatibility header file in ast_h323.cxx for compatibility reasons.Joshua Colp
2007-11-07Minor change so chan_h323 builds again.Joshua Colp
2007-08-30Merged revisions 81383 via svnmerge from Russell Bryant
2007-02-03Merged revisions 53131 via svnmerge from Paul Cadach
2006-10-07Merged revisions 44684 via svnmerge from Paul Cadach
2006-10-03Merged revisions 44283,44286 via svnmerge from Paul Cadach
2006-09-29Merged revisions 44034,44042-44043 via svnmerge from Paul Cadach
2006-09-29Merged revisions 44022 via svnmerge from Paul Cadach
2006-09-29Merged revisions 44009 via svnmerge from Paul Cadach
2006-09-28Merged revisions 43918 via svnmerge from Paul Cadach
2006-09-28Merged revisions 43877 via svnmerge from Paul Cadach
2006-09-28Merged revisions 43861-43862 via svnmerge from Paul Cadach
2006-09-28Merged revisions 43635,43843-43844,43846 via svnmerge from Paul Cadach
2006-09-28Handle HOLD/RETRIEVE notificationsPaul Cadach
2006-09-25Support for negotiation and receiption of Cisco's RTP DTMFPaul Cadach
2006-09-25Disable fastStart if requested by remote sidePaul Cadach
2006-09-24DTMF mode is bitmask, not valued fieldPaul Cadach
2006-09-24Define Cisco RTP capabilityPaul Cadach
2006-09-24Specify non-standard data independedly on OpenH323's codec name (it can be ea...Paul Cadach
2006-09-24Define DTMF payload typesPaul Cadach
2006-09-22Use own factory for our OpalMediaFormats tooPaul Cadach
2006-09-22Fix our capability's factoryPaul Cadach
2006-09-22Add missing includePaul Cadach
2006-09-21Declare our own media formats to not rely on OpenH323 configurationPaul Cadach
2006-09-21Introduce Cisco G.726-32 capability (g726aal2 form)Paul Cadach
2006-09-20Split capability definitions into own source filePaul Cadach
2006-09-20Remove unnecessary (long time ago commented out) codePaul Cadach
2006-09-20Fix missed extension replacementPaul Cadach
2006-09-20Change file naming to be conform OpenH323 rulesPaul Cadach
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to chan_h3...Joshua Colp