aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-1/+26
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-1/+1
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
2006-04-29partial adaptation to the new module loadingrizzo1-24/+9
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-03bug updates chan_h323 to some api changes it mogorman1-14/+13
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-3/+2
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-15ok wtf, no compiler error herejeremy1-1/+1
2005-09-15I swore this compiled. Honest, officerjeremy1-1/+1
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-14/+15
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
2005-09-15clean up debugjeremy1-1/+1
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867jeremy1-2/+2
2005-07-27Stomp on deadlock. Bug #4555jeremy1-35/+61
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ...jeremy1-3/+3
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+5
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy1-188/+113
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334jeremy1-11/+23
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...jeremy1-62/+60
2005-05-13Formatting fixes and sanity checks Bug #4263jeremy1-270/+270
2005-05-11Formatting fixes, proper locking and to shut bkw up. Bug #4185jeremy1-183/+200
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...jeremy1-2/+2
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy1-16/+56
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045jeremy1-8/+19
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-17/+17
2005-04-04Better dependancy and version checking method, solve call problems when deali...jeremy1-82/+281
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+1
2005-03-08Fix compilation of chan_h323.c since removal of the private channel structure...twisted1-2/+2
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-40/+57
2005-02-13Add additional sanity checks (bug #3548)markster1-5/+6
2005-02-09Fix H.323 locking (bug #3540)markster1-1/+6
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2004-12-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack spec...jeremy1-1/+25
2004-12-20Create string properly and cast peer correctlyjeremy1-4/+4
2004-12-18oopsiejeremy1-2/+2
2004-12-18Fix incoming caller*id. Bug #3077jeremy1-0/+4
2004-12-16Properly deal with Q.931 cause codesjeremy1-5/+22
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove co...jeremy1-4/+12
2004-12-15Major fixes: Fixed deadlock issue, added support for inband call progress and...jeremy1-41/+140