summaryrefslogtreecommitdiff
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)Author
2018-01-22Add missing OPTIONAL_API and ARI dependences.Corey Farrell
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-08-30AST-2017-006: Fix app_minivm application MinivmNotify command injectionCorey Farrell
2017-03-15autochan/mixmonitor/chanspy: Fix unsafe channel locking and references.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-11app_chanspy: Fix occasional deadlock with ChanSpy and Local channels.Walter Doekes
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-02-15apps/app_mixmonitor: Move Test Event for MIXMONITOR_END to after it finishesMatthew Jordan
2014-10-03audiohooks: Reevaluate the bridge technology when an audiohook is added or re...Richard Mudgett
2014-08-22Fix a locking inversion in MixMonitor.Mark Michelson
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-07-22apps/app_mixmonitor: Add Options To Play Beep At Start Or StopMichael L. Young
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-12MixMontior: Add class authorization requirements to MixMonitor AMI commandsJonathan Rose
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-04-15(mix)monitor: Add options to enable a periodic beepRussell Bryant
2014-04-09Add a Command header to the AMI Mixmonitor action.Mark Michelson
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
2013-12-09Create function for retrieving Mixmonitor instance data.Mark Michelson
2013-08-30Fix memory leaksKevin Harwell
2013-07-02MixMonitor: Minor code cleanup.Richard Mudgett
2013-07-02MixMonitor: Make start_mixmonitor_callback() options parameter NULL tolerant.Richard Mudgett
2013-07-02MixMonitor: Don't use ast_strdupa() in a loop.Richard Mudgett
2013-07-02MixMonitor: Update XML documentation and CLI "mixmonitor {start|stop|list}" h...Richard Mudgett
2013-07-02MixMonitor: Fix refleak in manager_stop_mixmonitor() if could not stop monito...Richard Mudgett
2013-07-02MixMonitor: Remove some unnecessary channel locking.Richard Mudgett
2013-07-02Fix MixMonitor b option.Richard Mudgett
2013-07-01bridge_features: Support One touch Monitor/MixMonitorJonathan Rose
2013-06-14app_mixmonitor: Fix crashes caused by unloading app_mixmonitorJonathan Rose
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-03-22Fix StopMixMonitor Hanging Up When Unable To Stop MixMonitor On A ChannelMichael L. Young
2012-10-30mixmonitor: Add a test eventJonathan Rose
2012-09-24func_audiohookinherit: Document some missed sources.Jonathan Rose
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-05app_mixmonitor: Fix a reference leak in manager_mixmonitor functionJonathan Rose
2012-06-04Remove some extra debugging I forgot to remove in the merge of Digium phone s...Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-01-23Adds the ability to stop specific mixmonitors by using unique IDs set at moni...Jonathan Rose
2012-01-20Prevent potential buffer overflow on AMI MixMonitor command.Mark Michelson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-09Adds MixMonitor and StopMixMonitor AMI commands to the managerJonathan Rose
2011-09-19Merged revisions 336717 via svnmerge from Jonathan Rose