-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
feat: VoIP freeswitch UI admin #33004
feat: VoIP freeswitch UI admin #33004
Conversation
|
Looks like this PR is ready to merge! 🎉 |
230140f
to
7075979
Compare
7075979
to
8129cb2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/freeswitch-6-12 #33004 +/- ##
=======================================================
Coverage ? 76.85%
=======================================================
Files ? 380
Lines ? 19059
Branches ? 4910
=======================================================
Hits ? 14647
Misses ? 4185
Partials ? 227
Flags with carried forward coverage won't be shown. Click here to find out more. |
c9a70d6
to
69208b5
Compare
apps/meteor/client/views/admin/users/UsersTable/UsersTable.spec.tsx
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/admin/users/voip/AssignExtensionModal.spec.tsx
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/admin/users/voip/AssignExtensionModal.tsx
Outdated
Show resolved
Hide resolved
a653119
to
63e1b8b
Compare
|
63e1b8b
to
51ce33d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backend
b704c4c
to
f4d5a44
Compare
Proposed changes (including videos or screenshots)
This PR adds all necessary logic for assignment and unasignment of VoIP extensions in the admin users page. Configuring this information will allow users to make and receive call in team collab.
The changes can be broken down in three parts:
Assign/Remove extension button added to the workspace user list
Assign extension modal
Remove extension modal
Issue(s)
VOIP-71
Steps to test or reproduce
/admin/users
Further comments
Backend can be found in this PR: #32435