summaryrefslogtreecommitdiff
path: root/addons/chan_ooh323.c
AgeCommit message (Expand)Author
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
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-10-22Merged revisions 341313 via svnmerge from Alexandr Anikin
2011-10-03Merged revisions 338995 via svnmerge from Gregory Nietsky
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-08-09Merged revisions 331147,331200 via svnmerge from Alexandr Anikin
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-10Full T.38 handshaking and fax detectionAlexandr Anikin
2011-06-01Merged revisions 321528 via svnmerge from Alexandr Anikin
2011-04-17fix compile error from r313907Alexandr Anikin
2011-04-17fix trivial error with set_max_datagram on pvt->udptlAlexandr Anikin
2011-04-12IPv6 support for chan_ooh323Alexandr Anikin