Jump to content

Web Portal - Calls in domain


JCTechSolutions

Recommended Posts

What's your PBX version? 

There are 2 .css files that can be used to stylistically change user interface depending for users those changes are intended:

  1. For regular users only: css/agent-portal.css
  2. For all users including ACD managers and Admins: css/user_portal_custom.css

There's also a matter if you are running a multi-domain system, to affect all the domain those modifications can be carried on the admin level, or for each domain independently within each domain settings. 

And of course those changes will be applied to both webrtc and Windows app users. 

Add those lines to either .css files mentioned above and you should be all set, and don't forget there could potentially be caching issue:


#live-calls-block{
display: none;
}

/*My calls window*/
#my-calls-block{
height: 100% !important;
}

 

 

image (3).png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...