Adding TMS Hardware
From TBwiki
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 |
When you receive a new system, at least one hardware configuration will have been set in the Toolpack application server, by default. To add a TMS hardware device to your system, use the Tmedia Web Portal.
To add one or more additional hardware devices to the Toolpack system configuration, their serial numbers must be registered with the Toolpack application server.
To add a hardware device:
1- Click Hardware Units in the navigation panel
2- Click Create New Unit, to add a new hardware device
3- Enter a name for the hardware device
- Enter the serial number of the new hardware device (filling in the Serial Number field will cause auto-completion of the field to occur).
- Select the appropriate hardware device from the Type field. (In this case select TMS)
- Enter the location in which the hardware device is installed.
- Enter a meaningful description for the use or purpose of the hardware device.
- Select Enabled from the Target State field.
- Click Create
4- Verify that the newly added hardware device appears in the TMS Units list.
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name] description = "" graceful_upgrade_timeout = 0 is_np1_backup = false location = "" name = "@[hardware_name]" serial_number = "@[serial_number]" target_state = "Enabled" tdm_line_type = "E1_T1_J1" type = "TDM/IP Gateway" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/advanced_parameters casr2_cpu0_load = 50 dsp_reserved_for_play_record = 1 enable_http = true enable_mgmt_port_redundancy = true enable_telnet = true enable_v34 = false enable_vbd_autoswitch = false isdn_primary_cpu_load_percent = 50 load_cas_on_secondary_cpu = false load_isdn_on_secondary_cpu = false load_iua_on_secondary_cpu = true load_lapd_on_secondary_cpu = true load_m2pa_on_secondary_cpu = true load_m2ua_on_secondary_cpu = true load_m3ua_on_secondary_cpu = true load_sip_on_secondary_cpu = true sip_cong_start_thresh = 2 sip_cong_stop_thresh = 4 sip_critical_cong_start_thresh = 1 sip_critical_cong_stop_thresh = 3 sip_dynamic_mem_size = "0 KB" sip_event_mem_size = "0 KB" sip_extra_mem = true sip_reduced_timer_start_thresh = 4 sip_reduced_timer_stop_thresh = 5 sip_signal_mem_size = "0 KB" sip_signal_sizes = "" tdm_companding = "aLaw" voip_codec_AMR = 0 voip_codec_ECHO_H = 0 voip_codec_ECHO_L = 0 voip_codec_ECHO_M = 0 voip_codec_EFR = 0 voip_codec_EVRC = 0 voip_codec_FR = 0 voip_codec_G711_5 = 0 voip_codec_G711_10 = 0 voip_codec_G711_20 = 0 voip_codec_G722_2 = 0 voip_codec_G723 = 0 voip_codec_G726_10 = 0 voip_codec_G726_20 = 0 voip_codec_G728 = 0 voip_codec_G729A = 0 voip_codec_G729EG_8 = 0 voip_codec_G729EG_11_8 = 0 voip_codec_ILBC13 = 0 voip_codec_ILBC15 = 0 voip_codec_mode = "Mixed Mode" voip_codec_QCELP8 = 0 voip_codec_QCELP13 = 0 voip_codec_SMV = 0 voip_codec_T38 = 0 /configurations/@[configuration_name]/hardware_units/@[hardware_name]/call_rate_limiting maximum_cas_call_burst = 0 maximum_cas_calls_per_second = 0 maximum_isdn_call_burst = 0 maximum_isdn_calls_per_second = 0 maximum_sip_call_burst = 0 maximum_sip_calls_per_second = 0
Parameters (json)
{ "advanced_parameters" : { "casr2_cpu0_load" : 50, "dsp_reserved_for_play_record" : 1, "enable_http" : true, "enable_mgmt_port_redundancy" : true, "enable_telnet" : true, "enable_v34" : false, "enable_vbd_autoswitch" : false, "isdn_primary_cpu_load_percent" : 50, "load_cas_on_secondary_cpu" : false, "load_isdn_on_secondary_cpu" : false, "load_iua_on_secondary_cpu" : true, "load_lapd_on_secondary_cpu" : true, "load_m2pa_on_secondary_cpu" : true, "load_m2ua_on_secondary_cpu" : true, "load_m3ua_on_secondary_cpu" : true, "load_sip_on_secondary_cpu" : true, "sip_cong_start_thresh" : 2, "sip_cong_stop_thresh" : 4, "sip_critical_cong_start_thresh" : 1, "sip_critical_cong_stop_thresh" : 3, "sip_dynamic_mem_size" : "0 KB", "sip_event_mem_size" : "0 KB", "sip_extra_mem" : true, "sip_reduced_timer_start_thresh" : 4, "sip_reduced_timer_stop_thresh" : 5, "sip_signal_mem_size" : "0 KB", "sip_signal_sizes" : "", "tdm_companding" : "aLaw", "voip_codec_AMR" : 0, "voip_codec_ECHO_H" : 0, "voip_codec_ECHO_L" : 0, "voip_codec_ECHO_M" : 0, "voip_codec_EFR" : 0, "voip_codec_EVRC" : 0, "voip_codec_FR" : 0, "voip_codec_G711_5" : 0, "voip_codec_G711_10" : 0, "voip_codec_G711_20" : 0, "voip_codec_G722_2" : 0, "voip_codec_G723" : 0, "voip_codec_G726_10" : 0, "voip_codec_G726_20" : 0, "voip_codec_G728" : 0, "voip_codec_G729A" : 0, "voip_codec_G729EG_8" : 0, "voip_codec_G729EG_11_8" : 0, "voip_codec_ILBC13" : 0, "voip_codec_ILBC15" : 0, "voip_codec_mode" : "Mixed Mode", "voip_codec_QCELP8" : 0, "voip_codec_QCELP13" : 0, "voip_codec_SMV" : 0, "voip_codec_T38" : 0 }, "call_rate_limiting" : { "maximum_cas_call_burst" : 0, "maximum_cas_calls_per_second" : 0, "maximum_isdn_call_burst" : 0, "maximum_isdn_calls_per_second" : 0, "maximum_sip_call_burst" : 0, "maximum_sip_calls_per_second" : 0, "maximum_ss7_call_burst" : 0, "maximum_ss7_calls_per_second" : 0, "maximum_total_call_burst" : 0, "maximum_total_calls_per_second" : 0 }, "description" : "", "graceful_upgrade_timeout" : 0, "is_np1_backup" : false, "location" : "", "name" : "@[hardware_name]", "serial_number" : "@[serial_number]", "target_state" : "Enabled", "tdm_line_type" : "E1_T1_J1", "type" : "TDM/IP Gateway", "bondings" : { }, "cas_stacks" : { }, "ethernet_ports" : { }, "ip_interfaces" : { }, "isdn_stacks" : { }, "iua_stacks" : { }, "m2pa_stacks" : { }, "m2ua_stacks" : { }, "mtp2_stacks" : { }, "rtp_port_ranges" : { }, "sctp_stacks" : { }, "tdm_line_interfaces" : { }, "tunnels" : { }, "virtual_ports" : { } }
List of Parameters
Advanced Parameters