Configuring an ISDN Stack
This article applies to: | Product | Version |
Tmedia | 3.0, 3.2, 3.3 |
Integrated Systems Digital Network (ISDN) is a circuit-switched telephone system that integrates voice and data on the same lines. Tmedia and Tdev systems can be configured to provide an ISDN signaling stack on the trunks of one or more units to meet system configuration requirements. To configure ISDN ,you must first create an ISDN stack.
To create a new ISDN stack:
1- Click ISDN in the navigation menu, under the Signaling header
2- Click Create New ISDN Stack
3- Create the new stack:
- Verify that the box labeled Enabled is checked
- Enter a name for the new ISDN stack
- Select a variant to associate with the stack
- Determine whether the stack will operate on the user side, or the network side
- Select a Line Service
- Click Create
4- Verify that the "ISDN stack was successfully created" message appears, and that the new stack is listed in the ISDN Stack List
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/isdn_stacks/@[isdn_stack]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/isdn_stacks/@[isdn_stack] dchannel_bkp_line_service = "" enabled = true line_services = [ "@[line_service_name]" ] name = "FNT01" side = "User" variant = "NET5" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/isdn_stacks/@[isdn_stack]/advanced_parameters force_wake_up = false options = 0 /configurations/@[configuration_name]/hardware_units/@[hardware_name]/isdn_stacks/@[isdn_stack]/timers t301_timer = "3 minutes" t302_timer = "15 seconds" t303_timer = "4 seconds" t304_timer = "20 seconds" t305_timer = "30 seconds" t307_timer = "3 minutes" t308_timer = "4 seconds" t309_net5_timer = "6 seconds" t309_timer = "90 seconds" t310_network_timer = "10 seconds" t310_user_timer = "30 seconds" t313_timer = "4 seconds" t316_timer = "4 seconds"
Parameters (json)
{ "advanced_parameters" : { "force_wake_up" : false, "options" : 0 }, "dchannel_bkp_line_service" : "", "enabled" : true, "line_services" : [ "@[line_service_name]" ], "name" : "@[isdn_stack]", "side" : "User", "timers" : { "t301_timer" : "3 minutes", "t302_timer" : "15 seconds", "t303_timer" : "4 seconds", "t304_timer" : "20 seconds", "t305_timer" : "30 seconds", "t307_timer" : "3 minutes", "t308_timer" : "4 seconds", "t309_net5_timer" : "6 seconds", "t309_timer" : "90 seconds", "t310_network_timer" : "10 seconds", "t310_user_timer" : "30 seconds", "t313_timer" : "4 seconds", "t316_timer" : "4 seconds" }, "variant" : "NET5" }
List of Parameters
- T301 Timer
- T302 Timer
- T303 Timer
- T304 Timer
- T305 Timer
- T307 Timer
- T308 Timer
- T309 Timer
- T309 NET5 Timer
- T310 Network Timer
- T313 Timer
- T316 Timer
Advanced Parameters