summaryrefslogtreecommitdiff
path: root/addons/chan_ooh323.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-01-12chan_ooh323: Avoid typecasting an int to unsigned short.Alexander Traud
2018-01-05chan_ooh323: Limit outgoinglimit to positive values as intended.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-15func_channel: Reorganize documentationMatt Jordan
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-09-07chan_ooh323: call ast_rtp_instance_stop on ooh323_destroyAlexander Anikin
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2014-10-15chan_ooh323: fix rtptimeout general value checkingAlexandr Anikin
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-24Don't cause Asterisk to exit if ooh323.conf not found.Jason Parker
2014-07-22Fix more dev-mode build issuesKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-10chan_ooh323: fix loading module failure if there no accessible h323_log or oo...Alexandr Anikin
2014-03-28process stack command even if gatekeeper client isn't registerAlexandr Anikin
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-22ignore AST_CONTROL_PVT_CAUSE_CODE without any messagesAlexandr Anikin
2013-12-19udptl: Dead code elimination. ast_udptl_bridge was not used.Richard Mudgett
2013-12-19Handle temporary failures on gk registrationAlexandr Anikin
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18Introduce new config option 'aniasdni'. If yes then asterisk set dialed numbe...Alexandr Anikin
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-18Implement module reload command for chan_ooh323Alexandr Anikin
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-12-02Check and reject non-digits e164 values on peers and general sections in ooh3...Alexandr Anikin
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-31Multiple revisions 390228-390229Alexandr Anikin
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-19add ast_publish_channel_state according new event frameworkAlexandr Anikin
2012-08-10remove ALREADYGONE flag on ooh323 call data by ooh323_indicateAlexandr Anikin
2012-08-09Introdue 'ooh323 show gk' cli command that show status of connectionAlexandr Anikin
2012-07-04Added direct media support to ooh323 channel driverAlexandr Anikin
2012-06-20use right definition for channel nameAlexandr Anikin
2012-06-19check rtptimeouts in ooh323 channels as per config fileAlexandr Anikin
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-26Add support change gatekeeper mode or ip per ooh323 reload commandAlexandr Anikin
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14call manager_event only if there is not null channel structureAlexandr Anikin