WAN. System Networking Lab Table 1

Size: px
Start display at page:

Download "WAN. System Networking Lab Table 1"

Transcription

1

2 System Networking Lab Table 1 In this diagram each system operates independently to supply network services to the phones on its LAN interface. The phones are powered by a Power over Ethernet switch. The WAN ports are plugged into a switch so they can communicate over a Layer 2 network so there is no need to route between subnets Each system operates in Gateway/Firewall mode in order to NAT each systems LAN to each WAN interface The NAT option allows each system to provide DHCP on each phone subnet to simplify configuration Each system listens on both interfaces for VoIP traffic using the built in SBC (Session Border Controller) The network and dial plans must be built in order to route VoIP traffic between system extensions Each system has a unique Site Prefix in order steer VoIP traffic to each fully qualified host name Incoming calls will have the Site Prefix added to CLID on ingress to make a callback easier Hostname WAN address LAN address DNS Server Ext Prefix Site Prefix Firewall Mode 1000.scopserv.local / / XXX 801 Gateway/Firewall 2000.scopserv.local / / XXX 802 Gateway/Firewall 3000.scopserv.local / / XXX 803 Gateway/Firewall 4000.scopserv.local / / XXX 804 Gateway/Firewall 5000.scopserv.local / / XXX 805 Gateway/Firewall 6000.scopserv.local / / XXX 806 Gateway/Firewall 1000.scopserv.local 1XXX 6000.scopserv.local 6XXX 2000.scopserv.local 2XXX WAN 5000.scopserv.local 5XXX 3000.scopserv.local 3XXX 4000.scopserv.local 4XXX

3 Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface is connected to the network so the server can get an IP address. Before you can login to the server you must know the IP address of at least one physical interface. From the Linux console login prompt, enter username root omitting any quotation marks. From the password prompt enter the default root password scopserv omitting any quotation marks. Once you are successfully logged as root type the command ifconfig to determine at least one eth interface. In this example the eth0 IP address is Also notice that the HWaddr is the MAC address of the eth0 interface.

4 Network Module system-config-network If there is no DHCP server on the network the server will not get an IP address. Using the command system-config-network omitting any quotes an IP address can be set statically and then used to login to the GUI.

5 Network Module system-config-network Use the tab key on the keyboard to select Edit Devices Use the tab key on the keyboard to select eth0 and press enter

6 Network Module system-config-network Use the tab key on the keyboard to select elements. Use the space bar to uncheck or check DHCP. Use the keyboard to enter a Static IP and Netmask for this local server as in this example using the IP address table from the System Networking Lab Table 1 Use the tab key to select Ok. Press Enter when finished.

7 Network Module system-config-network Use the tab key on the keyboard to select Save Press Enter when finished Use the tab key on the keyboard to select Save&Quit Press Enter when finished

8 Server Module service network restart From the root prompt type service network restart omitting any quotes to restart the network with the new static IP address.

9 Network Module Web GUI Login Once logged into the GUI the eth1 interface must be configured in order to enable routing. The ifconfig command displays the MAC address of eth1 which is needed to add another network interface to the system. The eth1 MAC address in this example is 00:E0:81:D8:5D:BD.

10 Network Module Web GUI Login Open a web browser and use the IP address found using the ifconfig command in the following format: address>:5555 Where <ip address> if the IP address of the server and the :5555 is the listening port of the ScopTEL web server. Example: The default login username is admin omitting quotes. The default admin password is admin omitting any quotes.

11 Server Module Configuration Wizard Since each system is a new install after the first admin login you will be prompted to run the ScopServ Initial Server Configuration Wizard. Before proceeding make sure you have your server s serial number handy so you can activate all of the menus and proceed with the configuration wizard. If you have the serial number proceed with the wizard by pressing Next.

12 Server Module EULA By clicking on Next on the EULA page you are agreeing to the terms of the ScopServ End User License Agreement.

13 Server Module Listen Port The default GUI listening port is Proxy information can be entered if the required Internet connection uses a proxy. To send voic or fax to using a third party server tick the Smart Relay check box and fill in the credentials needed to connect to the external server. Click Next to proceed.

14 Server Module Registration Details Enter the Serial Number purchased from ScopServ and system details. Click Next.

15 Server Module Admin Password Change In the field it is recommended to change the default admin password. Since this is a lab environment leave the default password and click Next.

16 Server Module NTP Server Choose your Time Zone and check the box to sync time with an NTP time server. Enter the IP or FQDN address of the NTP server. Click Next.

17 Server Module Network Configuration Set the Fully Qualified Domain Name (FQDN) for the local system from the System Networking Lab Table 1. Set the network configuration as static for the local system using the information from the System Networking Lab Table 1. Set the DNS server information for the local system using the information from the System Networking Lab Table 1. NOTE: The system is a fully capable DNS server and can resolve DNS for the network but a third party DNS server can also be used. Press Next.

18 Server Module High Availability Enable or skip any required High Availability Settings. Press Next.

19 Server Module Firewall Type You will set the Firewall configuration later. Choose No Firewall. Click Next.

20 Server Module Locale Choose the language type that best suits your country profile to set the local tones and cadences configuration that best suits your local telco. The Server is behind NAT option is configured if the server is behind a third party NAT router. This setting manipulates SIP traffic to work behind the NAT router using the internal Session Border Controller (SBC) For each local system use the Hostname using the information from the System Networking Lab Table 1 NOTE: If the server is behind NAT then ensure that any external firewall port forwards the TCP/UDP ports to the static IP address of the server. Port examples: UDP/TCP 5060 SIP signaling UDP/TCP SIP RTP traffic UDP 4569 IAX2 signaling and RTP traffic TCP 22 SSH management TCP 5555 ScopTEL GUI UDP 123 NTP UDP 69 TFTP provisioning

21 Server Module Apply Changes and Reboot Review changes and tick on Apply Changes. Click Finish. Reboot Server when prompted.

22 Network Configuration Network Interfaces On a new installation it may be necessary to add an eth1 interface in order to configure the WAN interface. From the Configuration>Network>Interfaces tree check to see if both eth0 and eth1 interfaces already exist. If the eth1 interface is already configured then from the Configuration>Network>Interfaces tree click on edit eth1. If the eth1 interface is not configured, then from the Configuration>Network>Interfaces tree click on Add a new Interface.

23 Network Configuration WAN Interface In this example the eth1 configuration from the lab exercise system is 1000.scopserv.local and the eth1 WAN interface is /24. Substitute the IP address and subnet mask and MAC address for the system you are working on using the information table on page 1. When finished click Add or Save depending on whether you must add eth1 or it is already configured.

24 Network Configuration LAN Interface In this example the eth0 configuration from the lab exercise system is 1000.scopserv.local and the eth0 LAN interface is /16. Edit the eth0 interface and substitute the IP address and subnet mask and MAC address for the system you are working on using the information table on page 1. When finished click on Save.

25 Network Configuration Hostname In this example the hostname configuration from the lab exercise system is 1000.scopserv.local and you will use the eth0 LAN address as the DNS server address which is also the DNS Server information from page 1. Edit the default Hostname and when finished click on Save.

26 Network Configuration Firewall Wizard Click on each box listed to allow inbound traffic for each required service and click Next.

27 Network Configuration Firewall Wizard There is no need to deny any Outbound Services in the lab so click on Next. On the last step make sure to click on the the Apply Changes? [x] box and then click Finish to save the configuration.

28 Network Configuration DNS Configuration Wizard From the DNS tree click on Configuration Wizard. From the drop down list select the Local Domain scopserv.local. Click Next.

29 Network Configuration DNS Configuration Wizard Enter a View Name in the text box that corresponds with the server in this network. 1000local was chosen for this system. Click Next Click a checkbox into Apply Changes and click Finish

30 Network Configuration DNS Configuration Wizard The Summary screen appears. Click Close.

31 Network Configuration DNS A Records - Table 2 Each server has a unique Fully Qualified Host Name (FQDN) on the network. Each server will communicate with the others by using DNS A records. A DNS record for each other system needs to be entered into the default zone for each server on the network. Use this table to enter each A record for other systems on this network. Notice that each A record will resolve to the WAN address of each server. This is because each LAN address is behind NAT and will not be accessible by other servers. A Record IP address Reverse DNS 1000.scopserv.local scopserv.local 2000.scopserv.local scopserv.local 3000.scopserv.local scopserv.local 4000.scopserv.local scopserv.local 5000.scopserv.local scopserv.local 6000.scopserv.local scopserv.local

32 Network Configuration DNS Zone Configuration Click on Zones. Edit the scopserv.local zone.

33 Network Configuration DNS A Record Configuration Choose Record Type IPv4 Address (A). Enter the Host name. Enter the IPv4 address. Make sure to use the data from the DNS A Records Table for each system.

34 Network Configuration DNS A Record Configuration NOTE that the default A record for the local system is already created by the DNS Configuration Wizard and uses the LAN address of the server. Make sure each other A record is configured before proceeding to the next module.

35 Network Configuration DHCP Subnet Table 3 Use this table to create the DHCP server configuration for each system on the network. Note that each scope belongs to a class B subnet so it can service more than 254 IP addresses. In real scenarios a larger subnet might be necessary to provide DHCP to thousands of IP phones. The Default Gateway belongs to the LAN address of each server so the DHCP client will NAT outbound to reach subnets that are not local. Primary DNS is the local server which is configured with A records for each other server. The TFTP server for each subnet is the LAN address of the local server which will use the Automatic Provisioning System to manage the configuration files for each IP Phone. The NTP server for each subnet is the LAN address of the local server and the local server will act as a Network Time Protocol (NTP) server on each local subnet. hostname DHCP Start DHCP Stop Default Gateway Primary DNS Domain Name TFTP Server Name NTP Server Time Offset 1000.scopserv.local scopserv.local 1000.scopserv.local 1000.scopserv.local scopserv.local scopserv.local 2000.scopserv.local 2000.scopserv.local scopserv.local scopserv.local 3000.scopserv.local 3000.scopserv.local scopserv.local scopserv.local 4000.scopserv.local 4000.scopserv.local scopserv.local scopserv.local 5000.scopserv.local 5000.scopserv.local scopserv.local scopserv.local 6000.scopserv.local 6000.scopserv.local

36 Network Configuration DHCP Subnet Configuration Edit the default DHCP Server configuration.

37 Network Configuration DHCP Subnet Configurationa Enable the DHCP Server. Check Dynamically update the DNS Server? [x]. Choose the Domain DNS Zone scopserv.local from the dropdown list. Click Save when done.

38 Network Configuration DHCP Subnet Configuration Click on the Subnet tab. Click on Add to add a new subnet

39 Network Configuration DHCP Subnet Configuration Select Interface LAN from the dropdown list. Using the DHCP table enter the Start and End IP address and Gateway information for the local server. When done click on the DNS Configuration tab.

40 Network Configuration DHCP Subnet Configuration Enter scopserv.local into the Domain Name field. Using the DHCP table enter the LAN address of the local server. When done click on the DHCP Options tab.

41 Network Configuration DHCP Subnet Configuration Using the DHCP table enter the FQDN of the local server into the TFTP Server Name and Time Server (NTP) fields. Enter (GMT-5) into the Time Offset (in seconds) field to configure the DHCP clients into time zone EST (or applicable time zone). When done click on Add.

42 Network Configuration General Services Startup From the tab General>Bootup Services click on Edit and put a checkbox next to Network, Firewall, DHCP Server, DNS Server. Apply Change when done.

43 Network Configuration Network Commit Click on Commit to write all of the changes.

44 Server Configuration Date and Time Configuration From the Server menu Edit the Date and Time Configuration. Check the box to Use Time Server (NTP)? [x]. Choose the Time Zone applicable for your Time Zone (America/Montreal in this example). Click on the Time Server tab when done.

45 Server Configuration Date and Time Configuration Check the box to Act as a Time Server?[x] Enter time.nrc.ca as the Primary Server Enter Allowed Network /16 for each server on the network to allow NTP requests from any client on this subnet Click Save when done

46 Server Configuration Server Bootup Services From the tab Server Bootup Services Edit the Bootup Services and check the option to start all services as shown in this example. Click Apply Change when done.

47 Network Configuration Reboot Server From the tab Server>General click on Reboot Server to apply and start all services.

48 Telephony Configuration Pre-Requisites Objects like telephony extensions, Class of Service, and Outgoing Lines require that other objects exist before they can be properly and efficiently configured. Configuring these objects in the correct sequence will make first time installation much more efficient and promote a better understanding of each object s intended function. It is best practice not to use Upper Case characters or Special characters when entering object names. Here is a basic checklist to perform when setting up a new server for the first time: Edit Telephony Modules Edit Feature Codes Commit Edit Services Startup Interfaces Card Detect (optional but at least one physical interface must exist in order to provide a DAHDI timing source for Asterisk) Create Interfaces Create Incoming lines Create Outgoing Line(s) Verify Class of Service objects Security Settings Create Extensions Commit and Services Restart

49 Telephony Configuration Edit Telephony Modules It is essential that pre-requisite modules be enabled prior to anything being configured on the server. This is to ensure that only required VoIP protocols and PSTN hardware modules are loaded during startup. Edit and save the values for tab Configuration>Telephony>Configuration>Telephony Modules. After saving Commit all changes Recommended values are: Include all default values Analog Interfaces (DAHDIl) Digital Interfaces (DAHDI) SIP Channels IAX Channels Virtual Fax Emergency Lines Queues and Agents Conferences IVR Report/Logging Scheduler Asterisk Manager Jabber (XMPP) Channels T.38 Fax (UDPTL) Passthrough

50 Server Module Telephony 2.5 Version Switcher Telephony version 2.5 and Asterisk 1.8 are required for the latest features and support. The Version Switcher easily switches between various releases. From the tab Server>Packages Manager>Versions Information. Click to Toggle Version to scopserv-telephony25.

51 Server Module Telephony 2.5 Version Switcher Click Commit to write new changes

52 Server Module Asterisk 1.8 Version Switcher From the tab Server>Packages Manager>Version Informations. Asterisk Packages>Asterisk18. Click on Toggle Version. Click to Commit changes.

53 Telephony Module Edit Services By default no Telephony Services are enabled. You must enable the services you require. Typically all services are enabled. Click on Edit Services to select the required services on boot.

54 Telephony Module Edit Services Click each checkbox to enable Start at bootup. Apply Change when done.

55 Telephony Module SIP VoIP Interfaces Table 4 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 1000.scopserv.local NA Specific Registers to Dynamic Dynamic 802to to801 Sc0pS3rv FALSE TRUE DEFAULT Friend 1000.scopserv.local NA Specific Registers to Dynamic Dynamic 803to to801 Sc0pS3rv FALSE TRUE DEFAULT Friend 1000.scopserv.local NA Specific Registers to Dynamic Dynamic 804to to801 Sc0pS3rv FALSE TRUE DEFAULT Friend 1000.scopserv.local NA Specific Registers to Dynamic Dynamic 805to to801 Sc0pS3rv FALSE TRUE DEFAULT Friend 1000.scopserv.local NA Specific Registers to Dynamic Dynamic 806to to801 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 1000.scopserv.local 2000.scopserv.local Specific 801to to802 Sc0pS3rv TRUE TRUE DEFAULT Friend 1000.scopserv.local 3000.scopserv.local Specific 801to to803 Sc0pS3rv TRUE TRUE DEFAULT Friend 1000.scopserv.local 4000.scopserv.local Specific 801to to804 Sc0pS3rv TRUE TRUE DEFAULT Friend 1000.scopserv.local 5000.scopserv.local Specific 801to to805 Sc0pS3rv TRUE TRUE DEFAULT Friend 1000.scopserv.local 6000.scopserv.local Specific 801to to806 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

56 Telephony Module SIP VoIP Interfaces Table 5 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 2000.scopserv.local NA Specific Registers to Dynamic Dynamic 801to to802 Sc0pS3rv FALSE TRUE DEFAULT Friend 2000.scopserv.local NA Specific Registers to Dynamic Dynamic 803to to802 Sc0pS3rv FALSE TRUE DEFAULT Friend 2000.scopserv.local NA Specific Registers to Dynamic Dynamic 804to to802 Sc0pS3rv FALSE TRUE DEFAULT Friend 2000.scopserv.local NA Specific Registers to Dynamic Dynamic 805to to802 Sc0pS3rv FALSE TRUE DEFAULT Friend 2000.scopserv.local NA Specific Registers to Dynamic Dynamic 806to to802 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 2000.scopserv.local 1000.scopserv.local Specific 802to to801 Sc0pS3rv TRUE TRUE DEFAULT Friend 2000.scopserv.local 3000.scopserv.local Specific 802to to803 Sc0pS3rv TRUE TRUE DEFAULT Friend 2000.scopserv.local 4000.scopserv.local Specific 802to to804 Sc0pS3rv TRUE TRUE DEFAULT Friend 2000.scopserv.local 5000.scopserv.local Specific 802to to805 Sc0pS3rv TRUE TRUE DEFAULT Friend 2000.scopserv.local 6000.scopserv.local Specific 802to to806 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

57 Telephony Module SIP VoIP Interfaces Table 6 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 3000.scopserv.local NA Specific Registers to Dynamic Dynamic 801to to803 Sc0pS3rv FALSE TRUE DEFAULT Friend 3000.scopserv.local NA Specific Registers to Dynamic Dynamic 802to to803 Sc0pS3rv FALSE TRUE DEFAULT Friend 3000.scopserv.local NA Specific Registers to Dynamic Dynamic 804to to803 Sc0pS3rv FALSE TRUE DEFAULT Friend 3000.scopserv.local NA Specific Registers to Dynamic Dynamic 805to to803 Sc0pS3rv FALSE TRUE DEFAULT Friend 3000.scopserv.local NA Specific Registers to Dynamic Dynamic 806to to803 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 3000.scopserv.local 1000.scopserv.local Specific 803to to801 Sc0pS3rv TRUE TRUE DEFAULT Friend 3000.scopserv.local 2000.scopserv.local Specific 803to to802 Sc0pS3rv TRUE TRUE DEFAULT Friend 3000.scopserv.local 4000.scopserv.local Specific 803to to804 Sc0pS3rv TRUE TRUE DEFAULT Friend 3000.scopserv.local 5000.scopserv.local Specific 803to to805 Sc0pS3rv TRUE TRUE DEFAULT Friend 3000.scopserv.local 6000.scopserv.local Specific 803to to806 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

58 Telephony Module SIP VoIP Interfaces Table 7 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 4000.scopserv.local NA Specific Registers to Dynamic Dynamic 801to to804 Sc0pS3rv FALSE TRUE DEFAULT Friend 4000.scopserv.local NA Specific Registers to Dynamic Dynamic 802to to804 Sc0pS3rv FALSE TRUE DEFAULT Friend 4000.scopserv.local NA Specific Registers to Dynamic Dynamic 803to to804 Sc0pS3rv FALSE TRUE DEFAULT Friend 4000.scopserv.local NA Specific Registers to Dynamic Dynamic 805to to804 Sc0pS3rv FALSE TRUE DEFAULT Friend 4000.scopserv.local NA Specific Registers to Dynamic Dynamic 806to to804 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 4000.scopserv.local 1000.scopserv.local Specific 804to to801 Sc0pS3rv TRUE TRUE DEFAULT Friend 4000.scopserv.local 2000.scopserv.local Specific 804to to802 Sc0pS3rv TRUE TRUE DEFAULT Friend 4000.scopserv.local 3000.scopserv.local Specific 804to to803 Sc0pS3rv TRUE TRUE DEFAULT Friend 4000.scopserv.local 5000.scopserv.local Specific 804to to805 Sc0pS3rv TRUE TRUE DEFAULT Friend 4000.scopserv.local 6000.scopserv.local Specific 804to to806 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

59 Telephony Module SIP VoIP Interfaces Table 8 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 5000.scopserv.local NA Specific Registers to Dynamic Dynamic 801to to805 Sc0pS3rv FALSE TRUE DEFAULT Friend 5000.scopserv.local NA Specific Registers to Dynamic Dynamic 802to to805 Sc0pS3rv FALSE TRUE DEFAULT Friend 5000.scopserv.local NA Specific Registers to Dynamic Dynamic 803to to805 Sc0pS3rv FALSE TRUE DEFAULT Friend 5000.scopserv.local NA Specific Registers to Dynamic Dynamic 804to to805 Sc0pS3rv FALSE TRUE DEFAULT Friend 5000.scopserv.local NA Specific Registers to Dynamic Dynamic 806to to805 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 5000.scopserv.local 1000.scopserv.local Specific 805to to801 Sc0pS3rv TRUE TRUE DEFAULT Friend 5000.scopserv.local 2000.scopserv.local Specific 805to to802 Sc0pS3rv TRUE TRUE DEFAULT Friend 5000.scopserv.local 3000.scopserv.local Specific 805to to803 Sc0pS3rv TRUE TRUE DEFAULT Friend 5000.scopserv.local 4000.scopserv.local Specific 805to to804 Sc0pS3rv TRUE TRUE DEFAULT Friend 5000.scopserv.local 6000.scopserv.local Specific 805to to806 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

60 Telephony Module SIP VoIP Interfaces Table 9 For each system create each other dynamic SIP VoIP Interface so a Specific friend can register to this system. General Server Register As user Enable Proxy System Default Host/IP Host Mode Server Username From User Type Username Password Agent Settings 6000.scopserv.local NA Specific Registers to Dynamic Dynamic 801to to806 Sc0pS3rv FALSE TRUE DEFAULT Friend 6000.scopserv.local NA Specific Registers to Dynamic Dynamic 802to to806 Sc0pS3rv FALSE TRUE DEFAULT Friend 6000.scopserv.local NA Specific Registers to Dynamic Dynamic 803to to806 Sc0pS3rv FALSE TRUE DEFAULT Friend 6000.scopserv.local NA Specific Registers to Dynamic Dynamic 804to to806 Sc0pS3rv FALSE TRUE DEFAULT Friend 6000.scopserv.local NA Specific Registers to Dynamic Dynamic 805to to806 Sc0pS3rv FALSE TRUE DEFAULT Friend For each system create each other Specific SIP VoIP Interface to register to the Dynamic friend. System Default Host/IP Host Mode General Username Server Username Register As user Server Password Agent Enable Proxy Settings From User 6000.scopserv.local 1000.scopserv.local Specific 806to to801 Sc0pS3rv TRUE TRUE DEFAULT Friend 6000.scopserv.local 2000.scopserv.local Specific 806to to802 Sc0pS3rv TRUE TRUE DEFAULT Friend 6000.scopserv.local 3000.scopserv.local Specific 806to to803 Sc0pS3rv TRUE TRUE DEFAULT Friend 6000.scopserv.local 4000.scopserv.local Specific 806to to804 Sc0pS3rv TRUE TRUE DEFAULT Friend 6000.scopserv.local 5000.scopserv.local Specific 806to to805 Sc0pS3rv TRUE TRUE DEFAULT Friend Type

61 Telephony Module Add New VoIP Accounts Click Add a new VoIP Account from Interfaces>VoIP Accounts

62 Telephony Module Dynamic Host Mode VoIP Accounts Create a dynamic SIP Friend for each server referencing SIP VoIP Interfaces Table 4-9. In this example you are configuring server 1000.scopserv.local with a Dynamic entry of 802to801 so the remote server 2000.scopserv.local can register to 1000.scopserv.local. You will have to create a dynamic entry for all other systems on the network to allow registrations to this local server. Type is SIP. Trunk Type is Friend to allow calls in both directions. Enter the remote Hostname into the Name field. When done click on the Server tab.

63 Telephony Module Dynamic Host Mode VoIP Accounts This example shows the Server tab requirements for Host Mode Dynamic Host Mode Dynamic sets the SIP registration credentials for other systems with VoIP accounts set to Host Mode specific to allow the remote system to register to this account. Since we are not allowing only incoming registrations. from a specific Host/IP the Default Host/IP can be left blank. The default Port is 5060 and can be left blank. The Enable Proxy Settings checkbox must be checked and the From User Default info will appear in the CLID of incoming calls. The From User must be left at the Default setting Click Add when done.

64 Telephony Module Specific Host Mode VoIP Accounts Create a specific SIP Friend for each server referencing SIP VoIP Interfaces Table 4-9. This example shows the General tab requirements for Host Mode specific. Host Mode specific sets the SIP registration credentials to register to Host Mode Dynamic VoIP accounts on other servers in the network. Since we must register the local system 1000.scopserv.local to 2000.scopserv.local will use an account name of 801to802. Type is SIP. Trunk Type is Friend to allow calls in both directions. When done click on the Server tab.

65 Telephony Module Specific Host Mode VoIP Accounts This example shows the Server tab requirements for Host Mode Specific. Host Mode Specific sets the SIP registration credentials to register to Host Mode Dynamic VoIP accounts on other servers in the network. Since we must register 1000.scopserv.local to other servers a Specific VoIP account must be created for this local server Enter the remote Hostname into the Host/IP field to route SIP registrations to the remote server Register as User Agent must be checked The default Port is 5060 and can be left blank The Enable Proxy Settings checkbox must be checked and the From User Default info will appear in the CLID of incoming calls The From User must be left at the Default setting Click Add when done

66 Telephony Module VoIP Interface Summary This example shows the completed VoIP Interface section for server 1000.scopserv.local. Data fill each other server with the information from the SIP VoIP Interfaces Table 4-9.

67 Telephony Module Dial Plan Summary Custom Dial Plan Strings X matches any digit from 0-9 Z matches any digit form 1-9 N matches any digit from 2-9 [1237-9] matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9). wildcard, matches one or more characters! wildcard, matches zero or more characters immediately Examples NXXXXXX matches a normal 7 digit telephone number 1NXXNXXXXXX matches an area code and phone number preceded by a one matches any string of at least five characters that starts with 9011, but it does not match the four-character string 9011 itself. # matches a single # keypress

68 Telephony Module Incoming Lines Table 11 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 1000.scopserv.local Map to Local Extension [123456]XXX 802to801 default System Default Presentation Allowed, Not Screened 1000.scopserv.local Map to Local Extension [123456]XXX 803to801 default System Default Presentation Allowed, Not Screened 1000.scopserv.local Map to Local Extension [123456]XXX 804to801 default System Default Presentation Allowed, Not Screened 1000.scopserv.local Map to Local Extension [123456]XXX 805to801 default System Default Presentation Allowed, Not Screened 1000.scopserv.local Map to Local Extension [123456]XXX 806to801 default System Default Presentation Allowed, Not Screened

69 Telephony Module Incoming Lines Table 12 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 2000.scopserv.local Map to Local Extension [123456]XXX 801to802 default System Default Presentation Allowed, Not Screened 2000.scopserv.local Map to Local Extension [123456]XXX 803to802 default System Default Presentation Allowed, Not Screened 2000.scopserv.local Map to Local Extension [123456]XXX 804to802 default System Default Presentation Allowed, Not Screened 2000.scopserv.local Map to Local Extension [123456]XXX 805to802 default System Default Presentation Allowed, Not Screened 2000.scopserv.local Map to Local Extension [123456]XXX 806to802 default System Default Presentation Allowed, Not Screened

70 Telephony Module Incoming Lines Table 13 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 3000.scopserv.local Map to Local Extension [123456]XXX 801to803 default System Default Presentation Allowed, Not Screened 3000.scopserv.local Map to Local Extension [123456]XXX 802to803 default System Default Presentation Allowed, Not Screened 3000.scopserv.local Map to Local Extension [123456]XXX 804to804 default System Default Presentation Allowed, Not Screened 3000.scopserv.local Map to Local Extension [123456]XXX 805to805 default System Default Presentation Allowed, Not Screened 3000.scopserv.local Map to Local Extension [123456]XXX 806to806 default System Default Presentation Allowed, Not Screened

71 Telephony Module Incoming Lines Table 14 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 4000.scopserv.local Map to Local Extension [123456]XXX 801to804 default System Default Presentation Allowed, Not Screened 4000.scopserv.local Map to Local Extension [123456]XXX 802to804 default System Default Presentation Allowed, Not Screened 4000.scopserv.local Map to Local Extension [123456]XXX 803to804 default System Default Presentation Allowed, Not Screened 4000.scopserv.local Map to Local Extension [123456]XXX 805to804 default System Default Presentation Allowed, Not Screened 4000.scopserv.local Map to Local Extension [123456]XXX 806to804 default System Default Presentation Allowed, Not Screened

72 Telephony Module Incoming Lines Table 15 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 5000.scopserv.local Map to Local Extension [123456]XXX 801to805 default System Default Presentation Allowed, Not Screened 5000.scopserv.local Map to Local Extension [123456]XXX 802to805 default System Default Presentation Allowed, Not Screened 5000.scopserv.local Map to Local Extension [123456]XXX 803to805 default System Default Presentation Allowed, Not Screened 5000.scopserv.local Map to Local Extension [123456]XXX 804to805 default System Default Presentation Allowed, Not Screened 5000.scopserv.local Map to Local Extension [123456]XXX 806to805 default System Default Presentation Allowed, Not Screened

73 Telephony Module Incoming Lines Table 16 For each system create an Incoming Line from each other Trunk System Incoming Line Type Extensions (Pattern) Trunk Options Schedule Advanced Options Class of Service CallerID Enable Presentation indicator 6000.scopserv.local Map to Local Extension [123456]XXX 801to806 default System Default Presentation Allowed, Not Screened 6000.scopserv.local Map to Local Extension [123456]XXX 802to806 default System Default Presentation Allowed, Not Screened 6000.scopserv.local Map to Local Extension [123456]XXX 803to806 default System Default Presentation Allowed, Not Screened 6000.scopserv.local Map to Local Extension [123456]XXX 804to806 default System Default Presentation Allowed, Not Screened 6000.scopserv.local Map to Local Extension [123456]XXX 805to806 default System Default Presentation Allowed, Not Screened

74 Telephony Module Incoming Dial Plan For each server a new Incoming Line must be built for each Dynamic VoIP Interface using the Incoming Lines Table An Extensions (Pattern) can be used to simplify incoming DNIS lookups if Type Map to Local Extensions is used. Choose the incoming Dynamic trunk from the Trunk drop down list. Click on the CallerID tab when you have configured the Type, Extensions (Pattern), Trunk.

75 Telephony Module Incoming Dial Plan Enable Presentation indicator and choose Presentation Allowed, Not Screened from the drop down list. Using the same Extensions (Pattern) keep adding Trunks until all incoming Dynamic Trunks have been added.

76 Telephony Module Incoming Dial Plan Summary Here is the Incoming Line summary for 1000.scopserv.local.

77 Telephony Module Outgoing Line Dial Plan - Table 17 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 1000.scopserv.local 802xxxx 802XXXX 3 801to scopserv.local 803xxxx 803XXXX 3 801to scopserv.local 804xxxx 804XXXX 3 801to scopserv.local 805xxxx 805XXXX 3 801to scopserv.local 806xxxx 806XXXX 3 801to806

78 Telephony Module Outgoing Line Dial Plan - Table 18 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 2000.scopserv.local 801xxxx 801XXXX 3 802to scopserv.local 803xxxx 803XXXX 3 802to scopserv.local 804xxxx 804XXXX 3 802to scopserv.local 805xxxx 805XXXX 3 802to scopserv.local 806xxxx 806XXXX 3 802to806

79 Telephony Module Outgoing Line Dial Plan - Table 19 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 3000.scopserv.local 801xxxx 801XXXX 3 803to scopserv.local 802xxxx 802XXXX 3 803to scopserv.local 804xxxx 804XXXX 3 803to scopserv.local 805xxxx 805XXXX 3 803to scopserv.local 806xxxx 806XXXX 3 803to806

80 Telephony Module Outgoing Line Dial Plan - Table 20 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 4000.scopserv.local 801xxxx 801XXXX 3 802to scopserv.local 803xxxx 803XXXX 3 802to scopserv.local 804xxxx 804XXXX 3 802to scopserv.local 805xxxx 805XXXX 3 802to scopserv.local 806xxxx 806XXXX 3 802to806

81 Telephony Module Outgoing Line Dial Plan - Table 21 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 5000.scopserv.local 801xxxx 801XXXX 3 805to scopserv.local 802xxxx 802XXXX 3 805to scopserv.local 803xxxx 803XXXX 3 805to scopserv.local 804xxxx 804XXXX 3 805to scopserv.local 806xxxx 806XXXX 3 805to806

82 Telephony Module Outgoing Line Dial Plan - Table 22 For each system create an Outgoing Line to each other system prefix and include each outgoing line in each extension's Class of Service System Outgoing Line General Name Custom Dial String Number of digit to strip Trunk 6000.scopserv.local 801xxxx 801XXXX 3 806to scopserv.local 802xxxx 802XXXX 3 806to scopserv.local 803xxxx 803XXXX 3 806to scopserv.local 804xxxx 804XXXX 3 806to scopserv.local 805xxxx 805XXXX 3 806to805

83 Telephony Module Outgoing Lines Dial Plan Summary An Outgoing Line for each remote server must be built for each local server based on the Outgoing Line Dial Plan Table The Outgoing Line Custom Dial Plan determines which VoIP Interface to use by recognizing digits dialed to steer the call to the desired server. For example when the digits dialed from system 1000.scopserv.local are the server recognizes 802 as the prefix for the 801to802 VoIP Interface and passes 2001 to server 2000.scopserv.local scopserv.local then matches the incoming digits 2001 to local extension 2001 causing the phone to ring. The same rules remain true for any VoIP (SIP, IAX2, Skinny) or TDM (ISDN PRI) trunk that supports DNIS routing. Here is the configured Outgoing Lines summary for 1000.scopserv.local.

84 Telephony Module Outgoing Lines Dial Plan Configuration Click Add a New Outgoing Line. Give the Outgoing Line an alphanumeric name (no upper case or special characters). Select the correct outgoing Trunk that matches the dial plan. When done Click on the Dial String tab.

85 Telephony Module Outgoing Lines Dial Plan Configuration Choose Type Custom Dial String from the drop down list. Since Dial Plans rely on X the Dial String includes the site prefix and the wild card upper case XXXX. Number of digit to strip 3 strips the first 3 digits from the outgoing call sending only the last 4 digits allowing the remote server to do a dial plan lookup and steer the call to a matching extension using the Incoming Lines Dial Plan. When done click on the Dial Options tab and use the Outgoing Line Dial Plan Table Note that the Dial Options are common for each server. When done Click Add.

86 Telephony Module Manager>Class of Service default Newly installed 2.5 systems include all Outgoing Lines in the default Class of Service for all tenants. You should check the Class of Service to make sure each newly created Outgoing Line is allowed for the Class of Service assigned to each extension. Add a new Class if you need to create a custom Class of Service.

87 Telephony Module Security SIP Phones are SIP User Agents. For security, SIP User Agents must register to the SIP Registrar via username and password authentication. It is typical for the SIP protocol ports to be open or forwarded to the ScopTEL server if a third party Firewall is implemented. When the SIP ports are exposed on the Firewall it is common for hackers to attempt brute force attacks on the server. Such attacks systematically request authentication using common dial plan Extensions and trivial passwords. Examples of such brute force attacks: Extension range Systematic Password attempts using passwords Systematic Password attempts using passwords 0000, 1234, 1111, 4321, , Therefore if a secure password policy is used it will prevent the overall majority of hackers from registering a SIP Extension or SIP Trunk with the server for fraudulent purposes. Examples of secure SIP password policy Minimum password length of 8 alpha numeric characters. No Dictionary words Minimum 2 Upper Case characters used Minimum 2 numerals used Passwords should be unique for each extension The same policy enforcement should be in effect when configuring Voic Passwords except Voic Passwords cannot contain Alpha characters and must be numeric. A poorly implemented Voic Password Policy can allow a hacker access to thru dial capabilities from a mailbox configured to allow outdial capabilities. Therefore Voic Passwords must be strict regardless of inconvenience caused to end users. Voic Password should never match the extension number. Example: Extension 100, Voic Password 100 Voic Password should never be trivial. Examples: 0000, 1234, 1111, 4321, ,

88 Telephony Module Security Here are the recommended Settings. To set a Global Password Security Policy navigate to Configuration>Telephony>Configuration>Security. The SIP and IAX2 Password Policy is set independently of the Global Voic Password Policy. If the Options to automatically fix invalid password?[x] is checked then non-compliant passwords will be made compliant after a commit (recommended).

89 Telephony Module Extensions Typical Extensions types are: SIP Extension (IP Extension using the SIP protocol) IAX2 Extension (IP Extension using the IAX2 protocol) Zap Extension (analog FXS extension using Sangoma or Digium cards. Sangoma and Digium cards should not coexist in the same server) Voic Extension (Voic box only) HotDesk Extension A HotDesk Extension is an Extension that logs into a physical Extension using the HotDesk Feture Code, HotDesk Extension number and required password. By logging into a physical Extension the HotDesk Extension can make and receive calls from any extension which allows the HotDesk Feature Code in its assigned Class of Service. Caller ID incoming and outgoing will be automatically manipulated to display HotDesk user information. Virtual Extension A Virtual Extension is a very advanced Extension type which allows a user to login to the ScopTel GUI and use the Realtime Monitor and customize Call Detail Reports and other types of reports. Advanced options can be configured to ring multiple destinations and automatically forward copies of voic messages to multiple extensions User Options for Virtual Extensions include Follow Me, Camp-On, Personal IVR destinations Custom Forwarding Rules can be defined for: Call Forward Immediate Call Forward Busy Call Forward No Answer Call Forward Unavailable (forward when physical extension is offline) It is possible to Immediate Forward a Virtual Extension to make an Application available within an IVR context for inbound PSTN callers.

90 Telephony Module Extensions, cont d Ring Group Extension A Ring Group Extension automatically Immediately Forward it s calls to configured Follow Me destinations Advanced options can be configured to ring multiple destinations and automatically forward copies of voic messages to multiple extensions User Options for Virtual Extensions include Follow Me, Camp-On, Personal IVR destinations Custom Forwarding Rules can be defined for: Call Forward Immediate Call Forward Busy Call Forward No Answer Call Forward Unavailable (forward when physical extension is offline) It is possible to Immediate Forward a Virtual Extension to make an Application available within an IVR context for inbound PSTN callers. Shared Extension A Shared Extension can be configured so that multiple extensions can ring when the pilot DN is dialed but depending on the busy status of the extension(s) one or more extensions can ring but the busy extension will not ring

91 Telephony Module Add Multiple Extensions Wizard You can extensions manually or use the Add Multiple Extensions Wizard. Add Multiple Extensions Wizard can also be used to create a single extension. Click on Add Multiple Extensions.

92 Telephony Module Add Multiple Extensions Wizard Type is SIP. Extension(s) create a range of 3 extension numbers applicable to the system you are configuring in the network. In this example 1000.scopserv.local is being configured with extensions 1000, 1001, Class of Service default. No Phone Template is being used. Click Next.

93 Telephony Module Add Multiple Extensions Wizard Enable the Voic option. Click Next. Leave all the default values. Click Next.

94 Telephony Module Add Multiple Extensions Wizard NOTE: Act as an Operator will ring any extension with this option checked when a caller dials 0 from a voic prompt. After you create all extensions edit one of the extensions and check this option to enable the Voic Operator. Check off the following options (you will have to scroll down the active window for all options): Enable Message Waiting Indicator (MWI). Allow sender to hit 0 to reach operator. Allow sender to review/re-record message before saving? Allow to Compose a message. Allow to Callback from Voic . Leave all other options at default. When done click Next.

95 Telephony Module Add Multiple Extensions Wizard Phone Options. The phones in the lab will not be behind NAT so leave unchecked. For example you would enable this option if the phone was being used by a telecommuter behind a NAT firewall. This setting enables SBC backend settings per extension. Choose the options in the screenshot. Do not click Next.

96 Telephony Module Add Multiple Extensions Wizard This is a continuation of Phone Options settings. SIP Alert (Auto Answer/Distinctive Ring) options are checked to enable a phone to receive an internal page. In this screenshot a Polycom phone was selected from the Device drop down list and is configured to receive incoming pages. When done click Next.

97 Telephony Module Add Multiple Extensions Wizard User Options. Enable Call Forward on No Answer Voic from the drop down list. Do not click Next. User Options continued. Enable Incoming and Outgoing Calls using the On Demand Call Recording drop down list. When done click Next.

98 Telephony Module Add Multiple Extensions Wizard User Informations. The Full Name entered in each text box sets the internal CLID displayed when the extension calls another extension. The Full Name is also used by the Voic IVR to lookup the extension by name when a caller uses the Voic Directory feature. Click Next when you have finished entering a name for each Extension.

99 Telephony Module Add Multiple Extensions Wizard Check the Apply Changes box. Click Finish. Close the summary screen.

100 Telephony Module Commit Changes From the Telephony General page click on Commit to write all the changes. When the Commit is complete reboot the server.

101 Congratulations

Basic Installation Hierarchy for Telephony Server

Basic Installation Hierarchy for Telephony Server Basic Installation Hierarchy for Telephony Server Objects like telephony extensions, Class of Service, and Outgoing Lines require that other objects exist before they can be properly and efficiently configured.

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

ScopTEL TM IP PBX Software. Basic Installation Hierarchy for Telephony Server

ScopTEL TM IP PBX Software. Basic Installation Hierarchy for Telephony Server ScopTEL TM IP PBX Software Basic Installation Hierarchy for Telephony Server Basic Installation Hierarchy for Telephony Server Therefore the purpose of this document is to provide a visual walkthrough

More information

ScopTEL TM IP PBX Software. DHCP APS Configuration

ScopTEL TM IP PBX Software. DHCP APS Configuration ScopTEL TM IP PBX Software DHCP APS Configuration DHCP Configuration DHCP detection of new devices when the ScopTEL DHCP server is the only DHCP server on the LAN. During DHCP acquisition a newly installed

More information

Manual PBX IP Version: 1.0

Manual PBX IP Version: 1.0 Manual PBX IP 2008 Version: 1.0 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF PBX-IP 2008... 4 CHAPTER 2 ACCESS TO THE PBX-IP 2008... 7 2.1 WEB PAGE ACCESS BY BROWSER... 7 2.2 SSH ACCESS BY

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

ATCOM IPPBX IP01 Product Guide Version: VoIPon Tel: +44 (0) Fax: +44 (0)

ATCOM IPPBX IP01 Product Guide Version: VoIPon   Tel: +44 (0) Fax: +44 (0) Figure: ATCOM IPPBX IP01 ATCOM IPPBX IP01 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP01... 4 CHAPTER 2 ACCESS TO THE IP01... 6 2.1 WEB PAGE ACCESS

More information

Avaya PBX SIP TRUNKING Setup & User Guide

Avaya PBX SIP TRUNKING Setup & User Guide Avaya PBX SIP TRUNKING Setup & User Guide Nextiva.com (800) 285-7995 2 P a g e Contents Description... 3 Avaya IP PBX Configuration... 3 Licensing and Physical Hardware... 4 System Tab Configuration...

More information

Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1.

Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1.0 Abstract These Application

More information

Trunks Module - User Guide

Trunks Module - User Guide Trunks Module - User Guide Overview Logging in Adding a Trunk General Settings Trunk Name Outbound CallerID CID Options Allow Any CID Block Foreign CIDs Remove CNAM Force Trunk CID Maximum Channels Continue

More information

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide Grandstream Networks, Inc. Table of Contents OVERVIEW... 4 SETUP GUIDE SCENARIO... 4 QUICK INSTALLATION... 5 Connecting the UCM6200... 5 Access UCM6200 series Web Interface... 5 CREATE USER EXTENSION...

More information

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version:

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version: Figure: ATCOM IPPBX IP04 ATCOM IPPBX IP04 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP04... 4 CHAPTER 2 ACCESS TO THE IP04... 7 2.1 WEB PAGE ACCESS

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Avaya Aura Communication Manager 5.2.1, Avaya Aura Session Manager 6.1 and Avaya Aura Session Border Controller 6.0.3 with AT&T IP Toll

More information

Application Note Asterisk BE with SIP Trunking - Configuration Guide

Application Note Asterisk BE with SIP Trunking - Configuration Guide Application Note Asterisk BE with SIP Trunking - Configuration Guide 23 January 2009 Asterisk BE SIP Trunking Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 Cisco SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 Goal The purpose of this configuration guide is to describe the steps needed to configure the

More information

Sipura SPA 3000 How To. (c) Bicom Systems

Sipura SPA 3000 How To. (c) Bicom Systems Sipura SPA 3000 How To Sipura SPA 3000 How To All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide

Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide Application Note 3Com VCX Connect with SIP Trunking - Configuration Guide 28 May 2009 3Com VCX Connect Solution SIP Trunking Table of Contents 1 3COM VCX CONNECT AND INGATE... 1 1.1 SIP TRUNKING SUPPORT...

More information

UCM6102/6104/6108/6116 Configuration

UCM6102/6104/6108/6116 Configuration UCM6102/6104/6108/6116 Configuration This document introduces manual configuration steps performed for interoperability testing between AccessLine and Grandstream UCM6102/6104/6108/6116. Configuration

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide BRI Gateway Version 2.1 Table of Contents Hardware Setup... 1 Accessing the WEB GUI... 2 Creating SIP Trunks... 3 Creating BRI Trunks... 4 Call Routing Rules... 4 Hardware Setup

More information

IP/PRI/FXS/BRI PBX. User Manual. Version 2.0

IP/PRI/FXS/BRI PBX. User Manual. Version 2.0 IP/PRI/FXS/BRI PBX User Manual Version 2.0 2 Table of Contents 1. Introduction... 6 1.1 Typical setup of IP/PRI/FXS/BRI PBX... 7 2. Getting Started With the IP/PRI/FXS/BRI PBX... 8 2.1 Hardware Setup...

More information

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration, page 1 Up a Mitel SX-2000 Digital PIMG Integration Task List for Mitel SX-2000 PIMG

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide IP/PRI/FXS/BRI PBX Version 2.1 Quick Installation Guide v2.1 www.cem-solutions.net 2 Table of Contents Initial Setup of IP/PRI/FXS/BRI PBX... 4 Notification LEDs (On the Front

More information

ScopTEL TM IP PBX Software. Managing Incoming Lines

ScopTEL TM IP PBX Software. Managing Incoming Lines ScopTEL TM IP PBX Software Managing Incoming Lines Incoming Lines Incoming Lines must be created to Route incoming calls to required destinations From Configuration > Telephony > Lines > Incoming Lines

More information

SPA400 Internet Telephony Gateway with 4 FXO Ports

SPA400 Internet Telephony Gateway with 4 FXO Ports SPA400 Internet Telephony Gateway with 4 FXO Ports Administration and Configuration Guide v1.0 Using the SPA400 The SPA400 features the ability to connect up to four (4) standard analog telephones lines

More information

Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system.

Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system. Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system. Step 1 Power-up and log into your PC. Unplug any existing ethernet cable from your PC. Step 2

More information

Application Notes for OneAccess-Telstra Business SIP with Avaya IP Office Release 11 SIP Trunking - Issue 1.0

Application Notes for OneAccess-Telstra Business SIP with Avaya IP Office Release 11 SIP Trunking - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for OneAccess-Telstra Business SIP with Avaya IP Office Release 11 SIP Trunking - Issue 1.0 Abstract These Application Notes illustrate a sample

More information

ScopTEL TM IP PBX Software. Mediatrix Sentinel ScopTEL VM Installation

ScopTEL TM IP PBX Software. Mediatrix Sentinel ScopTEL VM Installation Mediatrix Sentinel ScopTEL VM Installation Mediatrix Sentinel The Mediatrix Sentinel appliance is a Gateway Appliance with several advanced features (some of which are activated by licensing). Eight Gateway

More information

Step 3 - How to Configure Basic System Settings

Step 3 - How to Configure Basic System Settings Before configuring the IP address and network settings, complete Step 2 - How to Configure IP Address, network Settings, and Firewall. Verify the computer and the are connected to the same network, with

More information

NetVanta 7100 Exercise Basic Installation and Call Handling

NetVanta 7100 Exercise Basic Installation and Call Handling NetVanta 7100 Exercise Basic Installation and Call Handling PSTN FXO 0/1 NetVanta 7100 This exercise begins with the Out of the Box configuration of the NetVanta 7100. You will create two SIP users, a

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V NORTEL SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V9.0.1.74.660 Goal The purpose of this configuration guide is to describe the steps needed to configure

More information

Setting up Alcatel 4400 Digital PIMG Integration

Setting up Alcatel 4400 Digital PIMG Integration up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, on page 1 Up an Alcatel 4400 Digital PIMG Integration with

More information

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection

Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection CHAPTER 4 Setting Up an Avaya Definity ProLogix Digital PIMG Integration with Cisco Unity Connection For detailed instructions for setting up an Avaya Definity ProLogix digital PIMG integration with Cisco

More information

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, page 1 Up an Alcatel 4400 Digital PIMG Integration with Cisco

More information

User Manual NANO 2. Version 2.5

User Manual NANO 2. Version 2.5 Version 2.0 User Manual NANO 2 Version 2.5 Table of Contents 1. Introduction... 1 1.1. Typical setup of NanoPBX... 2 2. Getting Started With the NanoPBX... 3 2.1. Installation... 3 2.2. Accessing the GUI

More information

Grandstream IP Phone Configuration Guides

Grandstream IP Phone Configuration Guides Grandstream IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Table of Contents FOR GRANDSTREAM GXP SERIES... 3 Register with MyPBX... 3 Provisioning for MyPBX... 5 Phone

More information

IPitomy IP PBX User Guide

IPitomy IP PBX User Guide IPitomy IP PBX User Guide Table of Contents Introduction... 1 About the IPitomy IP PBX... 1 Benefits of VoIP Technology... 1 How This Guide Works... 2 Web-based System Setup... 2 The Installation Worksheet...

More information

Basic FXO Gateway Configuration

Basic FXO Gateway Configuration Mediatrix units with FXO ports Revision 308 2015-06-25 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging On to the Mediatrix Unit Web Interface 3 Configuring

More information

NEC: SIP Trunking Configuration Guide V.1

NEC: SIP Trunking Configuration Guide V.1 NEC: SIP Trunking Configuration Guide V.1 FOR MORE INFO VISIT: CALL US EMAIL US intermedia.net +1.800.379.7729 sales@intermedia.net 2 NEC: SIP Trunking Configuration Guide V.1 TABLE OF CONTENTS Introduction...

More information

Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0

Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MultiTech FaxFinder IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required to integrate

More information

Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection

Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection CHAPTER 11 Setting Up a Serial (SMDI, MCI, or MD-110) PIMG Integration with Cisco Unity Connection For detailed instructions for setting up a serial (SMDI, MCI, or MD-110) PIMG integration with Cisco Unity

More information

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0 SysMaster GW 7000 Digital Gateway User Manual version 1.0 Copyright 2003 by All rights reserved. No part of this manual may be reproduced or transmitted in any form without written permission from. The

More information

New System Setup Guide

New System Setup Guide New System Setup Guide Logging into PBXact UC Quick Setup Wizard STEP 1: Time Zone and Email STEP 2: Extension Creation STEP 3: Extension Customization Dashboard Module Configuration Extensions IVR Inbound

More information

Configuring the Grandstream UCM6202 for use with TopView Voice Notification Updated August 2018

Configuring the Grandstream UCM6202 for use with TopView Voice Notification Updated August 2018 Configuring the Grandstream UCM6202 for use with TopView Voice Notification Updated August 2018 Contents Introduction... 2 Voice Notification in TopView... 2 Options for using VOIP in TopView... 2 How

More information

Application Notes for Packet One SIP Trunk System Version 3.1 Interoperability with Avaya Software Communication System Release Issue 1.

Application Notes for Packet One SIP Trunk System Version 3.1 Interoperability with Avaya Software Communication System Release Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Packet One SIP Trunk System Version 3.1 Interoperability with Avaya Software Communication System Release 4.0 - Issue 1.0 Abstract These

More information

Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-18 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

ScopTEL TM IP PBX Software. PSTN Interfaces and Gateways

ScopTEL TM IP PBX Software. PSTN Interfaces and Gateways ScopTEL TM IP PBX Software PSTN Interfaces and Gateways Gateways A VoIP gateway is as a bridge between: Interfaces: (T1/E1, FXO, FXS) Protocols: SIP, Cisco SCCP/Skinny, MGCP (legacy protocol), and H.323

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 2.1.0 March 2013 3725-78704-001A Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information POLYCOM

More information

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.0 Abstract These Application

More information

PANASONIC. Optimum Business Trunking and the Panasonic KX-NCP500 IP PBX V Configuration Guide

PANASONIC. Optimum Business Trunking and the Panasonic KX-NCP500 IP PBX V Configuration Guide PANASONIC Optimum Business Trunking and the Panasonic KX-NCP500 IP PBX V2.0502 Configuration Guide PANASONIC Table of Contents 1. Overview 2. SIP Trunk Adaptor Set-up Instructions 3. Additional Set-up

More information

MITEL SIP CoE Technical. Configuration Note. Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking. SIP CoE XXX

MITEL SIP CoE Technical. Configuration Note. Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking. SIP CoE XXX MITEL SIP CoE Technical Configuration Note Configure Mitel MiVoice Office 6.1 SP1 PR2 for use with IntelePeer SIP Trunking SIP CoE 12-4940-00XXX NOTICE The information contained in this document is believed

More information

FREUND SIP SW - V SIP-server setup

FREUND SIP SW - V SIP-server setup FREUND SIP SW - V1.7.13 SIP-server setup Content 1. Product Setup 4 2. Log in and Home 5 3. Menu 9 3.1 Tools 9 3.1.1 Dashboard 9 3.1.2 Extensions 10 3.1.3 Trunks 14 3.1.4 Groups 18 3.1.5 Ring groups 20

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Application Notes for Configuring EarthLink SIP Trunk Service with Avaya IP Office using UDP/RTP - Issue 1.0

Application Notes for Configuring EarthLink SIP Trunk Service with Avaya IP Office using UDP/RTP - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring EarthLink SIP Trunk Service with Avaya IP Office using UDP/RTP - Issue 1.0 Abstract These Application Notes describe the procedures

More information

Setting Up a Cisco Unified Communications Manager SIP Trunk Integration, page 1

Setting Up a Cisco Unified Communications Manager SIP Trunk Integration, page 1 Up a Cisco Unified Communications Manager SIP Trunk Integration This chapter provides instructions for setting up a Cisco Unified Communications Manager SIP trunk integration with Cisco Unity Connection.

More information

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1 idor Mobile Setup Table of Contents Login into the Web-GUI... 3 Network Settings... 4 Set Static IP Address... 5 Apartments... 7 Add an Apartment... 7 Edit an Apartment... 9 Delete an Apartment... 9 SIP

More information

EP502/EP504 IP PBX 1.1 Overview

EP502/EP504 IP PBX 1.1 Overview 1.1 Overview The EP502/EP504 is an embedded Voice over IP (VoIP) Server with Session Initiation Protocol (SIP) to provide IP extension phone connection for global virtual office of small-to-medium business

More information

Connecting PBX to BroadSoft's BroadCloud SIP Trunk using AudioCodes Mediant BRI/PRI Gateway

Connecting PBX to BroadSoft's BroadCloud SIP Trunk using AudioCodes Mediant BRI/PRI Gateway Quick Guide AudioCodes Mediant Series BRI/PRI Media Gateways Connecting PBX to BroadSoft's BroadCloud SIP Trunk using AudioCodes Mediant BRI/PRI Gateway Version 7.2 Introduction See Chapter 1 Obtain Software

More information

Version 2.0 1

Version 2.0 1 www.allo.com Version 2.0 1 Copy Right Copyright 2014 allo.com. All rights reserved. No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated

More information

TT11 VoIP Router 1FXS/1FXO TA User Guide

TT11 VoIP Router 1FXS/1FXO TA User Guide TT11 VoIP Router 1FXS/1FXO TA User Guide Page 1 Table of Contents: 1.0 Introduction... 3 2.0 Package Contents... 3 3.0 Summary of LED & Connector Descriptions... 4 3.1 The Front LEDs... 4 3.2 The Rear

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Cisco Unified Communications UC320W Pre-Installation Site Information

Cisco Unified Communications UC320W Pre-Installation Site Information Cisco Unified Communications UC320W Pre-Installation Site Information Use this workbook to gather information from your customer before you install the Cisco Unified Communications UC320W at the site.

More information

Release Note for N412

Release Note for N412 Yeastar Information Technology Co. Ltd. CONTENTS FIRMWARE VERSION 45.15.0.3... 3 FIRMWARE VERSION 45.15.0.1... 3 FIRMWARE VERSION 45.14.0.23... 5 FIRMWARE VERSION 45.14.0.22... 12 2/12 FIRMWARE VERSION

More information

THINKTEL COMMUNICATIONS FONALITY TRIXBOX-PRO

THINKTEL COMMUNICATIONS FONALITY TRIXBOX-PRO THINKTEL COMMUNICATIONS FONALITY TRIXBOX-PRO SIP-TRUNK Configuration TABLE OF CONTENTS 1.1 CONFIGURING TRIXBOX-PRO WITH THE ITSP (THINKTEL)... 3 1.2 LOGGING IN TO THE TRIXBOX-PRO... 4 1.3 CONFIGURATION

More information

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0

Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Phonect SIP Trunk Service and Avaya IP Office 7.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring Session

More information

Configuration and Operation Manual

Configuration and Operation Manual V1.0.2 Rev. 9/3/2015 Contents 1. Introduction... 3 1.1. Intended Audience... 3 1.2. Objective... 3 1.3. Technical Support / Help Desk... 3 2. Getting Started... 4 2.1. Pre-requisites... 4 2.2. Configuration

More information

Application Note Configuration Guide for ShoreTel and Ingate

Application Note Configuration Guide for ShoreTel and Ingate Application Note Configuration Guide for ShoreTel and Ingate 29 August 2008 Table of Contents 1 INTRODUCTION... 1 2 SHORETEL CONFIGURATION... 2 2.1 OVERVIEW... 2 2.1.1 Version Support... 2 2.1.2 ShoreTel

More information

NetVanta 7100 Exercise Small Office Key System

NetVanta 7100 Exercise Small Office Key System NetVanta 7100 Exercise Small Office Key System PSTN Line 1 FXO 0/1-2 Line 2 NetVanta 7100 FXS 0/1 x200 x204 x203 This exercise begins with the Out of the Box configuration of the NetVanta 7100. First,

More information

IP Office Platform R11.0

IP Office Platform R11.0 Issue 03d - (09 October 2018) Contents 8. Remote SIP Deskphones 8.1 Provisioning... the Deskphones 59 8.2 Configuring... Application Rules 61 1.1 Example Schematic... 4 8.3 Configuring... Media Rules 61

More information

VG-422R. User s Guide

VG-422R. User s Guide VG-422R User s Guide Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has been tested and found to comply with

More information

How to Connect Elastix to NeoGate TA FXS Gateway

How to Connect Elastix to NeoGate TA FXS Gateway How to Connect Elastix to NeoGate TA FXS Gateway Version 1.0 Date: 2014.06.06 Yeastar Information Technology Co. Ltd Table of Contents: 1. INTRODUCTION... 3 2. PREPARATION... 3 3. VOIP MODE... 4 4. SPS/SPX

More information

Application Note. Microsoft OCS 2007 Configuration Guide

Application Note. Microsoft OCS 2007 Configuration Guide Application Note Microsoft OCS 2007 Configuration Guide 15 October 2009 Microsoft OCS 2007 Configuration Guide Table of Contents 1 MICROSOFT OCS 2007 AND INGATE... 1 1.1 SIP TRUNKING SUPPORT... 2 2 INGATE

More information

CUCM XO SIP Trunk Configuration Guide

CUCM XO SIP Trunk Configuration Guide QUANTiX QFlex Session Border Controller CUCM 10.0 - XO SIP Trunk Configuration Guide Release 5.6.2-9 Document revision: 01.01 www.genband.com 2 630-02102-01 QUANTiX QFlex Session Border Controller Publication:

More information

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for Multi-Tech

More information

VOI-9200 SIP IP PBX User Manual

VOI-9200 SIP IP PBX User Manual VOI-9200 SIP IP PBX User Manual Ver. 1.01-0701 Table of Contents 1. INTRODUCTION... 3 1.1. OVERVIEW... 3 1.2. FEATURE... 4 1.3. PACKAGE CONTENT... 5 1.4. PHYSICAL... 5 1.5. DEFAULT SETTINGS... 7 1.6. CONNECTION

More information

D-Link DVG-1402S. Manual. 2Voice + 4SW VoIP Router. Version B.1. Building Networks for People

D-Link DVG-1402S. Manual. 2Voice + 4SW VoIP Router. Version B.1. Building Networks for People D-Link DVG-1402S 2Voice + 4SW VoIP Router Manual Building Networks for People Version B.1 Contents Package Contents... 3 Introduction... 4 Rear Panel Connections... 5 Front Panel LEDs... 6 Features...

More information

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10

ANSEL FXS / 1 PSTN. VoIP Telephone Adaptor. User Manual V1.10 ANSEL 5518 1 FXS / 1 PSTN VoIP Telephone Adaptor User Manual V1.10 Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections for ANSEL 5518 A. Connect ANSEL 5518 WAN port to ADSL NAT Router as the following

More information

AT&T Voice DNA Administrator Guide

AT&T Voice DNA Administrator Guide AT&T Voice DNA Administrator Guide GET STARTED Page 2 Contents GET STARTED... 5 Log In... 6 About the AT&T Voice DNA Administrator Dashboard... 10 Use Search... 16 Move IP Phones... 22 Support... 33 Frequently

More information

Application Note Asterisk BE with Remote Phones - Configuration Guide

Application Note Asterisk BE with Remote Phones - Configuration Guide Application Note Asterisk BE with Remote Phones - Configuration Guide 15 January 2009 Asterisk BE - Remote SIP Phones Table of Contents 1 ASTERISK BUSINESS EDITION AND INGATE... 1 1.1 REMOTE SIP PHONE

More information

RX3041. User's Manual

RX3041. User's Manual RX3041 User's Manual Table of Contents 1 Introduction... 2 1.1 Features and Benefits... 3 1.2 Package Contents... 3 1.3 Finding Your Way Around... 4 1.4 System Requirements... 6 1.5 Installation Instruction...

More information

Application Notes for IPC Alliance 16 with Avaya Modular Messaging 5.2 via Avaya Aura Session Manager 6.3 using SIP Trunks Issue 1.

Application Notes for IPC Alliance 16 with Avaya Modular Messaging 5.2 via Avaya Aura Session Manager 6.3 using SIP Trunks Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for IPC Alliance 16 with Avaya Modular Messaging 5.2 via Avaya Aura Session Manager 6.3 using SIP Trunks Issue 1.0 Abstract These Application

More information

nexvortex Setup Template

nexvortex Setup Template nexvortex Setup Template KERIO OPERATOR October 2015 5 1 0 S P R I N G S T R E E T H E R N D O N V A 2 0 1 7 0 + 1 8 5 5. 6 3 9. 8 8 8 8 Introduction This document is intended only for nexvortex customers

More information

ICE-008 IP PBX. 1 Product Information 1.1 New Mini PBX. 1.2 Features System Features Call Handling Features

ICE-008 IP PBX. 1 Product Information 1.1 New Mini PBX. 1.2 Features System Features Call Handling Features ICE-008 IP PBX 1 Product Information 1.1 New Mini PBX ICE008 is a new generation office communication equipment that delivers traditional PBX (private branch exchange) functions and more with advanced

More information

Application Note. Telecenter U, Campus Edition SIP Integration to an Analog PBX

Application Note. Telecenter U, Campus Edition SIP Integration to an Analog PBX Application Note EAN 0037 Telecenter U, Campus Edition SIP Integration to an Analog PBX Overview While Telecenter U is designed to interface via SIP to the school s phone system, some schools do not have

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Avaya Communication Server 1000E Release 7.5, Avaya Aura Session Manager 6.1, and Avaya Aura Session Border Controller 6.0 with Verizon

More information

Technical Note FLX UC 1000/1500 Registering with Shoretel ShoreGear

Technical Note FLX UC 1000/1500 Registering with Shoretel ShoreGear FLX UC 1000/1500 Registering with Shoretel ShoreGear Date: February 14, 2017 This technical note gives a detailed description on how to register a Revolabs FLX UC 1000/1500 IP & USB conference phone with

More information

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0

Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Windstream SIP Trunking with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

GXW410X FXO Gateway (Firmware Revision )

GXW410X FXO Gateway (Firmware Revision ) Published on Documentation (https://www.emetrotel.com/tsd) Home > GXW410X FXO Gateway (Firmware Revision 1.4.1.4) GXW410X FXO Gateway (Firmware Revision 1.4.1.4) Gateway Setup Step One: Accessing the Gateway

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

AsteriskNow IPTables Firewall Configuration

AsteriskNow IPTables Firewall Configuration AsteriskNow IPTables Firewall Configuration In a previous guide I discussed how to setup an AsteriskNow server with Polycom phone support. In this guide I will illustrate how to tighten up your server

More information

CONNECTION ELECTRONICS LTD.

CONNECTION ELECTRONICS LTD. System Manual Version 1.0 Revised on 16-Apr-2010 CONNECTION ELECTRONICS LTD. NOTICE The information contained in this document is believed to accurate in all respects but is not warranted by Connection

More information

VG422R. User s Manual. Rev , 5

VG422R. User s Manual. Rev , 5 VG422R User s Manual Rev 1.0 2003, 5 CONGRATULATIONS ON YOUR PURCHASE OF VG422R... 1 THIS PACKAGE CONTAINS... 1 CONFIRM THAT YOU MEET INSTALLATION REQUIREMENTS... 1 1. INSTALLATION GUIDE... 2 1.1. HARDWARE

More information

nexvortex Setup Guide

nexvortex Setup Guide nexvortex Setup Guide ASTERISK September 2015 5 1 0 S P R I N G S T R E E T H E R N D O N V A 2 0 1 7 0 + 1 855.639.8888 Copyright nexvortex 2015 This document is the exclusive property of nexvortex, Inc.

More information

Setting Up a Siemens Hicom 300 E (North American) Digital PIMG Integration with Cisco Unity Connection

Setting Up a Siemens Hicom 300 E (North American) Digital PIMG Integration with Cisco Unity Connection CHAPTER 13 Up a Siemens Hicom 300 E (North American) Digital PIMG Integration with Cisco Unity Connection For detailed instructions for setting up a Siemens Hicom 300-series E (North American) digital

More information

Version: SIPPBXUM.100

Version: SIPPBXUM.100 SIPPBX 6200A User s Manual Version: SIPPBXUM.100 CH1. Overview... - 5-1.1 Specifications... - 5-1.2 Hardware Overview... - 8-1.2.1 The Front Panel... - 8-1.2.2 The Back Panel... - 8 - CH2. Start to configure

More information

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

ACE Live on RSP: Installation Instructions

ACE Live on RSP: Installation Instructions ACE Live on RSP ACE Live on RSP: Installation Instructions These installation instructions apply to OPNET ACE Live on RSP Release 7.1.3. You can find the latest version of this document at the OPNET Support

More information

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018

DMP 128 Plus C V DMP 128 Plus C V AT. Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018 DMP 128 Plus C V DMP 128 Plus C V AT Avaya IP Office Configuration Guide REVISION: 1.2 DATE: JANUARY 9 TH 2018 Revision Log Date Version Notes August 6 th 2017 1.0 First Release: Applies to Firmware 1.01.0004.002

More information

Solution Integration Guide for Multimedia Communication Server 5100 Release 4.0 and AudioCodes

Solution Integration Guide for Multimedia Communication Server 5100 Release 4.0 and AudioCodes Solution Integration Guide for Multimedia Communication Server 5100 Release 40 and AudioCodes NN42020-314 Document status: Standard Document version: 0101 Document date: 18 March 2008 All Rights Reserved

More information

Allworx System Administrator s Guide (Release x)

Allworx System Administrator s Guide (Release x) Allworx System Administrator s Guide (Release 7.0.0.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical,

More information

DMP 128 Plus C V DMP 128 Plus C V AT

DMP 128 Plus C V DMP 128 Plus C V AT DMP 128 Plus C V DMP 128 Plus C V AT Interactive Intelligence Configuration Guide REVISION: 1.0.1 DATE: MARCH 7 TH 2018 Revision Log Date Version Notes Feb 9 th 2018 1.0 First Release: Applies to Firmware

More information