summaryrefslogtreecommitdiff
path: root/addons/chan_ooh323.c
AgeCommit message (Expand)Author
2016-08-15Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-12func_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
2014-10-15chan_ooh323: fix rtptimeout general value checkingAlexandr Anikin
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
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
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-26Fix outbound DTMF for inband mode (tell asterisk core to generate DTMFAlexandr Anikin
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-02implement nat option for rtp channels with ooh323Alexandr Anikin
2011-12-02Merged revisions 346763 via svnmerge from Alexandr Anikin