aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Allow H.323 to compile with FDLEAK checking enabled.tilghman1-0/+2
2009-04-22Make chan_h323 respect packetization settingsjpeeler1-3/+20
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler1-0/+17
2008-11-04Make the monitor thread non-detached, so it can be joined (suggested by Russelltilghman1-8/+2
2008-10-30Cannot join detached threads. See http://www.opengroup.org/onlinepubs/000095...tilghman1-3/+4
2008-06-16Port "hasvoicemail" change from SIP to other channel driverstilghman1-0/+4
2008-04-14The call_token on the pvt can occasionally be NULL, causing a crash.qwell1-1/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+4
2008-02-26IPTOS_MINCOST is not defined on Solaris.qwell1-1/+1
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-14/+5
2007-12-27Include types.h in chan_h323 as without it it can not be compiled on some ope...file1-0/+1
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell1-53/+56
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-2/+2
2007-08-13(closes issue #10437)file1-2/+0
2007-07-18Don't bother reloading chan_h323 if it did not load successfully in the first...file1-0/+4
2007-06-25Build a peer as well when hash323 is enabled in users.conf (issue #9599 repor...file1-0/+5
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-02-10Fix VLDTMF receptionpcadach1-4/+18
2007-02-01chan_h323 is very stable, so let it built by defaultpcadach1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+2
2007-01-30Revert reprecation of h.323 gk cycle command from pre-1.4 version instead of ...pcadach1-1/+1
2007-01-23Do not abort Asterisk startup if h323 configuration file not found (reported ...pcadach1-3/+9
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-2/+2
2006-11-10Let's give this a go...file1-11/+9
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-17/+32
2006-11-10Fix building of chan_h323 by completeing some structure definitions. (issue #...file1-4/+6
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-15/+17
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-6/+16
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-43/+42
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-0/+2
2006-10-07Propagate caller's transfer capability toopcadach1-0/+7
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-10-02Optimization of oh323_indicate(): less locks - less problems, plus single exi...pcadach1-36/+17
2006-10-01Do not simulate any audio tones if we got PROGRESS messagepcadach1-2/+11
2006-09-29Pass TON/PRESENTATION information toopcadach1-0/+5
2006-09-25Backport changes of trunk:pcadach1-19/+21
2006-09-25Merged revisions 43472,43495 from trunkpcadach1-2/+2
2006-09-20Remove unnecessary (long time ago commented out) codepcadach1-34/+0
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to chan_h3...file1-3/+24
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-755/+1459
2006-09-18merge qwell's CLI verbification workkpfleming1-37/+39
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+11
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-12/+5
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-15complete the coding style changes for these frame structureskpfleming1-6/+13
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...murf1-17/+3
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."murf1-13/+36
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-11/+12
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-0/+10