Commit Graph

59 Commits (04224c20362f94f99886d6b51adb7b90db62855f)

Author SHA1 Message Date
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
15 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Jeff Peeler 2f8da7106d Make chan_h323 respect packetization settings and fix small reload issue.
16 years ago
Jeff Peeler 9dc40485f2 Allow H.323 Plus library to be used in addition to the OpenH323 library
16 years ago
Jeff Peeler c8fe75da36 Modify h323 to build against PTLib as well as the older PWLib
17 years ago
Paul Cadach 1ed8fb571f Merged revisions 44684 via svnmerge from
19 years ago
Paul Cadach ee4141c375 Merged revisions 44009 via svnmerge from
19 years ago
Paul Cadach 9cf1f14ed5 Handle HOLD/RETRIEVE notifications
19 years ago
Paul Cadach c479c25182 Support for negotiation and receiption of Cisco's RTP DTMF
19 years ago
Paul Cadach 258f1082ec Define DTMF payload types
19 years ago
Joshua Colp 1ce4a427d3 Merge in latest round of chan_h323 changes. These are all isolated to chan_h323 so meh.
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Jeremy McNamara fc0f505c5f Apply a proper solution to resolve AST_MAX_ACCOUNT_CODE
20 years ago
Jeremy McNamara 8adbac17df Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk headers
20 years ago
Mark Spencer 41e7cc8154 Use defined AST_MAX_ACCOUNT_CODE (bug #4350)
20 years ago
Jeremy McNamara 2353f5925c Optimize global/user/peer configuration call options. Bug #4336
20 years ago
Jeremy McNamara ec9ce8db9d Make capbilities be connection specific versus for the whole endpoint. Bug #4334
20 years ago
Jeremy McNamara 793182ea7d Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #4282
20 years ago
Jeremy McNamara f0c47a88ba Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
20 years ago
Jeremy McNamara 931e1debff Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
20 years ago
Jeremy McNamara 0efb0da41f Better dependancy and version checking method, solve call problems when dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591)
20 years ago
Jeremy McNamara f4d1002166 Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack specifically which codec we are expecting.
21 years ago
Jeremy McNamara 0155dee2fd Properly deal with Caller*ID, document the new RTP Payload setting, remove compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile
21 years ago
Jeremy McNamara 4082e265d6 Major fixes: Fixed deadlock issue, added support for inband call progress and correct Progress Indicator messages, added configurable RTP payload to send RFC2833 DTMF and correct sending of RFC2833 User Input capability, fixed hostname parsing on peers, preliminary support for correct Q.931 cause codes and fixed bindaddr compile warning
21 years ago
Jeremy McNamara be93d86b48 format properly
21 years ago
Jeremy McNamara 0543c58018 A [possibly] better solution to the CalledPartyAddress problem. Test and report please
21 years ago
Jeremy McNamara b31c4d7fb9 implement type=alias to deprecate type=h323 and a whole lot more code clean up
21 years ago
Jeremy McNamara 9f0d70a9e6 re-implement callerid, still might not be right. Remove channel limits, in favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something
21 years ago
Jeremy McNamara 34afeec2e7 finish implementing type=peer, implement setting of FastStart and H.245 Tunneling per user/peer, update External RTP implemenation, fixed compile process/other buglets to operate with Open H.323 v1.14.4 and PWLib v1.7.5, and massive code clean up. All of the above is untested, please test and report
21 years ago
Jeremy McNamara c0273110c4 a major rework - type=peer support, code cleanup, and optimization. Still not ready to use
21 years ago
Jeremy McNamara 76485d3f02 massive changes, very broken, do not use (from airport)
21 years ago
Jeremy McNamara ef889d6672 support early media/intercept Bug #562
21 years ago
Jeremy McNamara 199ec4356a protect against seg on busy systems. Bug #2249
21 years ago
Jeremy McNamara 0afbb8bcbf clean up warnings, and re-add a return, how did that get removed?
21 years ago
Jeremy McNamara 405d0be9fe const is evil?
21 years ago
Jeremy McNamara f10148d3e3 actually implement the setting of noFastStart and noH245Tunneling.
21 years ago
Mark Spencer 3db853b428 Merge source cleanups (bug #1911)
21 years ago
Jeremy McNamara 1f4eadaf6a check to make sure the extension exists b4 actually accepting the call and lets hope this gives Open H.323 enough time to sync up (bug #1714)
21 years ago
Jeremy McNamara eff9477388 properly send call progress and alerting PDUs, re-fix one-way audio on call manager, and hopefully add call progress (N+101) support (not tested)
21 years ago
Jeremy McNamara bff0a94507 deal with bindaddr properly
22 years ago
Jeremy McNamara e46d9edc98 Not needed here
22 years ago
Jeremy McNamara e88fdae17d ok, its waay too late
22 years ago
Jeremy McNamara 6b6ff098eb clean up code and remove install directive in h323/ Makefile
22 years ago
Jeremy McNamara 19b7e41fda nuke file descriptor leak..You don't need a whole new thread to hang up a friggen call
22 years ago
Jeremy McNamara 8abff30849 totally revert that highly broken patch. Please test your code before submitting diffs.
22 years ago
Jeremy McNamara ecc015889c Apply massive patch from PCadach. If things are broken blame him. Bug#469
22 years ago
Jeremy McNamara 9e996ceef8 follow same naming scheme as other simular functions
22 years ago
Jeremy McNamara a83662beda rollback transfer support...not properly implemented
22 years ago
Jeremy McNamara 059b57438b implement transfer and call forwarding. Bug #221
22 years ago