Git Product home page Git Product logo

babble-drachtio-fifo's Introduction

Thoughts on fifo

Support 2 modes

  1. Ring all
  2. enterprise

Ring all

When a call comes in - ring all available phones

When an agent hangs up the queue position number 1 is assigned to that phone If further agents hang up then they are also added to that potential call

We can extend the ring time and repeat

When a call is answered:

  1. if other calls waiting update all existing calls
  2. if no other calls in queue waiting hangup ringing phones

Enterprise

When 1 call comes in - ring 1 phone When 2 calls come in ring 2 phones Hide caller id during ringing to be able to place next call placed on first answer

Support idle time after agent finishes

Common

A queue with the same name for enterprise and ring all are 2 separate queues A queue will have a priority (and a default priority) In these 2 scenarios both queues

babble-drachtio-fifo's People

Contributors

12calert avatar sip2thefuture avatar tinpotnick avatar

Watchers

 avatar

babble-drachtio-fifo's Issues

FIFO

๐Ÿ’ก mod_fifo - we need a drop-in for mod_fifo - which supports ring all and enterprise queuing.

Requirements:

  1. It needs to be as modular as possible, a clean fifo implementation
  2. Use call events to to interface to media. For example, when a call enters a queue, we need to play music on hold, and interleave with queue position. Media should not be a queue function - so this is separated by events. The queue function to should handle calling phones, connecting calls and emitting events.3. When this is done, which could be a part of callmanager (see below) or it's own npm module (I think this is more correct), then babble-sip will require extending to ensure that it is wired up to media functions.Look at https://github.com/babblevoice/babble-drachtio-callmanager as the starting point - as this is how a call comes in to the system. https://github.com/babblevoice/babble-sip uses call manager to interface with our DB and other systems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.