-
Notifications
You must be signed in to change notification settings - Fork 36
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 : conference between selective parties #63
Comments
This could possibly be an enhancement. Though I really can't think of a scenario where this would be required. Could you share an example scenario where this would be used? |
Softphone = receptionist Receptionist does conference customer 1 with sale and exist calls. |
function pjsua_call_xfer_replaces in pjsua ? |
If I understand this correctly, this also relates to #65 where in 3 party conference the receptionist would conference and then drop out of the call.
Yes this would be the function that implements, and need to be called instead of hangup when exiting the conference. That way the 2 parties would continue the direct call between them. |
@kingster Do you plan to develop this functionality soon? |
@ploufs Some parts of this might not be straightforward, since this would mean the phone would have to support multiple conferences and keep track of the running conferences, this IMO overlaps with the functionality of a dedicated conference server/PBX. That said, an attended transfer of call is something that makes sense (the reception example, with 2 calls only), and I will pick it up when I get some time soon. |
* Add new api /calls/<int>/attended-transfer/<int> Fixes #63 Author: Francis Noel <[email protected]> Date: Thu Sep 8 08:24:27 2022 -0400
On softphone have 3 calls.
Only conference between call 1 and 2.
Suggest new ressource : /calls/conference
Payload : Array call_Id
The text was updated successfully, but these errors were encountered: