Skip to content

feat(sip): treat direct-dial-in and dial-out similarly - #18569

Merged
Antreesy merged 1 commit into
mainfrom
fix/18122/direct-dial-in-frontend
Jul 9, 2026
Merged

feat(sip): treat direct-dial-in and dial-out similarly#18569
Antreesy merged 1 commit into
mainfrom
fix/18122/direct-dial-in-frontend

Conversation

@Antreesy

@Antreesy Antreesy commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

☑️ Resolves

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After
Screenshot before Screenshot after

🚧 Tasks

  • Was not tested on live instance

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Integrations with Files sidebar and other apps
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

@DorraJaouad DorraJaouad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that you moved it to the util

@SystemKeeper SystemKeeper left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works (besides the number conversion not being correct at #18567 (review)).

@nickvergessen

Copy link
Copy Markdown
Member

/backport to stable34

@nickvergessen

Copy link
Copy Markdown
Member

/backport to stable33

- When calling back from direct-dial-in conversation, it's essentially the same dial-out request. So rejecting / ending the call should work the same way, as if for dial-out room type
- Extract helper util to reuse it across project

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy
Antreesy force-pushed the fix/18122/direct-dial-in-frontend branch from e40f1b9 to 7a2e9cc Compare July 9, 2026 08:46
@Antreesy
Antreesy changed the base branch from bugfix/18123/handle-direct-incoming-calls-as-phone-participants to main July 9, 2026 08:46
@Antreesy

Antreesy commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

Rebased onto main to get frontend-only changes

@Antreesy
Antreesy enabled auto-merge July 9, 2026 08:47
@Antreesy
Antreesy merged commit 5c7a21c into main Jul 9, 2026
53 checks passed
@Antreesy
Antreesy deleted the fix/18122/direct-dial-in-frontend branch July 9, 2026 08:51
@backportbot

backportbot Bot commented Jul 9, 2026

Copy link
Copy Markdown

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/18569/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 7a2e9cc3

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/18569/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dial-in room is handled differently than dial-out in frontend

4 participants