Toolpack:Tsbc Web Portal Profile A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(New for TSBC since its web portal profile is reduced)
 
Line 20: Line 20:
  
  
[[Image:WebProfile_EditConfiguration_B.png]]
+
[[Image:WebProfile_EditConfiguration_Tsbc_0.png]]
  
  
Line 26: Line 26:
  
  
[[Image:WebProfile_Select_B.png]]
+
[[Image:WebProfile_Select_Tsbc_1.png]]
  
  
Line 32: Line 32:
  
  
[[Image:WebProfile_Customize_B.png]]
+
[[Image:WebProfile_Customize_Tsbc_2.png]]
  
  
Line 42: Line 42:
  
  
[[Image:WebProfile_Example_B.png|500px]]
+
[[Image:WebProfile_Example_Tsbc_3.png|500px]]
  
  

Revision as of 11:37, 29 September 2017

Applies to version v3.0

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


WebProfile Navigation Panel B.png


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


WebProfile EditConfiguration Tsbc 0.png


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


WebProfile Select Tsbc 1.png


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


WebProfile Customize Tsbc 2.png


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


Example: ISDN is removed from the naviagation panel


WebProfile Example Tsbc 3.png


Path

/configurations/@[configuration_name]

Parameters (text)

/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

Parameters (json)

{
    "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
  }
}
Personal tools