Toolpack:Adding a Media Gateway Controller (MGC) C
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Adding a Media Gateway Controller (MGC)}} After you create an H.248 configuration, you must create a new media gat...") |
m |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{DISPLAYTITLE:Adding a Media Gateway Controller (MGC)}} | {{DISPLAYTITLE:Adding a Media Gateway Controller (MGC)}} | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | |rowspan="3"|This article applies to: | ||
| + | |'''Product''' | ||
| + | |'''Version''' | ||
| + | |- | ||
| + | |Tmedia | ||
| + | |2.9, 2.10, 3.0, 3.2 | ||
| + | |} | ||
| + | |||
After you create an H.248 configuration, you must create a new media gateway controller (MGC). | After you create an H.248 configuration, you must create a new media gateway controller (MGC). | ||
A Media Gateway Controller (MGC) is a system used in VoIP architectures to control a number of Media Gateway terminals. | A Media Gateway Controller (MGC) is a system used in VoIP architectures to control a number of Media Gateway terminals. | ||
| − | |||
1- Click '''H248''' in the navigation panel | 1- Click '''H248''' in the navigation panel | ||
| Line 34: | Line 42: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
| + | /configurations/@[configuration_name]/h248_stacks/@[h248_stack]/h248_media_gateway_controllers/@[h248_gateway_controller] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
| + | /configurations/@[configuration_name]/h248_stacks/@[h248_stack]/h248_media_gateway_controllers/@[h248_gateway_controller] | ||
| + | ip_address = "@[address_number]" | ||
| + | name = "@[h248_gateway_controller]" | ||
| + | port_to_send_for_text_encoding = @[port_number] | ||
| + | position = 1 | ||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
| + | { | ||
| + | "ip_address" : "@[address_number]", | ||
| + | "name" : "@[h248_gateway_controller]", | ||
| + | "port_to_send_for_text_encoding" : @[port_number], | ||
| + | "position" : 1 | ||
| + | } | ||
</pre> | </pre> | ||
</div> | </div> | ||
Latest revision as of 13:59, 9 December 2020
| This article applies to: | Product | Version |
| Tmedia | 2.9, 2.10, 3.0, 3.2 |
After you create an H.248 configuration, you must create a new media gateway controller (MGC).
A Media Gateway Controller (MGC) is a system used in VoIP architectures to control a number of Media Gateway terminals.
1- Click H248 in the navigation panel
2- Click Create New H248 MGC in the H.248 configuration window
3- Configure the new MGC:
- Enter a name for the MGC
- Enter an IP address
- Click Create
4- Verify that the "h248_mgc_cfg was successfully created" message appears
Path
/configurations/@[configuration_name]/h248_stacks/@[h248_stack]/h248_media_gateway_controllers/@[h248_gateway_controller]
Parameters (text)
/configurations/@[configuration_name]/h248_stacks/@[h248_stack]/h248_media_gateway_controllers/@[h248_gateway_controller] ip_address = "@[address_number]" name = "@[h248_gateway_controller]" port_to_send_for_text_encoding = @[port_number] position = 1
Parameters (json)
{
"ip_address" : "@[address_number]",
"name" : "@[h248_gateway_controller]",
"port_to_send_for_text_encoding" : @[port_number],
"position" : 1
}


