aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Make chan_h323 work with pwlib 1.12.0file1-0/+12
2008-02-19Send CallerID Name in setup message.file1-2/+3
2007-08-30Add missing checks for the PTRACING define.russell1-0/+6
2007-02-03Remove quote from H.323 vendor string because due to compatibilities with CS1...pcadach1-1/+1
2006-10-07Propagate caller's transfer capability toopcadach3-1/+20
2006-10-03Change default presentation indicator to "user provided not screened" if octe...pcadach1-1/+1
2006-10-03Fix preparation of type and presentation of calling numberpcadach1-2/+2
2006-09-29Compile first, pleasepcadach1-3/+3
2006-09-29Set TON/PRESENTATION information more carefully when no CallingNumber IE avai...pcadach1-0/+10
2006-09-29Fake display name by called number on incoming calls (until passing connected...pcadach1-0/+2
2006-09-29Ported code refers to H.450 - add includespcadach1-0/+6
2006-09-29Properly pass TON/PRESENTATION information - originalpcadach2-1/+308
2006-09-29Pass TON/PRESENTATION information toopcadach3-7/+37
2006-09-28Extend call establishment timeoutpcadach1-1/+4
2006-09-28Fix compiler warningpcadach1-1/+1
2006-09-28Force remote side to start media on outgoing PROGRESS messagepcadach2-0/+40
2006-09-28Do not open transmit channel until TCS is receivedpcadach1-0/+4
2006-09-25Fix ASN1 description of non-standard Cisco extensionspcadach3-8/+8
2006-09-25Backport changes of trunk:pcadach1-0/+9
2006-09-25Merged revisions 43472,43495 from trunkpcadach2-1/+5
2006-09-20Split capability definitions into own source filepcadach5-356/+363
2006-09-20Remove unnecessary (long time ago commented out) codepcadach1-27/+0
2006-09-20Fix missed extension replacementpcadach1-1/+1
2006-09-20Change file naming to be conform OpenH323 rulespcadach4-11/+1
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to chan_h3...file4-105/+150
2006-09-19move this header to include where it belongskpfleming1-2/+2
2006-09-19Get rid of zero size old config filemattf1-0/+0
2006-09-19Work!!!mattf7-0/+1505
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf7-709/+1304
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-1/+0
2006-06-22use .PHONY instead of FORCErussell1-3/+3
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-0/+26
2006-05-19allow chan_h323 to build (issue #7006, casper)russell1-1/+3
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-1/+1
2006-04-15Big oops. I did this from my trunk directory instead of autoconf_and_menusel...russell1-1/+1
2006-04-15include autoconfig.h (casper)russell1-1/+1
2006-04-03bug updates chan_h323 to some api changes it mogorman1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming9-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-6/+0
2005-11-03Request a sane amount of bandwdith from GK, and fix one-way auido problems wi...jeremy1-16/+17
2005-11-03document UserByAlias usagejeremy1-0/+4
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy2-3/+3
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ...jeremy1-0/+2
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-1/+1
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy1-11/+6
2005-05-21Make debug output more precise. Bug #4345jeremy1-9/+10
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334jeremy3-80/+103
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...jeremy2-28/+11
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to s...jeremy1-21/+39
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164jeremy1-13/+19