summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-10-30Modules: Fix issues with CLI completion.Corey Farrell
2017-09-25build: A few gcc 7 error fixesGeorge Joseph
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-05-31channel / app_meetme: Fix parentheses.Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2015-12-09app_meetme: Set default value for audio_buffers.Corey Farrell
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-06apps/app_meetme: Apply default values on initial load with no config fileMatthew Jordan
2014-08-17apps/app_meetme: Fix crash when publishing MeetMe messages with no channelMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-22Fix more dev-mode build issuesKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-05-22app_meetme: Don't interrupt MOH for waitmarked users.Richard Mudgett
2014-05-15app_meetme: Fix overwrite of DAHDI conference data structure.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2014-01-03app_meetme: compiler warningKevin Harwell
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-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-13Fix several crashes in MeetMeAdminKinsey Moore
2013-08-19Resolve conflicts between CONFFLAG_DONT_DENOISE and CONFFLAG_INTROUSER_VMRECMatthew Jordan
2013-08-06Fixed app_meetme for cache split changesDavid M. Lee
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-07-10astobj2-ify the SLA codeRussell Bryant
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-07app_meetme: Refactor manager events to use stasisJonathan Rose
2013-05-06Make SLA reload more paranoid.Russell Bryant
2013-04-22sla: remove redundant locking.Russell Bryant
2013-03-26Fix multi-station answer race condition.Russell Bryant
2013-02-28Let channels joining a MeetMe conference opt out of the denoiserMatthew Jordan
2013-01-22app_meetme: Use new prompts for administrator menuJonathan Rose
2013-01-22Fix station ringback; trunk hangup issues in SLAMatthew Jordan
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-15app_meetme: Fix channels lingering when hung up under certain conditionsJonathan Rose
2012-11-07Multiple revisions 375993-375994Mark Michelson