TomF
(TomF)
1
Hello!
Been tinkering with FreePBX & PBXact, and I end up having multple tabs open, knowing which one is which is confusing me.
Is there anyway to change the page title as shown in the tab to something more memorable, or have the system use something specific?
Thanks.
Tom
kgupta
(Kapil Gupta)
2
Hi @TomF
May be you can try to enable below field.
FreePBX UI → Setting → Advanced Setting
TomF
(TomF)
3
Its easy when you know how. I searched the advanced page for “title” and “page”, did think to use “browser”.
Thanks so much for the fast response, really apprecaited.
You can also set a custom HTML title in MySQL:
mysql -u root -D asterisk -e "update freepbx_settings set value='TITLE-HERE' where keyword='BRAND_TITLE';"
TomF
(TomF)
5
That’s worth knowing Adell4444 - helps when looking at automating deployment. Thanks for sharing.