summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-20Fix Common Typo's.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-08Fixes to include signal.hTimo Teräs
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-08-19rtp_engine.c: Initial split of payload types into rx and tx mappings.Richard Mudgett
2015-07-02chan_mgcp: Don't call close on fd -1.Walter Doekes
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-30Restrict functionality when ACLs are misconfigured.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-09channels/chan_mgcp: Fix regression which causes gateways to be skippedMatthew Jordan
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-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-01-21chan_mgcp: Enforce locking for oseqKinsey Moore
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
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-10-23chan_mgcp: Properly handle malformed media linesKinsey Moore
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-18Update chan_mgcp to the modified parking APIKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-02Add pickup.h include lines for chan_dahdi and chan_mgcpMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-23Some chan_dahdi protected function renaming.Richard Mudgett
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_mgcp.cRichard Mudgett
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Make sure things compile...Kinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson