Practical Guide. How to setup VoIP Infrastructure using AsteriskNOW

Size: px
Start display at page:

Download "Practical Guide. How to setup VoIP Infrastructure using AsteriskNOW"

Transcription

1 Practical Guide How to setup VoIP Infrastructure using AsteriskNOW

2

3 Table of Contents 1. Background The VoIP scenarios Before getting started Training Kits Software requirements Conventions Known issues Virtualization versus dedicated hardware Installing AsteriskNOW Installation Screenshots discussed Configuring AsteriskNOW for Scenario Configuration though the Asterisk GUI Setup Wizard Step 1: Hardware detection Step 2: Local extensions settings Step 3: Configuring service providers Step 4: Outbound calling rules Step 5: Voic settings Step 6: User extensions Step 7: Incoming calls rules Advanced options: Asterisk GUI Configuration of ATAs Quick Installation Guide Scenario Scenario Scenario Verify your results Scenario Scenario Scenario Background The first edition of the VoIP 4D Primer, Building voice infrastructure in developing regions released in December 2006 covered the basic aspects of IP Telephony and provided configuration guidelines for the Asterisk PBX for three basic scenarios. This document aims to make the installation of such scenarios even easier. While in the first version of the Guide we configured Asterisk by editing the configuration files, in this guide we are going to use a graphical user interface (GUI). We have reviewed several initiatives that provide a graphical interface to Asterisk and decided to prepare this practical tutorial based on the AsteriskGUI available in Asterisk 1.4.x series. A new distribution known as AsteriskNOW, includes a straightforward installer and all the software packages for Asterisk production and development. Although the distribution is still in beta stage (beta5 in November 2007), it has been designed with a very clean interface and a very intuitive wizard. 1

4 An analysis of other initiatives is available in the document: Making IP telephony knowledge accessible (prestudy1). 2. The VoIP scenarios The three scenarios described in this document are similar to the ones described in detailed in the VoIP 4D Primer. Scenario 1 Creating a local private telephony network in a rural community This scenario consists of a single PBX with a set of clients. Clients can be either softphones, VoIP phones or ATAs. Scenario 2 Interconnecting communities In this scenario we interconnect two PBXs. Local extensions of one PBX are made available to the other and vice versa. Scenario 3 Connecting communities to the PSTN In this final scenario, we have interconnected two PBXs and allow the possibility of reaching the PSTN from any of them. 1 Can be downloaded from under Documentation 2

5 3. Before getting started If you have not read the VoIP 4D Primer ( have a look to the first chapter as it will provide you with the necessary background to understand the basic concepts of IP Telephony. The very minimum hardware requirements for Scenario 1 and 2 is a single PC running Windows and hosting two virtualized installations of Asterisk. You can test the calls using a softphone and the voic service. For Scenario 3, you will need two computers, one of them with a dedicated communication card TDM400p. Alternatively, you can use two Asterisk appliances such as the IP04s Training Kits If you want to run a VoIP training session based on this material, consider at least having one training kit per group as follows: 2 PCs with network cards 2 4 ATAs or (2 4 VoIP Phones) 2 4 analogue phones (if using ATAs) 1 TDM400p card with 1 FXS and 1 FXO ports 1 4 port switch (better a hub, if you can find one!) Access to a PSTN line Alternatively you can use the following training kit 2 IP04 (3 FXS, 1 FX0) 2 4 analogue phones 1 4 port switch Access to a PSTN line 3.2 Software requirements ISO Image of AsteriskNOW VMware Image of Asterisk NOW VMware Player Softphones ; X Lite, Kiax, etc info.org/wiki Asterisk+IAX+clients Wireshark (for debugging, advance users) DHCP Server 2 3

6 Latest Firefox version >= Documentation AsteriskNOW quickstart guide VoIP 4D Primer This document ( Setting up VoIP Infrastructure using AsteriskNOW ) 3.3 Conventions This documentation has used the IP address for the majority of the screenshots. Be aware that you need to use your own IP addresses for your setup. 1. We will create four local extensions in each PBX, with the names 1000, 2000, 3000, We will use the same number as username, callerid and password, i.e. username = callerid = password = 1000 (or 2000, 3000, 4000) ). 3. The voic extension is Scenario 2 and 3 include two different PBXs that should have different IP addresses. 5. Each of the PBXs sees the other PBX as a VoIP Service Provider. 6. The account username: 4646 password: 4646 is created in each of the PBXs for the purpose of routing calls between them 3.4 Known issues These are some of the issues found during the preparation of this tutorial: 1. If you have problems during authentication, consider using the latest Firefox version and/or removing the cache and the cookies of your browser. 2. VMplayer can not boot your image if you have a Windows machine with FAT16 filesystem with a size bigger than 2 GB. Include the line disklib.sparsemaxfilesizecheck= "false" at the end of the VMX file to overcome the problem. 3. AsteriskNOW is still in beta stage. In some cases it is not possible to edit entries after running the wizard. Consider deleting and recreating the entry instead of editing it. 4

7 4. Virtualization versus dedicated hardware There are several ways to install AsteriskNOW on a computer. The method to use depends on your answers to the following two questions: 1. Does you VoIP setup need to be connected to the PSTN (TDM support)? 2. Do you have a dedicated machine for the VoIP setup? If you answer is Yes to the first question, you need to install AsteriskNOW in a dedicated machine. If you do not need to be connected to the PSTN, you have two options depending on if you have a machine available for the implementation (Dedicated machine). If you do not have a dedicated machine you need to install VMware player in your machine and the boot the VMware AsteriskNOW ISO. Thereafter you can install AsteriskNOW virtually, using your VMware installation. If you have a dedicated machine, boot from a CD that contains the AsteriskNOW ISO. 5. Installing AsteriskNOW Install AsteriskNOW The distribution is available in three main flavours: 1. A version that runs on the x86, 32 bit/64 bit processors such as Intel P4 and AMD Athlon XP. 2. A version that runs on the Xen virtual machine. 3. A version that runs on the VMware Player. If you do not have a dedicated machine available or you want to test the software distribution, you should consider using the VMware ISO image. Please note that using the VMware image will not allow you to use any specialized hardware as the PCI TDM400p card. Although, it is not mandatory, consider having a DHCP server available on the network. Log into the web interface Open a browser and go to: 5

8 The web interface provides you access to three main configuration areas: 1. Asterisk GUI configuration wizard A step by step configuration wizard that guide you through 7 steps to get your PBX up and running 2. The AsteriskGUI Once you have run the wizard for the first time you can edit and modify the parameters using the URL The Appliance Platform Configuration Wizard This wizard allows to configure parameters that are not Asterisk specific, for example the root password of the system, the IP address, backup schedule, etc. :8003/rAA/ Important notice! This tutorial covers only how to use the Asterisk GUI configuration wizard to set up the scenarios presented. For a complete description of all options available in the other graphical interfaces, consult the Asterisk Quickstart Guide

9 5.1 Installation Screenshots discussed Areas with a grey background are advanced tips. If you are not familiar with Asterisk, simply ignore them. GETTING STARTED Installing a VMware image If you install AsteriskNOW using a ISO image: Install VMware player and make sure that your Ethernet is in bridge mode. By putting the interface in Bridge Mode, your AsteriskNOW will fetch and IP address via DHCP after booting. Important: You need to have a DHCP server available in your network. asterisk x86.vmx CONFIGURATION FILES If during the process of booting the Configuration file starts by VMware player complains about the #!/usr/bin/vmplayer size of your FAT filesystem (> 2 GB): Append this line: Locate the configuration file of the disklib.sparsemaxfilesizecheck= "false" guest application, a file that finishes with VMX. Use a text editor like Wordpad, and append an extra line. 7

10 GETTING STARTED Make sure AsteriskNOW has an IP address If your DHCP is working, your AsteriskNOW will inform you of the IP address that your box has obtained. The AsteriskNOW Console allows you to update, restart and shutdown the system. Using the Console you can also operate a command line interface (the asterisk CLI>). Accessing the box via SSH CONFIGURATION FILES You can access the AsteriskNOW If you log into the box using SSH, please have a look box at any time via SSH. at the /etc/password and /etc/sudores files. You can see that the user admin can get administrative The account is admin with the privileges. Consider changing the default password of default password password. the user admin. You can get admin privileges using It is important to notice that there are 3 different sudo. admin users in each installation: (1) The admin user that let you log into the box via SSH. (2) The admin user that have access to the AsteriskGUI via HTTPS and (3) The admin user that can configure the appliance settings (rpath). Yes, three different passwords! 8

11 GETTING STARTED Log into AsteriskNOW web interface Open a browser and go to the IP address that AsteriskNOW has obtained. In our example Log into the interface using the user admin and the default password password. /etc/asterisk/manager.conf CONFIGURATION FILES [general] AsteriskGUI uses Asterisk manager displaysystemname = yes commands (Asterisk Manager API) enabled = yes webenabled = yes to communicate with Asterisk. The user and password of the AsteriskGUI is available in the manager.conf configuration file port = 5038 bindaddr = [admin] secret = password read = system,call,log,verbose, command,agent,user,config write = system,call,log,verbose,command, agent,user,config 9

12 6. Configuring AsteriskNOW for Scenario In a nutshell, the process of configuring each of the PBXs can be summarized in 7 basic steps: (Step 1) Verify if any zaptel card has been detected. Any zaptel compatible card should be detected. Cards supported by zaptel include: Digium, Sangoma, Xorcom Astribank (in beta 6.5), Rhino and Openvox cards. This step will report no hardware detected if you are configuring a PBX without zapata compatible hardware or running the VMware version of AsteriskNOW. Only Scenario 3 will use and detect a zaptel card. (Step 2) Indicate the first extension number and the length of the local extensions. Here you indicate the number of digits that your local extensions have and what the first extension number is. In our scenario we will use 4 digits and extension 1000 as the first one. (Step 3) Create Service Providers In this step we specify who the service providers of outgoing calls are. Scenario 1: the PBX is standalone and has no external service providers. Scenario 2: each PBX sees the other PBX as VoIP service provider. Scenario 3: the PBX with a TDM card needs to be configured with two different service providers. The first provider is the other PBX (VoIP) and the second provider is the Analogue Port of the TDM Card. (Step 4) Configure (Outbound) Calling Rules In this step we specify what the calling rules are to reach the different service providers. Scenario 1: does not need any outbound calling rules. Scenario 2: need to indicate that to reach the other PBX's local extensions we need to dial 9 + <local extension #>. Scenario 3: Same calling rule as in Scenario 2 to reach the other PBX. Also, we need to add an outgoing calling rule that indicates how to reach the PSTN. To reach the PSTN, we need to append a 0 to the PSTN number ( 0 + <PSTN #>). (Step 5) Voic extension In this step we will configure the extension number used to reach the voic . The default number for all three scenarios is (Step 6) Users extensions Here we configure all local extensions associated to each of the PBXs. We need to create four local extensions in all three scenarios (1000, 2000, 3000 and 4000). The local extensions can be either VoIP clients running IAX or SIP, or analogue ports if available. For scenario 2 and 3, we will add the special extension 4646 that is used to route calls between the PBXs. 10

13 (Step 7) Configure (Inbound) Calling Rules In Scenario 1 and 2, we do not need to create any special rules for incoming calls as all calls will be generated locally. In Scenario 3, we will need to indicate which local extension will ring when there is an incoming call from the PSTN. 6.1 Configuration though the Asterisk GUI Setup Wizard This section guides you though the graphical configuration setup wizard provided by AsteriskNOW. If it is the first time that you log into the AsteriskGUI, you will be redirected straight to the setup wizard. The setup wizard will guide you through seven (7) steps to configure your VoIP setup. This guide includes both basic and advanced configuration tips. Areas with grey background are advanced tips. If you are not familiar with Asterisk, please ignore them Step 1: Hardware detection STEP 1 HARDWARE DETECTION (Scenario 1 and 2) This screenshoot shows Step 1 of the wizard for Scenario 1 and 2, where our PBX does not include any PCI expansion cards. CONFIGURATION FILES It is possible to run the wizard again by accessing the following All the static web pages of the wizard are available in URL: the following path: setup/install.html /var/lib/asterisk/static http 11

14 STEP 1 HARDWARE DETECTION (2/2) (Scenario 3) If you have a PCI card as the TDM400, the wizard will detect the modules automatically. In the example, we have 1 FXO and 1 FXS port with the following functionality: FXO port: we can attach an external PSTN line. FXS port: we can attach a phone. /sbin/zapscan CONFIGURATION FILES The zapscan utility detects the ports #grep v "#" /etc/zaptel.conf and generates the /etc/zaptel.conf loadzone = us configuration file. defaultzone=us The configuration files shows the type of signalling needed for each of the ports. fxsks=1 fxoks=2 fxsks=1 means that port #1 is a FXO that needs FXS Kewlstart signalling. 12

15 6.1.2 Step 2: Local extensions settings STEP 2 LOCAL EXTENSIONS SETTINGS (Scenario 1, 2 and 3) In the second step of the configuration we indicate the length of the local extensions. In our setup we are going to use four digits and the extension number 1000 as the first extension. This configuration is common to all three Scenarios. /etc/asterisk/users.conf CONFIGURATION FILES This parameter that we set up in the wizard can be found in the users.conf with the name userbase inside of the section [general] [general] userbase = 1000 localextenlength = 4 13

16 6.1.3 Step 3: Configuring service providers STEP 3 CONFIGURING SERVICE PROVIDERS (1/3) (Scenario 2 and 3) In Scenario 2 and 3, we want our PBX to be able to communicate with another PBX and vice versa. To do that, we need to create a new Service Provider. In this example, we add a new service provider that is reachable at the IP address We indicate that we want to communicate using the protocol IAX using an account with username 4646 and password This account will be used between the PBXs for authentication and routing calls. /etc/asterisk/users.conf /etc/asterisk/extensions.conf The creation of new service provider involves: (1) A new section in the users.conf file and (2)A new entry point in the extensions.conf (dialplan) In our example we are creating a service provider [trunk_1] reachable at We are using the account user: 4646 password: Incoming calls from this provider fall in the section [DID_trunk_1] of the dialplan CONFIGURATION FILES /etc/asterisk/users.conf [trunk_1] disallow = allow = all callerid = contact = context = DID_trunk_1 dialformat = ${EXTEN:1} fromdomain = fromuser = group = hasexten = no hasiax = yes hassip = no host = insecure = port = 4569 provider = registeriax = yes registersip = no secret = 4646 trunkname = Custom InterIAX Calls trunkstyle = customvoip username = 4646 /etc/asterisk/extensions.conf [DID_trunk_1] include = default 14

17 STEP 3 CONFIGURING SERVICE PROVIDERS (2/3) (Scenario 3) If your PBX contains a TDM card with a FXO port (Scenario 3) we can communicate with the telephone network (PSTN). In the third scenario, you need to create a new Service Provider associated to the Analog Port. In our example, the TDM card contains a FXO port in slot #1. /etc/asterisk/users.conf /etc/asterisk/extensions.conf The creation of new service provider via the PSTN also modifies two files: (1) a new section in the users.conf file and (2) a new entry point in the dialplan. In our example the AsteriskGUI creates a new service provider with the name [trunk_2] reachable via the analog port #1 Incoming calls from this provider fall in the section [DID_trunk_2] of the dialplan CONFIGURATION FILES /etc/asterisk/users.conf [trunk_2] disallow = allow = callerid = asreceived contact = context = DID_trunk_2 dialformat = fromdomain = fromuser = group = 1 hasexten = no hasiax = no hassip = no host = dynamic insecure = port = provider = registeriax = registersip = secret = trunkname = Port 1 trunkstyle = analog username = zapchan = 1 /etc/asterisk/extensions.conf [DID_trunk_2] include = default 15

18 STEP 3 CONFIGURING SERVICE PROVIDERS (3/3) (Scenario 3) You can create as many service providers as you wish. One of the PBX of the Scenario 3, has two different Service Providers. One provider is the other PBX that can be reached via a VoIP connection (Custom VoIP) and the second provider is reachable via the Analog (TDM400) expansion card. /etc/asterisk/users.conf CONFIGURATION FILES The configuration file users.conf The users.conf contains three types of sections was introduced in the Asterisk 1.4 [general] series. This section includes default values. In the 1.2.x series, each user or peer was defined in sip.conf or iax.conf. The entity was classified depending on the protocol. The users.conf merges iax.conf, sip.conf and some of the options of zapata.conf into one single file. [trunk_#] These sections include the configuration of the different service providers. [XXXX] These sections include the configuration of the local extensions (1000, 2000, 3000, 4000). They can be analog ports or IAX or SIP users. 16

19 6.1.4 Step 4: Outbound calling rules STEP 4 OUTBOUND CALLING RULES (1/2) (Scenario 2 and 3) Once we have configured the service providers we can configure our dialplan. In Scenario 2 and 3, we need to create a rule to be able route calls between the PBXs. In the example, we create a calling rule with the name InterIAX Calls. In this menu, we describe the dialing rules that need to be applied when we want to reach the extensions of the VoIP provider (the other PBX) that we peer with. We indicate that to reach the other PBX, we need to dial 9 before the extension number. To reach the extension 1000 in the other PBX, we need to dial /etc/asterisk/extensions.conf CONFIGURATION FILES AsteriskNOW allows you to create different dialplans. The default DialPlan associated to the context of local extensions is numberplan custom 1. /etc/asterisk/extensions.conf [numberplan custom 1] plancomment = DialPlan1 include = default exten=_9xxxx.,1,macro(trunkdial,${trunk_1}/ ${EXTEN:1}) comment = _9XXXX.,1,InterIAX Calls,standard Outgoing calls between the PBX are routed using the trundial Macro, that places a call using: Dial(IAX2/4646:4646@ /${EXTEN:1}) and uses the account 4646 data for authentication. 17

20 STEP 4 OUTBOUND CALLING RULES (2/2) (Scenario 3) In Scenario 3, we need to create another calling rule that indicates that any local extensions can reach the PSTN by Port #1 (the analog service provider). Select Define a custom pattern and fill in your outbound calling rule according to the screenshot to the right. In the example, a call is placed by appending a 0 to a valid PSTN number, which is defined to be 6 or more digits. /etc/asterisk/extensions.conf CONFIGURATION FILES In this example we have two service providers. The first service provider is a VoIP provider (another PBX) and the second provider is the analog PSTN line. [numberplan custom 1] plancomment = DialPlan1 include = default ;Calls between PBXs. 9 + <local extension #> exten = _9XXXX!,1,Macro(trunkdial,${trunk_1}/${EXTEN:1}) comment = _9XXXX!,1,InterIAX Calls,standard To reach the VoIP provider: 9 + extension # To reach the PSTN via analogue port: 0 + PSTN # ;Calls to the PSTN. 0 + <PSTN #> exten = _0XXXXXX.,1,Macro(trunkdial,${trunk_2}/${EXTEN:1}) comment = _0XXXXXX.,1,outgoing PSTN,standard 18

21 6.1.5 Step 5: Voic settings STEP 5 VOIC SETTINGS (Scenario 1, 2 and 3) The default extension for voic is The default password for voic is the password of the extension it is associated with. When the configuration wizard is completed, you can change the password of your voic to any sequence of digits. You will find the option VW password under Users in the main menu. /etc/asterisk/voic .conf /etc/asterisk/users.conf When voic is activated in a local extension the setting hasvoic is set to yes. By settings the voic we also modified the way that extensions are called. Instead of a normal Dial(), Asterisk 1.4.x will call macro the [macro stdexten]. If not other value is specified the default the Voic password is the same that your account secret. The vmsecret option allows you to set a different password for your voic . In the example extension 3000 uses the secret 3000 for authentication of calls and the password 1234 to reach the mailbox. CONFIGURATION FILES [3000] callwaiting = yes cid_number = 3000 context = numberplan custom 1 = fullname = 3000 group = hasagent = yes hasdirectory = no hasiax = yes hasmanager = no hassip = yes hasvoic = yes host = dynamic mailbox = 3000 secret = 3000 threewaycalling = yes vmsecret = 1234 zapchan = registeriax = yes registersip = yes canreinvite = no nat = no dtmfmode = rfc2833 disallow = allow = 19

22 6.1.6 Step 6: User extensions STEP 6 USER EXTENSIONS (1/3) (Scenario 1, 2 and 3) In this step we will create the four local user extensions. The extensions can be associated to an IAX or SIP device such as an ATA or VoIP Phone, or associated to a analogue port available in the PBX. /etc/asterisk/users.conf CONFIGURATION FILES Each of the new extensions will have entry of the type [1000], [2000], [3000], etc. If the local extension is a SIP or IAX device it will be indicated with the values: hassip = yes hasiax = yes 20

23 STEP 6 USER EXTENSIONS (2/3) (Scenario 2 and 3) In Scenario 2 and 3 we need to create extension 4646, which needs to be available in both PBXs. This extension is created to accept incoming calls from the other PBX. /etc/asterisk/users.conf CONFIGURATION FILES This extension is not visible to the users and it is used for the purpose of routing and authenticating calls between the PBXs. [4646] callwaiting = yes cid_number = 4646 context = numberplan custom 1 = fullname = 4646 group = hasagent = yes hasdirectory = no hasiax = yes hasmanager = no hassip = yes hasvoic = yes host = dynamic mailbox = 4646 secret = 4646 threewaycalling = yes vmsecret = zapchan = registeriax = yes registersip = yes canreinvite = no nat = no dtmfmode = rfc2833 disallow = allow = In Scenario 3 we are using IAX as the protocol for interconnecting the PBXs. IAX is more NAT friendly and efficient in terms of bandwidth. 21

24 STEP 6 USER EXTENSIONS (3/3) (Scenario 3) In Scenario 3, we need to define which local extension that should be associated with the Analog Port #2 (the phone). In this example, we have chosen Extension 1000 for that task. We define the association by editing the existing User Extension for Extension 1000 and select Analog Port #2 as Analog Phone. /etc/asterisk/users.conf CONFIGURATION FILES Although it might look surprising, it is possible to have an extension associated to more than one communication technology. [1000] callwaiting = yes cid_number = 1000 context = numberplan custom 1 = fullname = 1000 group = hasagent = no hasdirectory = no hasiax = yes hasmanager = no hassip = yes hasvoic = yes host = dynamic mailbox = 1000 secret = 1000 threewaycalling = yes zapchan = 2 registeriax = yes registersip = yes canreinvite = no nat = no dtmfmode = rfc2833 In the example, extension 1000 is reachable in the Analogue Port #2 and via SIP and IAX. hasiax = yes hassip = yes zapchan = 2 This allows us to have as many as three devices associated to the same extension number. The three devices will ring simultaneously. 22

25 6.1.7 Step 7: Incoming calls rules STEP 7 INCOMING CALLS RULES (Scenario 3) In Scenario 3, we need to decide what to do with the calls originated in the PSTN. In the example, we indicate that all calls from the PSTN should be forward to the local extension /etc/asterisk/users.conf /etc/asterisk/extensions.conf Port #1 is a FXO port connected to the PSTN (zapchan = 1). Incoming calls fall in the context DID_trunk_2. In the dialplan, under the context [DID_trunk_2] we see that by default all calls (_X.,s) are forward to extension 1000 Goto(default ) CONFIGURATION FILES [trunk_2] disallow = allow = callerid = asreceived contact = context = DID_trunk_2 dialformat = fromdomain = fromuser = group = 1 hasexten = no hasiax = no hassip = no host = dynamic insecure = port = provider = registeriax = registersip = secret = trunkname = Port 1 trunkstyle = analog username = zapchan = 1 [DID_trunk_2] include = default exten = _X.,1,Goto(default ) exten = s,1,goto(default ) 23

26 6.1.8 Advanced options: Asterisk GUI ADVANCED OPTIONS ASTERISK GUI After completing the seven steps you can have a look to the AsteriskGUI interface. This interface allows to modify your entries via the wizard and create more advance services. When you have made changes to the configuration, do not forget to press the button Active Changes, in order apply the changes. 7. Configuration of ATAs No matter which ATA or IP Phone you need to configure, you will find that they can be configured in a similar manner. This example shows the configuration process of a Linksys PAP2 Internet Phone Adapter. The configuration is the same for a Sipura (SPA 3000). IP settings The ATA needs to have an IP address in order to be able to communicate with other devices on the LAN or the Internet. The IP address can be static or dynamic. In this example, we have chosen to obtain an IP address through DHCP. All IP settings of the ATA are configured using the handset Attach an analog phone to the ATA Connect the ATA to the LAN where the DHCP is running Enter the configuration menu of the ATA by pressing **** on the phone. Enable DHCP by pressing 101# followed by 1. Make sure that the ATA has obtained an IP address by pressing 110#. Extension number The extension number of the ATA is configured through its web interface. Direct your browser to address of your ATA>/admin/advanced Go to the tab Line 1, and fill in the following fields: 24

27 Proxy and Registration Proxy: (the IP address of the PBX you want to register) Register: Yes Subscriber Information Display Name: 1000 User ID: 1000 Password: 1000 Use Auth ID:yes Auth ID: 1000 You can verify from the web based Asterisk Configuration Panel that the ATA is registered in the PBX. 1. Go to Asterisk CLI in the left menu 2. On the bottom of the page (in the pink text field), write sip show peers 3. All registered phones and ATAs will be listed with IP address and extension number. 25

28 8. Quick Installation Guide This section includes a 7 step quick installation guide for Scenario 1, 2 and 3. Please note that the red crosses in the table indicate steps in the configuration procedure that are not needed for that specific scenario. 8.1 Scenario 1 26

29 8.2 Scenario 2 27

30 8.3 Scenario 3 28

31 9. Verify your results This section includes a set of Checkpoints for each Scenario that you should be able to do with your current VoIP setup. If you successfully manage all checkpoints listed for your Scenario, your Asterisk based VoIP setup has been configured correctly. 9.1 Scenario 1 Checkpoint 1: Place local phone calls from one extension to another within the same PBX. Checkpoint 2: Call a local extension and leave a voice messages (don't pick up the phone!). Use the voic to fetch the voice message you just left. 9.2 Scenario 2 Checkpoint 1: Place local phone calls from one extension to another within the same PBX. Checkpoint 2: Place phone calls between the two PBX's by using the prefix 9 before the extension number. Checkpoint 3: Call a local extension and leave a voice messages (don't pick up the phone!). Use the voic to fetch the voice message you just left. 9.3 Scenario 3 Checkpoint 1: Place local phone calls from one extension to another within the same PBX. Checkpoint 2: Place phone calls between the two PBX's by using the prefix 9 before the extension number. Checkpoint 3: Call a local extension and leave a voice messages (don't pick up the phone!). Use the voic to fetch the voice message you just left. Checkpoint 4: Call to the PSTN from any of the PBXs (try both). Checkpoint 5: Call in to the PBX from the PSTN. 29

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment Application Note May 2009 Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment 2009 Cisco Systems, Inc. All rights reserved. Page 1 of 20 Contents Introduction 3 Audience 3 Scope

More information

VoIP Laboratory A Creating a local private telephony network in a rural community

VoIP Laboratory A Creating a local private telephony network in a rural community VoIP Laboratory A Creating a local private telephony network in a rural community (cc) Creative Commons Share Alike Non Commercial Attribution 3 This laboratory focus on building local Voice infrastructure

More information

Kerio Operator. Getting Started Guide

Kerio Operator. Getting Started Guide Kerio Operator Getting Started Guide 2011 Kerio Technologies. All rights reserved. 1 About Kerio Operator Kerio Operator is a PBX software for small and medium business customers. Kerio Operator is based

More information

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online 1 IP PBX SD Card Slot FXO Ports PBX LAN port PBX WAN port FXO Ports LED, RED means online 2 Connect the IP PBX to Your LAN Internet PSTN Router Ethernet Switch FXO Ports 3 Access the PBX s WEB GUI The

More information

Mediatrix 3000 with Asterisk June 22, 2011

Mediatrix 3000 with Asterisk June 22, 2011 Mediatrix 3000 with Asterisk June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Network Topology... 3 Equipment Detail... 3 Configuration of the Fax Extension... 4 Configuration

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide MegaPBX Version 2.1 Quick Installation Guide v2.1 www.allo.com 2 Table of Contents Initial Setup of MegaPBX... 4 Notification LEDs (On the Front Panel of the Gateway)... 5 Create

More information

Allo PRI Gateway and Elastix Server

Allo PRI Gateway and Elastix Server Allo PRI Gateway and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Allo PRI Gateway configuration. We re going to configure a SIP Trunk

More information

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes ZyXEL IP PBX (X2002) VoIP Support Notes Version 1.00 October 2008 1 Contents Overview ZyXEL IP PBX Support Note 1. How to manage and maintain your IPPBX?...3 1.1 Firmware Upgrade..3 1.2 Backing up your

More information

Setup Guide: on the MyNetFone Service. Revision History

Setup Guide: on the MyNetFone Service. Revision History Setup Guide: on the MyNetFone Service Revision History Version Author Revision Description Release Date 1.0 Sampson So Initial Draft 02/01/2008 2.0 Sampson So Update 27/09/2011 1 Table of Contents Introduction...

More information

IP-PBX Quick Start Guide

IP-PBX Quick Start Guide IP-PBX Quick Start Guide Introduce... 3 Configure and set up the IP-PBX... 4 How to change the IP address... 7 Set up extensions and make internal calls... 8 How to make calls via the FXO port... 10 How

More information

Grandstream Networks, Inc. UCM6510 Basic Configuration Guide

Grandstream Networks, Inc. UCM6510 Basic Configuration Guide Grandstream Networks, Inc. UCM6510 Basic Configuration Guide Index Table of Contents OVERVIEW... 4 SETUP ENVIRONMENT... 5 QUICK INSTALLATION... 6 CONNECT UCM6510... 6 ACCESS UCM6510 WEB INTERFACE... 6

More information

Atcom MP01 and Elastix Server

Atcom MP01 and Elastix Server Atcom MP01 and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram This is a setup diagram for a mesh network of Atcom MP01 configuration. When everything is configured we ll be able to

More information

Configuration Notes 290

Configuration Notes 290 Configuring Mediatrix 41xx FXS Gateway with the Asterisk IP PBX System June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 About Mediatrix 41xx Series FXS Gateways...

More information

IPChitChat VoIP Service User Manual

IPChitChat VoIP Service User Manual IPChitChat VoIP Service User Manual Document Owner: Netcloud Ltd Prepared By: Michael Date of Issue: 11 th June 2011 Version: V0.5 Copyright 2009 Netcloud Ltd Page 1 of 31 Netcloud are UK specialists in

More information

Integrating Asterisk FreePBX with Lync Server 2010

Integrating Asterisk FreePBX with Lync Server 2010 1 Integrating Asterisk FreePBX with Lync Server 2010 Author: Baaskar R 1 www.baaskarcharles.com 2 Integrating Asterisk FreePBX with Lync Server 2010... 1 AsteriskNow package Source... 3 Installing AsteriskNow...

More information

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY DATE: 11/05/2014 ABSTRACT: Private Branch Exchange has multiple phones connected to it which are in the same

More information

Overview of Asterisk (*) Jeff Gunther

Overview of Asterisk (*) Jeff Gunther Overview of Asterisk (*) Jeff Gunther Agenda Background Introduction to Asterisk and review the core components of it s architecture. Exploration of Asterisk s telephony and call features. Review some

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. UCM6100 Basic Configuration Guide Grandstream Networks, Inc. www.grandstream.com TABLE OF CONTENTS OVERIEW... 4 SETUP GUIDE SCENARIO... 4 QUICK INSTALLATION... 5 Connecting the

More information

PBX Setup Basic setup procedures

PBX Setup Basic setup procedures Basic setup procedures 1) Configure the SpoTel PBX & Voip phones to a router/switch 2) Setup Extensions on SpoTel PBX -> Testing: Call between Extension phones 3) Setup Trunks on Spotel PBX 4) Setup Outbound

More information

Kerio Operator. Administrator s Guide. Kerio Technologies

Kerio Operator. Administrator s Guide. Kerio Technologies Kerio Operator Administrator s Guide Kerio Technologies 2011 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Operator, version 1.0. All additional modifications

More information

H.323 / SIP VoIP Gateway VIP GW. Quick Installation Guide

H.323 / SIP VoIP Gateway VIP GW. Quick Installation Guide H.323 / SIP VoIP Gateway VIP GW Quick Installation Guide Overview This quick installation guide describes the objectives; organization and basic installation of the PLANET VIP-281/VIP-480/VIP-880/VIP-1680/VIP-2480

More information

Configuring Positron s V114 as a VoIP gateway for a 3cx system

Configuring Positron s V114 as a VoIP gateway for a 3cx system Assumptions: Configuring Positron s V114 as a VoIP gateway for a 3cx system The IP address of the V114 is 192.168.1.2 The IP address of the 3CX PBX System is 192.168.1.110 3CX already has some IP phones

More information

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11 For Firmware Version: V2.0/V3.0 2013-12-11 Contents 1. IPPBX Access... 3 1.1 How to access IPPBX via SSH?... 3 1.2 How to access IPPBX if I forget the IP of WAN?... 4 1.3 How to retrieve WEB password via

More information

Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011

Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011 Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Solution Overview... 3 Network Topology... 4 Network Configuration...

More information

Micronet VoIP Solution with Asterisk

Micronet VoIP Solution with Asterisk Application Note Micronet VoIP Solution with Asterisk 1. Introduction This is the document for the applications between Micronet units and Asterisk IP PBX. It will show you some basic configurations in

More information

Snom 720 and Elastix Server

Snom 720 and Elastix Server Snom 720 and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single IP Phone Snom 720 configuration. The phone is setup as a SIP telephony device.

More information

Quick Start Guide v1.0

Quick Start Guide v1.0 Quick Start Guide v1.0 Table of contents : 01. Quick Start Guide...03 O2. Configuring your VoIPOffice appliance...14 03. Adding a VoIPtalk trunk...21 04. Configuring UADs for use with VoIPOffice...25 05.

More information

Peer-to-Peer SIP Mode with FXS and FXO Gateways

Peer-to-Peer SIP Mode with FXS and FXO Gateways Peer-to-Peer SIP Mode with FXS and FXO Gateways New Rock s SIP based VoIP gateways with FXS and FXO ports support peer-to-peer mode which has many applications in deploying enterprise multi-site telephone

More information

A Guide to Connecting to FreePBX

A Guide to Connecting to FreePBX A Guide to Connecting to FreePBX FreePBX is a basic web Graphical User Interface that manages Asterisk PBX. It includes many features available in other PBX systems such as voice mail, conference calling,

More information

Elastix Server VoIP Intercom Setup Guide

Elastix Server VoIP Intercom Setup Guide The IP Endpoint Company Elastix Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1

More information

Snap User Guide. Version 1.0

Snap User Guide. Version 1.0 Snap User Guide Version 1.0 Dan Lowe 4/8/2008 Overview This user guide describes the processes and procedures for setting up, configuring and running Snap (v0.7.4.0). Note: Snap is not a soft phone. It

More information

Kerio Operator. Administrator s Guide. Kerio Technologies

Kerio Operator. Administrator s Guide. Kerio Technologies Kerio Operator Administrator s Guide Kerio Technologies 2015 Kerio Technologies s.r.o. Contents Installing Kerio Operator...................................................... 13 Product Editions.........................................................

More information

iview (v2.0) Administrator Guide Version 1.0

iview (v2.0) Administrator Guide Version 1.0 iview (v2.0) Administrator Guide Version 1.0 Updated 5/2/2008 Overview This administrator guide describes the processes and procedures for setting up, configuring, running and administering the iview Operator

More information

Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1

Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1 1 Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1 Configuration Data 2 Section 1: Initial IPitomy IP PBX Connection & Login

More information

NCS 416 Paul Brennan Mohammed Haque IAX2 Trunking

NCS 416 Paul Brennan Mohammed Haque IAX2 Trunking NCS 416 Paul Brennan Mohammed Haque IAX2 Trunking Abstract This project explores setting up a server to interface between the PSTN and multiple Asterisk PBX systems. The server interfaces with the PSTN

More information

Internet Telephony PBX System. IPX-300 Series. Quick Installation Guide

Internet Telephony PBX System. IPX-300 Series. Quick Installation Guide Internet Telephony PBX System IPX-300 Series Quick Installation Guide Overview PLANET IPX-300/IPX-300W IP PBX telephony systems ( IP PBX in the following term) are designed and optimized for the small

More information

VoIP Intercom and Elastix Server

VoIP Intercom and Elastix Server VoIP Intercom and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Intercom configuration. In this configuration, the VoIP Intercom acts

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide PRI Gateway Version 2.4 Table of Contents Hardware Setup... 1 Accessing the WEB GUI... 2 Notification LEDs (On the Front Panel of the Gateway)... 3 Creating SIP Trunks... 4 Creating

More information

VoIP Laboratory C VoIP Billling in a Village Telco

VoIP Laboratory C VoIP Billling in a Village Telco VoIP Laboratory C VoIP Billling in a Village Telco (cc) Creative Commons Share Alike Non Commercial Attribution 3 The Village Telco is composed by four major components: (1) a mesh potato, that acts as

More information

NetVanta 7100 Exercise Service Provider SIP Trunk

NetVanta 7100 Exercise Service Provider SIP Trunk NetVanta 7100 Exercise Service Provider SIP Trunk PSTN NetVanta 7100 FXS 0/1 x2001 SIP Eth 0/0 x2004 SIP Server 172.23.102.87 Hosted by x2003 www.voxitas.com In this exercise, you will create a SIP trunk

More information

beronet Technical Training

beronet Technical Training beronet Technical Training Practical Part Author: Christian Richter; Jan 10, 12 Abstract The beronet technical training consists mainly of a practical part where you use the Starter Pack to setup a test

More information

Device SIP Trunking Administrator Manual

Device SIP Trunking Administrator Manual Table of Contents Device SIP Trunking Administrator Manual Version 20090401 Table of Contents... 1 Your SIP Trunking Service... 2 Terminology and Definitions... 2 PBX, IP-PBX or Key System... 2 Multi-port

More information

Kerio Operator. Administrator s Guide. Kerio Technologies

Kerio Operator. Administrator s Guide. Kerio Technologies Kerio Operator Administrator s Guide Kerio Technologies 2011 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Operator, version 1.1.1. All additional modifications

More information

ICE 008 IP PBX. 1. Product Information. 1.1. New Mini PBX. 1.2. Features 1.2.1. System Features

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

More information

Introduction p. 7 About This Book p. 1 Conventions Used in This Book p. 2 What You Don't Have to Read p. 2 Foolish Assumptions p. 2 How This Book Is

Introduction p. 7 About This Book p. 1 Conventions Used in This Book p. 2 What You Don't Have to Read p. 2 Foolish Assumptions p. 2 How This Book Is Foreword p. xxi Introduction p. 7 About This Book p. 1 Conventions Used in This Book p. 2 What You Don't Have to Read p. 2 Foolish Assumptions p. 2 How This Book Is Organized p. 3 Introducing Asterisk!

More information

Khomp KGSM-USB SPX and Elastix Server

Khomp KGSM-USB SPX and Elastix Server Khomp KGSM-USB SPX and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Khomp KGSM-USB SPX Interface Card configuration. Figure 1-1. Setup

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide PSTN / VoIP PBX Version 2.1 Table of Contents Hardware Setup... 1 Notification LEDs (On the Front Panel of the Gateway)... 2 PSTN/VOIP PBX Quick Installation Wizard... 3 Accessing

More information

Integrating Skype for SIP with UC500

Integrating Skype for SIP with UC500 Integrating Skype for SIP with UC500 Version 1.1 2008 Cisco Systems, Inc. All rights reserved. 1 TABLE OF CONTENTS 1 OVERVIEW... 3 1.1 INTRODUCTION... 3 1.2 SCOPE... 3 1.3 REVISION CONTROL... 3 1.4 RESTRICTIONS...

More information

Manual. 3CX Phone System for Windows Version 8.0

Manual. 3CX Phone System for Windows Version 8.0 Manual 3CX Phone System for Windows Version 8.0 Copyright 2006-2009, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used

More information

Applications between Asotel VoIP and Asterisk

Applications between Asotel VoIP and Asterisk Applications between Asotel VoIP and Asterisk This document is describing the configuring manner of registering and communicating with Asterisk only. Please visit the official WEB of Asterisk http://www.asterisk,

More information

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 VoiceGear/3CX Integration Guide Ver.0.1 Page 2 1. OVERVIEW... 3 1.1 SETTING UP 3CX PBX...4 1.2 SETTING UP VOICEGEAR GATEWAY...5 2. VOICEGEAR-3CX SIP INTEGRATION... 6 2.1 3CX CONFIGURATION...7 2.2 VOICEGEAR

More information

Knowledgebase Solution

Knowledgebase Solution Knowledgebase Solution Updated: 2/27/2014 Configuring an EdgeMarc for SIP trunking with an IP PBX This document describes the steps needed to configure an IP PBX behind the EdgeMarc which is pointing to

More information

Internet Telephony PBX System

Internet Telephony PBX System Internet Telephony PBX System T1/E1 Gateway With IP PBX Application Copyright PLANET Technology Corporation. All rights reserved. Case 35: With IP PBX Application Head Office E1 PABX interconnect with

More information

intelligence at the edge of the network www.critical-links.com EdgeBOX V 4.5 VoIP How To

intelligence at the edge of the network www.critical-links.com EdgeBOX V 4.5 VoIP How To intelligence at the edge of the network www.critical-links.com EdgeBOX V 4.5 VoIP HowTo Page 1 Page 2 Introduction to VoIP on the edgebox VoIP (Voice over Internet Protocol) is handled by an open source

More information

Using the NetVanta 7100 Series

Using the NetVanta 7100 Series MENU OK CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL 1 2

More information

SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX

SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX June 26th, 2014 SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX Page 1 of 30 Table of Contents 1 Overview... 3 2 Prerequisites... 3 3 Network Topology... 4 4 Description

More information

NF1Adv VOIP Setup Guide (for Pennytel)

NF1Adv VOIP Setup Guide (for Pennytel) NF1Adv VOIP Setup Guide (for Pennytel) Configuring your NF1Adv for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer Network

More information

Copyright ZYCOO All Rights Reserved 1 / 8

Copyright ZYCOO All Rights Reserved 1 / 8 Copyright ZYCOO All Rights Reserved 1 / 8 If you have a scenario where you have two CooVox IP PBXs in two different locations then you can integrate them together to make free phone calls between locations.

More information

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents First Steps... 3 Identifying your MAC Address... 3 Identifying your Dynamic IP Address...

More information

Dramatically simplifying voice and data networking HOW-TO GUIDE. Setup VoIP & IP-PBX. edgebox version 4.6.5 Document revision 1.1

Dramatically simplifying voice and data networking HOW-TO GUIDE. Setup VoIP & IP-PBX. edgebox version 4.6.5 Document revision 1.1 Dramatically simplifying voice and data networking HOW-TO GUIDE Setup VoIP & IP-PBX edgebox version 4.6.5 Document revision 1.1 Table of Contents Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter

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

Digium Switchvox AA65 PBX Configuration

Digium Switchvox AA65 PBX Configuration Digium Switchvox SIP Trunking using Optimum Business SIP Trunk Adaptor and the Digium Switchvox AA65 IP-PBX v23695 Goal The purpose of this configuration guide is to describe the steps needed to configure

More information

IPPBX User Quick Start

IPPBX User Quick Start Datasheet IPPBX User Quick Start 1. Package Content GLIDERVOX Machine 1 (take 4FXO,4FXS as example) Power Adapter (12V / 2A) 1 Quick Start Manual 1 2. Application Topology The 8 LAN ports are used for

More information

Asterisk SIP Trunk Settings - Vestalink

Asterisk SIP Trunk Settings - Vestalink Asterisk SIP Trunk Settings - Vestalink Vestalink is a new SIP trunk provider that has sprung up as a replacement for Google Voice trunking within Asterisk servers. They offer a very attractive pricing

More information

Configuration Notes 0217

Configuration Notes 0217 PBX Remote Line Extension using Mediatrix 1104 and 1204 Introduction... 2 Application Scenario... 2 Running the Unit Manager Network (UMN) Software... 3 Configuring the Mediatrix 1104... 6 Configuring

More information

Direct IP Calls. Quick IP Call Mode

Direct IP Calls. Quick IP Call Mode Unicorn3112 Tips Direct IP Calls...1 Quick IP Call Mode...1 PSTN Pass Through...2 VoIP-to-PSTN Calls...2 PSTN-to-VoIP Calls...3 Route Calls to PSTN...4 Forward Calls to PSTN...4 Forward Calls to VoIP...4

More information

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 Table of Contents 1. Overview 3 2. Prerequisites 3 3. PBX Configuration 3 4. Creating Extensions 4 5. VoIP Provider Setup

More information

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform.

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. 1 Contents Introduction.... 3 Installing the Applications Module... 4 Ordering a Licence for

More information

V310 Support Note Version 1.0 November, 2011

V310 Support Note Version 1.0 November, 2011 1 V310 Support Note Version 1.0 November, 2011 2 Index How to Register V310 to Your SIP server... 3 Register Your V310 through Auto-Provision... 4 Phone Book and Firmware Upgrade... 5 Auto Upgrade... 6

More information

Skype connect and Asterisk

Skype connect and Asterisk Skype connect and Asterisk General Configuration Guide Skype for SIP and Asterisk you are new to SIP, Asterisk is a useful, open-source (GPL) platform with which to test and experiment with the Skype for

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 ALLWORX SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 Goal The purpose of this configuration guide is to describe the steps needed to configure the Allworx 6x

More information

Configuring 3CX for Spitfire SIP Trunks

Configuring 3CX for Spitfire SIP Trunks Configuring 3CX for Spitfire SIP Trunks This document is a guideline for configuring Spitfire SIP trunks onto a 3CX which includes the settings required for Inbound DDI routing and Outbound CLI presentation.

More information

Internet Telephony PBX System

Internet Telephony PBX System Internet Telephony PBX System GSM Gateway PSTN call busy forward to GSM Configuration Copyright PLANET Technology Corporation. All rights reserved. Case 32: PSTN call busy forward to GSM Configuration

More information

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking 2012 Advanced American Telephones. All Rights Reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property licensed

More information

NF1Adv VOIP Setup Guide (for Generic VoIP Setup)

NF1Adv VOIP Setup Guide (for Generic VoIP Setup) NF1Adv VOIP Setup Guide (for Generic VoIP Setup) Configuring your NF1Adv for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer

More information

THINKTEL COMMUNICATIONS DIGIUM G100/G200 PRI OVER IP SIP TRUNKING

THINKTEL COMMUNICATIONS DIGIUM G100/G200 PRI OVER IP SIP TRUNKING THINKTEL COMMUNICATIONS DIGIUM G100/G200 PRI OVER IP SIP TRUNKING TA B L E O F C O N T E N T S 1.1 NETWORK DIAGRAM... 3 1.2 COLLABORATION OF MONARQUE TELECOM... 3 1.3 CONNECTING TO THE DIGIUM G100... 4

More information

Vega 100G and Vega 200G Gamma Config Guide

Vega 100G and Vega 200G Gamma Config Guide Vega 100G and Vega 200G Gamma Config Guide This document aims to go through the steps necessary to configure the Vega 100G and 200G gateways to be used with a Gamma SIP Trunk. When a SIP trunk is provisioned

More information

Manual. 3CX Phone System for Windows Version 7.0

Manual. 3CX Phone System for Windows Version 7.0 Manual 3CX Phone System for Windows Version 7.0 Copyright 2006-2008, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used

More information

Quick Provisioning Guide for Third-Party PBX

Quick Provisioning Guide for Third-Party PBX Quick Provisioning Guide for Third-Party PBX Table of Contents Quick Provisioning Guide Table of Contents Chapter 1: Overview...1 Chapter 2: Asterisk Configuration...2 Creating a Phone Extension on Asterisk...2

More information

Thirdlane PBX and Thirdlane PBX Manager 6.0

Thirdlane PBX and Thirdlane PBX Manager 6.0 Thirdlane PBX and Thirdlane PBX Manager 6.0 Administrator's Guide 05/12/2008 Third Lane Technologies, LLC 39 Power Lane Fairfax, CA 94930 http://www.thirdlane.com Copyright 2003-2008. Third Lane Technologies,

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

VOIP (Voice Over Internet Protocol) Hacking-Fake Calling

VOIP (Voice Over Internet Protocol) Hacking-Fake Calling VOIP (Voice Over Internet Protocol) Hacking-Fake Calling Author: Avinash Singh Co-Author: Akash Shukla Avinash Singh Corporate Trainer (Virscent Technologies Pvt. Ltd.) Appin Certified Ethical Hacker (ACEH)

More information

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 Basic Installation Hierarchy for Telephony Server Objects like telephony extensions, Class of Service, and Outgoing Lines require that other objects exist

More information

How To Configure A Linksys Pap2T With Virtualbpx On A Cell Phone On A Pc Or Ipad Or Ipa (For Ipa) On A Ipa Or Ip2T On A Sim Sim (For Sim Sims

How To Configure A Linksys Pap2T With Virtualbpx On A Cell Phone On A Pc Or Ipad Or Ipa (For Ipa) On A Ipa Or Ip2T On A Sim Sim (For Sim Sims Linksys PAP2T Configuration with VirtualPBX The Linksys PAP2T is an inexpensive ATA device that connects to the internet and registers with your Virtual PBX extension, allowing you to use any analog phone

More information

Configuration Notes 283

Configuration Notes 283 Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX June 21, 2011 Proprietary 2011 Media5 Corporation Table of Contents Table of Contents... 2 Introduction... 3 Mediatrix 4400 Digital Gateway

More information

Dramatically simplifying voice and data networking HOW-TO GUIDE. Bundle Quick Start Guide

Dramatically simplifying voice and data networking HOW-TO GUIDE. Bundle Quick Start Guide Dramatically simplifying voice and data networking HOW-TO GUIDE Bundle Quick Start Guide 2 edgebox How-To Guide - Table of Contents Scope of the Quick-Start Guide...3 edgebox bundles...3

More information

Manual. 3CX Phone System for Windows Version 9.0

Manual. 3CX Phone System for Windows Version 9.0 Manual 3CX Phone System for Windows Version 9.0 Copyright 2006-2010, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used

More information

for SS7 VoIP Gateways

for SS7 VoIP Gateways Smart Web Manager for SS7 VoIP Gateways www.addpac.com AddPac Technology 2013, Sales and Marketing Contents SS7 VoIP Gateway Service Diagram SS7 VoIP Gateway Main Features SS7 VoIP Gateway Features SS7

More information

MyPBX U100 & U200 Installation Guide

MyPBX U100 & U200 Installation Guide MyPBX U100 & U200 Installation Guide Version: V1.0 Yeastar Technology Co., Ltd Date: 25 th February, 2013 http://www.yeastar.com 1/14 Contents MyPBX U100 & U200 Installation Guide 1. PREPARATION BEFORE

More information

Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670

Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670 Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670 Businesses Save Money with Toshiba s New SIP Trunking Feature Unlike gateway based solutions, Toshiba s MIPU/ GIPU8 card

More information

LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux

LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux 1. VM setup Please download Asterisk Virtual Machine from http://kt.agh.edu.pl/~rzym/lectures/ti- SSiZ/VMAsterisk.zip and extract archive.

More information

Quick Configuration Guide 61200268L1-42.1B January 2009

Quick Configuration Guide 61200268L1-42.1B January 2009 MENU OK CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL 1 2

More information

Business VoIP Solution Training 04/2009

Business VoIP Solution Training 04/2009 Business VoIP Solution Training 04/2009 IP Phone Deployment Scenario 1 Company LAN All the IP Phones and PBX are within the same local area network, no firewall and NAT traversal issues IP PBX 2 IP Phone

More information

MyPBX U510 Installation Guide

MyPBX U510 Installation Guide MyPBX U510 Installation Guide Version 1.1 Date: 9th, Aug, 2013 Yeastar Information Technology Co. Ltd Contents 1. PREPARATION BEFORE INSTALLATION... 4 2. HARDWARE SPECIFICATIONS... 5 2.1 Overview... 5

More information

UCM61xx Configuration

UCM61xx Configuration UCM61xx Configuration Grandstream UCM61xx IPPBX firmware version 1.0.4.7 has passed SIP Trunk interoperability testing with Broadvox on February 12 th, 2014. This document introduces major configuration

More information

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Table of Contents 1. Overview 2. SIP Trunk Adaptor Set-up Instructions 3.

More information

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL PREPARATIONS STUDYING SIP PROTOCOL The aim of this exercise is to study the basic aspects of the SIP protocol. Before executing the exercise you should

More information

Kerio Operator. Administrator s Guide. Kerio Technologies

Kerio Operator. Administrator s Guide. Kerio Technologies Kerio Operator Administrator s Guide Kerio Technologies 2014 Kerio Technologies s.r.o. Contents Installing Kerio Operator...................................................... 11 Product Editions.........................................................

More information

ACCELERATOR 6.3 ASTERISK LINES INTEGRATION GUIDE

ACCELERATOR 6.3 ASTERISK LINES INTEGRATION GUIDE ACCELERATOR 6.3 ASTERISK LINES INTEGRATION GUIDE January 2014 Tango Networks, Inc. phone: +1 469-229-6000 3801 Parkwood Blvd, Suite 500 fax: +1 469-467-9840 Frisco, Texas 75034 USA www.tango-networks.com

More information

Manual. 3CX Phone System for Windows Version 7.1

Manual. 3CX Phone System for Windows Version 7.1 Manual 3CX Phone System for Windows Version 7.1 Copyright 2006-2008, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used

More information