Actions

Toolpack:Tsbc Web Portal Profile A: Difference between revisions

(New for TSBC since its web portal profile is reduced)
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== '''''Applies to version v3.0''''' ===
{{DISPLAYTITLE:Configuring a Web Portal Profile}}
{{DISPLAYTITLE:Configuring a Web Portal Profile}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|SBC
|3.1, 3.3
|}


Web profiles enables regions of the Web Portal to be hidden from view. Changes to the web profile applies to all users of the web portal.
Web profiles enables regions of the Web Portal to be hidden from view. Changes to the web profile applies to all users of the web portal.
Line 20: Line 28:




[[Image:WebProfile_EditConfiguration_B.png]]
[[Image:WebProfile_EditConfiguration_Tsbc_0.png]]




Line 26: Line 34:




[[Image:WebProfile_Select_B.png]]
[[Image:WebProfile_Select_Tsbc_1.png]]




4- Uncheck/clear any web portal options that you do not wish to see.
4- Uncheck/clear any web portal options that you do not wish to see.
[[Image:WebProfile_Customize_B.png]]


5- Click '''Save'''.
5- Click '''Save'''.
The web portal option is immediately removed from the navigation panel.
The web portal option is immediately removed from the navigation panel.
Example: ISDN is removed from the naviagation panel
[[Image:WebProfile_Example_B.png|500px]]
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
'''Path'''
<pre>
/configurations/@[configuration_name]
</pre>
'''Parameters (text)'''
<pre>
/configurations/@[configuration_name]/web_profile
cas          = true
gateway      = true
h248        = true
isdn        = true
isup        = true
sccp_tcap    = true
sigtran_iua  = true
sigtran_m2pa = true
sigtran_m2ua = true
sigtran_m3ua = true
sip          = true
tms_ip      = false
</pre>
'''Parameters (json)'''
<pre>
{
    "web_profile" : {
    "cas" : true,
    "gateway" : true,
    "h248" : true,
    "isdn" : true,
    "isup" : true,
    "sccp_tcap" : true,
    "sigtran_iua" : true,
    "sigtran_m2pa" : true,
    "sigtran_m2ua" : true,
    "sigtran_m3ua" : true,
    "sip" : true,
    "tms_ip" : false
  }
}
</pre>
</div>

Latest revision as of 14:56, 19 June 2024

This article applies to: Product Version
SBC 3.1, 3.3

Web profiles enables regions of the Web Portal to be hidden from view. Changes to the web profile applies to all users of the web portal.

A web portal profile is applied at the system configuration level. If for example, the basic-sip configuration does not require ISDN signalling, web profiles can remove ISDN as an accessible option from the web portal navigation panel.

The following procedure illustrates this example.


To configure a web profile:

1- Click Configurations in the navigation panel



2- Select the desired configuration from the Active configuration list.



3- Click Web Profiles to modify the web portal profile..



4- Uncheck/clear any web portal options that you do not wish to see.

5- Click Save. The web portal option is immediately removed from the navigation panel.