Git Product home page Git Product logo

babble-drachtio-callmanager's People

Contributors

12calert avatar numerio avatar sip2thefuture avatar tinpotnick avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

babble-drachtio-callmanager's Issues

babble-call-manager

A common component to handle call processing from Drachtio.

  • Links calls (a leg to b leg)
  • handles hold, xfer and other common functions
  • ties signalling and media together through project rtp

TODO

  • Add test framework - Mocha chai
  • add main items to this TODO list

Support for channel on the same node

If we create an outbound call from an inbound call, the audio channels created should be created on the same node where possible.

Once the latest version of this interface has been updated on projectrtp then this project needs updating to something like:

if( this.other && this.other.channels.audio ) {
  this.channels.audio = this.other.channels.audio.openchannel( ... )
} else {
  this.channels.audio = projectrtp.openchannel( ... )
}

Test card issue

Cards can be added to your board to track the progress of issues and pull requests. You can also add note cards, like this one!

When trying to answer the call i am getting the open channel error

i am trying to answer the call but i am getting the below error . Project RTP is install as well

449 |
450 |     if( !params.forcelocal && server.interface.get() ) {
451 |       return server.interface.get().openchannel( params, cb )
452 |     } else {
453 |       /* use local */
454 |       const chan =  actualprojectrtp.openchannel( params, ( d ) => {
                        ^
TypeError: undefined is not an object (evaluating 'actualprojectrtp.openchannel')
      at /home/zenit/drachtio-client/node_modules/@babblevoice/projectrtp/index.js:454:20
      at openchannel (/home/zenit/drachtio-client/node_modules/@babblevoice/projectrtp/index.js:441:21)
      at /home/zenit/drachtio-client/node_modules/@babblevoice/babble-drachtio-callmanager/lib/call.js:2606:34
      at #openrelatedchannel (/home/zenit/drachtio-client/node_modules/@babblevoice/babble-drachtio-callmanager/lib/call.js:2600:29)
      at /home/zenit/drachtio-client/node_modules/@babblevoice/babble-drachtio-callmanager/lib/call.js:1419:12
      at #openchannelsforanswer (/home/zenit/drachtio-client/node_modules/@babblevoice/babble-drachtio-callmanager/lib/call.js:1413:32)
      at /home/zenit/drachtio-client/node_modules/@babblevoice/babble-drachtio-callmanager/lib/call.js:1469:12
      at processTicksAndRejections (:55:76)

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.