summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-07-23Kill the zombiesMatthew Jordan
2013-07-23Fix bridge/channel AMI event ordering issuesDavid M. Lee
2013-07-23Fix unbalanced lock when serializing CDR variablesMatthew Jordan
2013-07-23Remove some BUGBUG notes that have been handled.Richard Mudgett
2013-07-22Update copyright year to 2013 in asterisk.c; some whitespace fixesMatthew Jordan
2013-07-21Tolerate presence of RFC2965 Cookie2 header by ignoring itMatthew Jordan
2013-07-21Allow setting allowmultiplelogin on an account basisMatthew Jordan
2013-07-20Add CEL local optimization record typeKinsey Moore
2013-07-20Add transfer support to CELKinsey Moore
2013-07-19Minor optimizations.Richard Mudgett
2013-07-19Extract a repeated test into ast_channel_has_audio_frame_or_monitor().Richard Mudgett
2013-07-19ARI: Bridge Playback, Bridge RecordJonathan Rose
2013-07-19Filter channels used as internal mechanismsKinsey Moore
2013-07-19Convert CCSS manager events to stasis.Jason Parker
2013-07-19Made audiohooks, framehooks, and monitor prevent local channel optimization.Richard Mudgett
2013-07-18bridge_holding/app_bridgewait: Add new entertainment optionsJonathan Rose
2013-07-18ARI: Add support for suppressing media streams.Jason Parker
2013-07-18Tweak debug statementsMatthew Jordan
2013-07-18Fix caching topic shutdown assertionsDavid M. Lee
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-07-17Remove some completed and no longer relevant BUGBUG notes.Richard Mudgett
2013-07-16Re-order handlers in CEL to ensure that HANGUP events happen after APP_ENDMatthew Jordan
2013-07-16Remove some dead code dealing with old bridging method.Richard Mudgett
2013-07-16Re-order cleanupMatthew Jordan
2013-07-15Replace chan_agent with app_agent_pool.Richard Mudgett
2013-07-14Remove redundant code in dns.cMatthew Jordan
2013-07-13Fix FRACK message from external redirects; handle outbound channels betterMatthew Jordan
2013-07-12Add support to the bridging core for performing COLP updates when channels jo...Joshua Colp
2013-07-12Prevent potential race condition in multiparty basic bridges.Mark Michelson
2013-07-09Fix printf NULL string (null) substituion for NULL config framework default.Richard Mudgett
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-08res_parking: Apply ringing role option on swap with a channel that ringsJonathan Rose
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-08Create Local channel messages on the Stasis message bus and produce AMI eventsMatthew Jordan
2013-07-07In a channel destructor dispose of items that raise Stasis message properlyMatthew Jordan
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-05OneTouchRecord: Add function defined earlier: ast_bridge_features_do()Richard Mudgett
2013-07-05Remove parkinglot from the channel snapshotMatthew Jordan
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-07-04Fix utils directory breakage.David M. Lee
2013-07-03Add BUGBUG note for ASTERISK-22009Richard Mudgett
2013-07-03Revert accidental overcommit.Richard Mudgett
2013-07-03Add BUGBUG note for ASTERISK-22009Richard Mudgett
2013-07-03Move when bridge channel enter is published so it does not interrupt the thou...Richard Mudgett
2013-07-03Fix some indentation in stasis_config.c.Richard Mudgett
2013-07-03Fix some bugs in CDRs; add some CLI commands to help debuggingMatthew Jordan
2013-07-03Let Stasis load itself with default valuesMatthew Jordan
2013-07-03Publish a bridge enter before pulling on a push-and-swap operation.Mark Michelson
2013-07-03ARI - channel recording supportDavid M. Lee