Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert sip-lab to a generic sip library #82

Open
MayamaTakeshi opened this issue Mar 8, 2024 · 0 comments
Open

Convert sip-lab to a generic sip library #82

MayamaTakeshi opened this issue Mar 8, 2024 · 0 comments

Comments

@MayamaTakeshi
Copy link
Owner

MayamaTakeshi commented Mar 8, 2024

Currently sip-lab is just a testing tool so I never cared to test it as a long running process or as a server app.
But we might eventually need this.

For this it should:

  • properly support event notification per entity like call, subscription, subscriber, account etc so that client code can set event handlers for them.
  • add methods to permit to connect media sessions between them (conf bridge)
  • allow access to audio/video device (as someone might want to use it to make actual call)

Right now, the library itself is agnostic: we have addon.cpp that is used to permit to interface with node.js.
But you can create your own interface for other languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant