Sandbox:Toolpack:Creating a Line Service restful 1
From TBwiki
(Difference between revisions)
(Remove unnecessary text + add collapsible section) |
(fix typo) |
||
(7 intermediate revisions by one user not shown) | |||
Line 37: | Line 37: | ||
[[Image:CreateLineService_3.png]] | [[Image:CreateLineService_3.png]] | ||
− | |||
<div class="mw-collapsible mw-collapsed" data-collapsetext="RESTFUL provisioning API" data-expandtext="RESTFUL provisioning API" style="width: 400px;"> | <div class="mw-collapsible mw-collapsed" data-collapsetext="RESTFUL provisioning API" data-expandtext="RESTFUL provisioning API" style="width: 400px;"> | ||
+ | |||
'''Path''' | '''Path''' | ||
− | + | <pre> | |
− | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/tdm_line_interfaces/@[line_interface_name]/line_services/@[line_service_name] | |
+ | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
− | + | <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> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
− | + | <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> | ||
</div> | </div> | ||
+ | |||
==List of Parameters== | ==List of Parameters== |
Latest revision as of 08:59, 6 October 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