Actions

Toolpack:Configuring VoIP Interfaces D: Difference between revisions

mNo edit summary
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
{{DISPLAYTITLE:Configuring VoIP Interfaces}}
{{DISPLAYTITLE:Configuring VoIP Interfaces}}


Line 8: Line 8:
*Gateway
*Gateway


<br>  
<br>


== To configure a VoIP0 or VoIP1 port  ==
== To configure a VoIP0 or VoIP1 port  ==

Revision as of 15:23, 23 October 2017

Applies to version(s): v2.9, v2.10, v3.0

The IP interface of the VoIP0 and VoIP1 ports can be configured by setting the following:

  • IP Address
  • Netmask
  • Gateway


To configure a VoIP0 or VoIP1 port

1. Select IP Interfaces from the navigation panel:

Create Voip Interface 0.png


2. Click the IP Interfaces tab.

  • Click Create New IP Interface

Voip Interface 1a.png


3. Configure the IP port:

  • Enter a name for the interface
  • Select a service to use for the IP inteface
  • Select a Virtual port from which IP packets will exit.
  • Indicate whether or not to use dynamic IP will be used on this inteface. For example DHCP to automatically get an IP address for this port. (selecting this option removes the need to enter and IP address, Netmask, and Gateway)
  • Enter an IP address
  • Enter a Netmask
  • Enter a gateway address
  • Click Save

Note: The IP addresses of ETH0, ETH1, VOIP0 and VOIP1 must be on different subnets.

Create Voip Interface 2.png


4. The changes are displayed in the IP interfaces information panel:

Create Voip Interface 3.png



5. Activate the configuration

Systems -> Edit -> Activate


6. It is necessary to reboot the adapters if you are using the vlan from 3441 to 3450 only.

Status -> Adapters -> Click on the adapter Serial Number -> Reboot adapter

It will take about 1.5 minutes to restart the unit.

Note: in a 1+1 system, both units must be restarted.


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/ip_interfaces/@[port_name]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/ip_interfaces/@[port_name]
gateway       = "@[address_number]"
ip_address    = "@[address_number]"
name          = "voip0"
netmask       = "@[net_mask]"
parent_tunnel = ""
service_types = [ "RTP", "SIGTRAN", "SIP" ]
unique_name   = "@[name]"
use_dhcp      = false
virtual_port  = "@[port_name]"

Parameters (json)

{
  "gateway" : "@[address_number]",
  "ip_address" : "@[address_number]",
  "name" : "voip0",
  "netmask" : "@[net_mask]",
  "parent_tunnel" : "",
  "service_types" : [
    "RTP",
    "SIGTRAN",
    "SIP"
  ],
  "unique_name" : "@[name]",
  "use_dhcp" : false,
  "virtual_port" : "@[port_name]"
}


List of Parameters