Brekeke PBX Wiki

Customize login page for each tenant

Brekeke PBX Multi-Tenant Edition can provide customized login page of web admin tool for each tenant. (Version 3.10.2.8 or later)

 

Setup:
Set the following parameters at PBX >  [Options] >[Advanced].

 

domain.<domain>=<tenant name>

If Admin tool is accessed with the domain, the customized login screen for that tenant is shown. (The tenant input field at the login page is not displayed.)

 

skin<n>.tenant=<tenant name (wild card, comma separated)>

Multiple tenant names can be specified by commas “,” .  Also wild cards “*” can be used.

 

skin<n>.logo_path=customlogo/<logo file name>.png
skin<n>.favicon_path=customlogo/<favicon file name>.ico

The logo and  favicon that will be shown at the customized login screen can be set .

※The customlogo folder should be created under the “<Brekeke Installed directory>/webapps/pbx“, and put the logo(.png) and favicon(.ico) files.

 

 

Example settings:
domain.brekeke.com=brekekeus
domain.brekeke.jp=brekekejp
domain.sip-proxy-server.com=sipproxy

skin1.tenant=brekekeus,brekekejp
skin1.logo_path=customlogo/brekeke-logo.png
skin1.favicon_path=customlogo/brekeke.ico

skin2.tenant=sipproxy
skin2.logo_path=customlogo/sipproxy-logo.png
skin2.favicon_path=customlogo/sipproxy.ico

 

 

Yes No
Suggest Edit