Toolpack:Creating a Line Service D
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating a Line Service}} A line service defines the type of paylaod that a line interface carries or it defines...") |
(→Applies to version(s): v2.9.) |
||
| Line 43: | Line 43: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name] | ||
| + | local_index = 0 | ||
| + | name = @[line_service_name] | ||
| + | |||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/parameters | ||
| + | audio_companding = "AUTO" | ||
| + | framing = "AUTO" | ||
| + | idle_code = 85 | ||
| + | loop_time = false | ||
| + | |||
| + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/state | ||
| + | loopback_type = "None" | ||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
| + | { | ||
| + | "@[line service name]" : { | ||
| + | "local_index" : 0, | ||
| + | "name" : "@[line service name]", | ||
| + | "parameters" : { | ||
| + | "audio_companding" : "AUTO", | ||
| + | "framing" : "AUTO", | ||
| + | "idle_code" : 85, | ||
| + | "loop_time" : false | ||
| + | }, | ||
| + | "state" : { | ||
| + | "loopback_type" : "None" | ||
| + | } | ||
| + | } | ||
| + | } | ||
</pre> | </pre> | ||
</div> | </div> | ||
| − | |||
| − | |||
==List of Parameters== | ==List of Parameters== | ||
Revision as of 10:37, 9 December 2015
Applies to version(s): v2.9.
A line service defines the type of paylaod that a line interface carries or it defines another line service. The definition of a line service ends when it reaches the E1/J1/T1 line service.
The E1/J1/T1 line services are also known as trunks or spans.
To create a new line service:
1- Select TDM Line Interfaces from the navigation panel
2- Select the line interface for which you would like to create a line service.
3- Click Create new child line service
4- Enter a name for the new line service
- Select a line service type.
- Select an available local index.
- Select a framingmode.
- Click Create.
5- The new line service is displayed in the Line Services list
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name] local_index = 0 name = @[line_service_name] /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/parameters audio_companding = "AUTO" framing = "AUTO" idle_code = 85 loop_time = false /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name]/state loopback_type = "None"
Parameters (json)
{
"@[line service name]" : {
"local_index" : 0,
"name" : "@[line service name]",
"parameters" : {
"audio_companding" : "AUTO",
"framing" : "AUTO",
"idle_code" : 85,
"loop_time" : false
},
"state" : {
"loopback_type" : "None"
}
}
}
List of Parameters
Advanced Parameters




