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

Feature: Convert Conference to Transfer and leave #65

Open
ploufs opened this issue Jun 14, 2022 · 1 comment
Open

Feature: Convert Conference to Transfer and leave #65

ploufs opened this issue Jun 14, 2022 · 1 comment
Labels
feature Feature request

Comments

@ploufs
Copy link
Contributor

ploufs commented Jun 14, 2022

Here's what I'm trying to do:

  1. I do a first call to Tinyphone (call 1)
  2. I answer call 1
  3. I do a second call to Tinyphone (call 2)
  4. I answer call 2
  5. I pass to the conference function the call_id of call 2 (conference work)
  6. hangup call 2 (call end)

I want call 2 to stay on a call with call 1 and the softphone to be off the call.

@kingster
Copy link
Member

kingster commented Jun 15, 2022

IMO This is expected behaviour. In the current implementation, the softphone is the conference host, and there can be multiple participants. If the host leaves the conference will end, as the participants alone can't be at a conference without another host.

That being said, I think you are referring to a special scenario where there are only 3 participants and one of them is the softphone. In this case, the softphone could exit out the conference and ask the parties to reinvite each other and be on a direct call. This is not supported currently as this is dependent on the parties to accept a reinvite and act on it, but a PR would be always welcome which supports this feature :)

@kingster kingster added the question Further information is requested label Jun 15, 2022
@kingster kingster added feature Feature request and removed question Further information is requested labels Jun 15, 2022
@kingster kingster changed the title Conference stop when call hangup Convert Conference to Transfer and drop from Conference Jun 17, 2022
@kingster kingster changed the title Convert Conference to Transfer and drop from Conference Feature: Convert Conference to Transfer and drop from Conference Jun 17, 2022
@kingster kingster changed the title Feature: Convert Conference to Transfer and drop from Conference Feature: Convert Conference to Transfer and leave Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants