IP Based Voice Server Application With PBX Using Free SWITCH ISSN

Size: px
Start display at page:

Download "IP Based Voice Server Application With PBX Using Free SWITCH ISSN 2319-9725"

Transcription

1 IP Based Voice Server Application With PBX Using Free SWITCH ISSN Sachin Mallikarjun Hunur Shreyas S M Abstract: In today s world, individuals are able to build phone systems that outperform the traditional phone services and offer advanced features for relatively low cost. Private Branch Exchange (PBX) is an enterprise voice communication system that connects business telephones at a business site to each other and to the Public Switched Telephone Network (PSTN). One of the latest tendencies in PBX phone system development is the VoIP PBX, which uses the Internet Protocol to transmit calls. IP PBX is a software-based PBX phone system solution which helps accomplish certain tasks and delivers services that can be difficult and costly to implement when using a traditional proprietary PABX (private automated branch exchange). Voice over Internet Protocol (VoIP) is a technology that makes it possible to make a phone call using an Internet connection or a dedicated network that uses the IP protocol, rather than normal telephone line. The PBX that has been developed using an open source software called FreeSWITCH has the functionality of connecting internal systems of an organization for communication in a cost-effective manner. Keywords: Dalit, Neo Dalitism, Caste system, Victim, hegemony, resistance, Dalit consciousness.

2 1. Introduction: Most medium-sized and large companies use a PBX because it is less expensive than connecting an external telephone line to every telephone in the organization. A PBX connects the internal telephones within a business and also connects them to the public switched telephone network (PSTN). Voice over IP refers to the diffusion of voice traffic over internet-based networks. Internet Protocol (IP) was originally designed for data networking and following its success, the protocol has been adapted to voice networking. FreeSWITCH is free and open source communication software for the creation of voice and messaging products. It is licensed under the Mozilla Public License (MPL), a free software license. Users who subscribe to a VoIP or Broadband service will be able to experience the power of X-Liteenabling them to communicate anytime, anywhere. Interactive Voice Response or IVR is a telephone technology that communicates with a caller through configurable voice menus and data in real time. In an IVR system, callers are given the choice to select options by pressing digits. IVR systems can normally handle and service high volumes of phone calls. 2. Literature Survey: Some of the issues involved in performing speech recognition over the IP network have been identified[1]. Experiments have demonstrated that both higher accuracy and increased robustness to packet loss can be achieved by performing the front-end processing locally rather than sending the codec parameters.a novel detection and estimation scheme for the recovery of lost speech features has been shown to restore performance to almost the situation where there is no packet loss even at losses up to 50%. The performance modeling, analysis, and simulation of SIP-T (Session Initiation Protocol for Telephones) signaling system in carrier class VoIP (Voice over IP) network have been carried out [2]. The SIP-T signaling system defined in IETF (Internet Engineering Task Force) draft is a mechanism that uses SIP (Session Initiation Protocol) to facilitate the interconnection of PSTN (Public Switched Telephone Network) with carrier class VoIP network. Based on IETF, the SIP-T signaling system not only promises scalability, flexibility, International Journal of Innovative Research and Studies Page 40

3 and interoperability with PSTN but also provides call control function of MGC (Media Gateway Controller) to set up, tear down, and manage VoIP calls in carrier class VoIP network. The main focus of the architecture for a next generation Voice over IP framework is on interoperability between different Voice over IP providers, as well as dependability and robustness [4]. The requirements of a suitable VoIP architecture are the basis of this approach. Starting with these requirements the different components of the architecture are: Management Services, Basic VoIP Services, and Supplementary Services. While the Basic VoIP Services provide the basic VoIP functionality of the architecture, the Management Services provide functionality like authentication and authorization, information brokering, metering and accounting, or feature interaction management. Feature interaction management is very important, because of the rapid growth of supplementary services that can be used. Feature interaction is a result of the consecutive usage of multiple supplementary services that has to be addressed to provide a maximum of the possible outcome the supplementary services can offer. 3. Related Work: Older non IP PBX systems require On Site visit to add users and access. All the applications other than PBX call processing are add-ons and require the use of a different administration interface. The earlier systems use a separate infrastructure system. Most IT departments are not familiar with programming and will require expensive specialized support. They require the use of toll network that becomes expensive. Asterisk is a free and open source framework for building communications applications and is sponsored by Digium. Asterisk turns an ordinary computer into a communication server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and is used by small businesses, large businesses, call centers, carriers and governments worldwide. Free SWITCH is an improved system over an older VoIP based PBX system called Asterisk. International Journal of Innovative Research and Studies Page 41

4 4. Voice Server Application: 4.1. PBX: A Hosted PBX is a virtual telephone system where, instead of having all the telephone hardware in the office, the hardware is provided by a system hosting company and one can connect to the system via a network connection. This hosted phone system brings the benefits of both worlds together. Costs are greatly reduced since there is no extra hardware to install. Phones can be connected to a computer port, rather than deal with wires. Like a virtual PBX, one can manage the system online Voice Over IP: The benefits of VoIP are staggering. Beyond reducing carrier and circuit charges by way of LAN, WAN, and VPNs, VoIP also enhances business communication, greatly increasing employee productivity. Figure 1: How VoIP works 4.3. FreeSWITCH: With no desire to reinvent the wheel, Free SWITCH is designed to take advantage of as many existing software libraries as possible. It has a modular, extensible architecture, with only limited and necessary functionality in core. Optional modules can be employed to add virtually any functionality desired by the user. The core (libfreeswitch) can be embedded into almost any app that can use a.so or.dll file. It can be transformed into a softphone, PBX or a soft-switch. Module system allows you to extend FreeSWITCH easily. Applications may be written in C/C++, Java,.NET, Javascript/ECMAScript, Python, Perl, Ruby, PHP, Lua, and more. International Journal of Innovative Research and Studies Page 42

5 External systems can receive events from and/or control the switch over a TCP Eventsocket with many language bindings and clients. FreeSWITCH handles thousands of concurrent channels with media on a standard PC. It interoperates with different products and protocols, such as GNU Bayonne, Yate, sipxecs or Asterisk. It supports SIP, SCCP, H.323, LDAP, Zeroconf, XMPP / Jingle, etc. With FreeTDM, a BSD licensed TDM abstraction library, it can interface with the PSTN as well. It supports Secure RTP (SRTP) and zrtp (libzrtp). FreeSWITCH makes it possible to build a softphone, PBX system, soft-switch, or interface with other open source PBX systems such as OpenPBX.org, Bayonne, Yate or Asterisk. It can also be used to build a VoIP switching platform uniting various technologies such as SIP (using the Nokia Sofia library), H.323, SCCP, LDAP, Zeroconf, XMPP / Jingle, etc. As a library FreeSWITCH can be used by developers to enable switching in their custom applications. FreeSWITCHcan be launched not only from a C application, but also via PHP, Perl, or a variety of other languages. FreeSWITCH is written in C, built from the ground up (not a fork of another code base). It is designed to take advantage of as many existing software libraries as possible. It has a modular, extensible architecture, with few and necessary functionality in core (libfreeswitch) with optional modules to do the rest. FreeSWITCH runs on Windows, Mac OS X, Linux, BSD, ARM, and other Unixflavors. By combining the functionality of the various module interfaces, FreeSWITCH can be configured to connect IP phones, POTS lines, and IP-based telephone service. It can also translate audio formats and interfaces with a custom menu system. A running FreeSWITCH server can also be controlled from other machines. FreeSWITCH has different module types that revolve around the central core, much like satellites orbiting a planet. International Journal of Innovative Research and Studies Page 43

6 Figure 2: FreeSWITCH Architecture Advantages of FreeSWITCH: a. Open source. b. Robust. c. Easy operation and maintenance. d. Web /GUI based configuration. e. Significant savings over international and long distance calls using VOIP. f. Simple configuration. g. Compatibility among different SIP systems. h. Easy up-gradation. i. Ease in extension of lines End Point Module: Endpoint modules are critical important and add some of the key features which make FreeSWITCH the powerful platform it is today. The primary role of these modules is to take certain common communication technologies and normalize them into an abstract entity which is referred to as a session. A session represents a connection between FreeSWITCH and a particular protocol. There are several endpoint modules that come with FreeSWITCH, which implement several protocols such as SIP, H.323, Jingle (Google Talk). International Journal of Innovative Research and Studies Page 44

7 Sophia-SIP is an open source project sponsored by Nokia, which is determined to make a programming interface to the Session Initiation Protocol (SIP). This library is used in FreeSWITCH in a module called mod_sophia. This module registers to all the hooks in FreeSWITCH necessary to make an Endpoint module, and translates the native FreeSWITCH constructs into SIP constructs and back again. Configuration information is taken from the central FreeSWITCH configuration files, which allows mod_sophia to load user-defined preferences and connection details. This allows FreeSWITCH to accept registration from SIP phones and devices, register to other SIP Endpoints such as service providers, send notifications, and provide services to the phones such as voic . When a SIP call is established between FreeSWITCH and other SIP device, it will show up in FreeSWITCH as an active session X-Lite Softphone: Combining voice and video calls in a user-friendly interface, CounterPath's X-Lite helps in seamless transition from a traditional phone environment into the world of Voice over IP. Based on the advanced architecture of eyebeam 1.5 (CounterPath's carrier grade telephony client), the new X-Lite is designed to showcase some of the feature rich capabilities available with the commercial softphone such as superior audio and video quality, zero-touch configuration, IM & Presence, and a comprehensive personal address book Interactive Voice Response: With an Interactive Voice Response system, businesses can reduce costs and improve customer s experience as Interactive Voice Response systems allow callers to get information they need 24 hours a day without the need of costly human agents. Some IVR applications include telephone banking, flight-scheduling information and tele-voting. VoIP, which stands for Voice over Internet Protocol, is the transmission of voice traffic over IP-based networks. Initially designed for data networking, the Internet Protocol (IP) was adapted to voice networking following its successful positioning as the global standard for data networking. With VoIP phone systems users are not limited to making and receiving calls through the IP network, traditional phone lines can also be used to guarantee a higher call quality and availability. With the use of a VoIP gateway incoming PSTN/telephone lines can be International Journal of Innovative Research and Studies Page 45

8 converted to VoIP/SIP. This way the VoIP gateway allows the user to receive and place calls on the regular telephony network. VoIP PBX systems provide mobility to employees, flexibility when a business expands as they are much easier to manage than the traditional PBX, and can also considerably reduce telephony administration costs. The default implementation for a PBX that is used is an open source software called FreeSWITCH. The various elements in FreeSWITCH are independent of each other and do not have much knowledge about how the other parts are working. The functionality of FreeSWITCH can also be extended with loadable modules, which tie a particular external technology into the core. 5. System Design: Architecture Of Client-Server Model: The client-server model is a distributed application structure in computing that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients. The client for the architecture is a HTTP client which sends requests and receives responses from a server. The server is the component that handles the client request processes, loads the FreeSWITCH components that helps in making calls. A server is a host that is runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Figure 3: Architecture of voice based server application using FreeSWITCH International Journal of Innovative Research and Studies Page 46

9 6. System Implementation: 6.1. GUI Implementation: Login Page: The login page is implemented using several HTML components that allow us to add the GUI aspect to it. Furthermore PHP code has been used for the authentication and authorization of the user. The PHP code enables communication with the database which stores all User IDs and Passwords. The database system that is used is MySQL database. This entire database and the access to it is made possible by running the PHP code and HTML page on a WAMP server, which is essentially a combination of servers running on windows platform. WAMP is an acronym formed from the initials of the operating system Microsoft Windows and the principal components of the package: Apache, MySQL and one of PHP, Perl or Python. Apache is a web server. MySQL is an open-source database Dial Up Page: The dial up page provides the user with several functionalities, to start with its main purpose is to emulate a hard phone and hence it provides functions like Call, End and Register.The Client-Server Architecture is implemented to facilitate communication between the dialing client and the main server application running on Apache Server Side Implementation: The Foundation of the server side implementation is written in Java Code. This is because Java is a flexible and dynamic language. Java Server Programming is a flavor of Java. It is used to write servlets and run them on the server that waits for requests from the client. The servlet codehas the following main components: a. DO-GET request handling mechanism: The main task of the server is to handle the various requests that it receives from its clients. This is managed using the HTTP functions DOGET. Once it determines which function the user is trying to invoke, the International Journal of Innovative Research and Studies Page 47

10 do-get function directs the flow of control to the appropriate module in the program such as call, end or register. b. Java Native Access (JNA): Once the control is passed over to the appropriate module the code for that module is not present in java code. Instead the module invokes the appropriate module s function by means of an intermediate wrapper called the Java Native Access (JNA).This is because the Freeswitch module of the servlet programming is written only in c from ground up and cannot understand Java code. Hence an intermediate wrapper like the JNA is used so as to access the FreeSwitch functionality for communication and the functions such as call register and end are written in C code. These files are however being invoked by the means of a DLL. c. Dynamic Linking Library (DLL): The DLL is the most appropriate for this application because the DLL is loaded whenever the servlet program is started on the server and is ready for access. This makes the execution faster and provides a responsive behaviour. The DLL contains the different functions that implement the calling, ending and registration functions. Apart from previously mentioned functions, the DLL file also contains C code that initializes the FreeSwitch components. FreeSwitch components refers to the various modules of FreeSwitch that need to be initialized to facilitate communication facilities. The components include the FreeSwitchCore library, modpal files, dialplans and some configuration files that help in the truncking and bridging of one client to another.the initialization of FreeSwitch components is in turn done by loading the FreeSwitch DLL from the the C code that the JNA accesses. The FreeSwitch must always be running for the entire application to run. Once all modules are loaded successfully two clients can be connected by forming a bridge between them which is done by the FreeSwitch components. Once a bridge is formed the voice data of the participants is transferred across the bridge through VoIP where it is transferred using IP protocol. 7. Conclusion: Advanced VoIP based PBX systems hold the potential to replace the native PBX systems. A low bandwidth usage is observed as the system works on same network. Usage of PBX ensures dedicated performance providing congestion-free channels. International Journal of Innovative Research and Studies Page 48

11 It is cost effective as the server is an open source application. FreeSWITCH allows several extensions to be registered and provides conference facilities. Video chat facilities can be provided using Gtalk or Skype. Calls can be made to external phones through SIP trunks through gateways. The system can be configured to make international calls using the right ISP (Internet Service Provider). Application performance and system response can be enhanced using multi-threaded processing. Communication via Text To Speech (TTS) engine into the server can be integrated into the system. International Journal of Innovative Research and Studies Page 49

12 References: 1. Ben Milner and SharamSemnani, Robust Speech Recognition over IP networks, Acoustics, Speech, and Signal Processing, 2000.ICASSP '00.Proceedings IEEE International Conference on (Volume:3 ). 2. Jung-Shyr Wu * and Peir-Yuan Wang **, The Performance Analysis of SIP-T Signaling System in Carrier Class VoIP Network, Advanced Information Networking and Applications, AINA th International Conference. 3. E.T. Aire, B.T. Maharaj, MSAIEE, and L.P. Linde, SMIEEEE, Implementation Considerations in a SIP based secure Voice over IP Network, AFRICON, th AFRICON Conference in Africa (Volume:1 ) 4. Markus Hillenbrand, Joachim Götze, and Paul Müller, Voice over IP Considerations for a Next Generation Architecture, Software Engineering and Advanced Applications, st EUROMICRO Conference. 5. Anthony Minessale, Michael S. Collins, Darren Schreiber, FreeSWITCH 1.0.6, Build robust high performance telephony systems using FreeSWITCH. 6. Anthony Minessale, Michael S. Collins, Darren Schreiber, Raymond Chandler, FreeSWITCH Cookbook, Recipes to help you get the most out of your FreeSWITCH server International Journal of Innovative Research and Studies Page 50

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1 Introduction... 2 2 PBX... 3 3 IP PBX... 4 3.1 How It Works... 4 3.2 Functions of IP PBX... 5 3.3 Benefits of IP PBX... 5 4 Evolution of IP PBX... 6 4.1 Fuelling Factors... 6 4.1.1 Demands from

More information

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

More information

Voice over IP (VoIP) Basics for IT Technicians

Voice over IP (VoIP) Basics for IT Technicians Voice over IP (VoIP) Basics for IT Technicians VoIP brings a new environment to the network technician that requires expanded knowledge and tools to deploy and troubleshoot IP phones. This paper provides

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information

Lab Introduction software Voice over IP

Lab Introduction software Voice over IP Lab Introduction software Voice over IP 1 Lab Capability and Status Software used in this course installed in Engineering labs including the lab opened for students ENGR1506 - http://labs.ite.gmu.edu/

More information

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Test Cases Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:23-11-2007 SPBX

More information

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum

Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum Integration of Voice over Internet Protocol Experiment in Computer Engineering Technology Curriculum V. Rajaravivarma and Farid Farahmand Computer Electronics and Graphics Technology School of Technology,

More information

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes ZyXEL V100 (V100 Softphone 1 Runtime License) Support Notes Version 1.00 April 2009 1 Contents Overview 1. Overview of V100 Softphone...3 2. Setting up the V100 Softphone.....4 3. V100 Basic Phone Usage.....7

More information

Functional Specifications Document

Functional Specifications Document Functional Specifications Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:19-10-2007

More information

Figure 1. Traditional PBX system based on TDM (Time Division Multiplexing).

Figure 1. Traditional PBX system based on TDM (Time Division Multiplexing). Introduction to IP Telephony In today s competitive marketplace, small businesses need a network infrastructure that will not only save their business money, but also enable them to be more efficient and

More information

Internet Telephony Terminology

Internet Telephony Terminology Internet Telephony Terminology Understanding the business phone system world can be a daunting task to a lay person who just wants a system that serves his or her business needs. The purpose of this paper

More information

Wildix Management System (WMS) White Paper

Wildix Management System (WMS) White Paper Wildix Management System (WMS) White Paper February 2007 Author: Giuseppe Innamorato Wildix Management System White Paper Status: Draft 0.1 Page 1 Index: 1. Management Summary...3 2. Document purpose...3

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

Softswitch & Asterisk Billing System

Softswitch & Asterisk Billing System Softswitch & Asterisk Billing System IP Telephony Process and architecture is known as Softswitch. Softswitch is used to bridge traditional PSTN and VoIP by linking PSTN to IP networks and managing traffic

More information

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 There are many Session Initiation Protocol (SIP) phones on the market manufactured by IP PBX vendors and third parties. Selecting

More information

Fig. Setting up of a VoIP call. Fig. Experimental setup

Fig. Setting up of a VoIP call. Fig. Experimental setup Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Asterisk VoIP Private

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

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers.

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. API: An application programming interface (API) is a source

More information

By Numan Khan http://www.numankhan.com

By Numan Khan http://www.numankhan.com Online Asterisk* Training Classes By Numan Khan In this Class 01 Online Asterisk Training Understand the term Asterisk Introduction History of Asterisk Asterisk Usages & Capabilities Required Hardware

More information

IP- PBX. Functionality Options

IP- PBX. Functionality Options IP- PBX Functionality Options With the powerful features integrated in the AtomOS system from AtomAmpd, installing & configuring a cost- effective and extensible VoIP solution is easily possible. 4/26/10

More information

Integrating VoIP Phones and IP PBX s with VidyoGateway

Integrating VoIP Phones and IP PBX s with VidyoGateway Integrating VoIP Phones and IP PBX s with VidyoGateway Updated February 2011 INDEX: I. ABSTRACT.1 II. III. IV. VIDYOGATEWAY OVERVIEW.. 1 NETWORK TOPOLOGIES AND DEFINITIONS...2 CONNECTING TO VIDYOCONFERENCES

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

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

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2)

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2) Overview Voice-over over-ip (VoIP) ENUM VoIP Introduction Basic PSTN Concepts and SS7 Old Private Telephony Solutions Internet Telephony and Services VoIP-PSTN Interoperability IP PBX Network Convergence

More information

VoIP Security regarding the Open Source Software Asterisk

VoIP Security regarding the Open Source Software Asterisk Cybernetics and Information Technologies, Systems and Applications (CITSA) 2008 VoIP Security regarding the Open Source Software Asterisk Prof. Dr.-Ing. Kai-Oliver Detken Company: DECOIT GmbH URL: http://www.decoit.de

More information

White Paper. Open Source Telephony: The Evolving Role of Hardware as a Key Enabler of Open Source Telephony in the Business Market.

White Paper. Open Source Telephony: The Evolving Role of Hardware as a Key Enabler of Open Source Telephony in the Business Market. White Paper Open Source Telephony: The Evolving Role of Hardware as a Key Enabler of Open Source Telephony in the Business Market Produced For: Produced By: July 2006 The Evolving Role of Hardware as a

More information

Introducing Cisco Voice and Unified Communications Administration Volume 1

Introducing Cisco Voice and Unified Communications Administration Volume 1 Introducing Cisco Voice and Unified Communications Administration Volume 1 Course Introduction Overview Learner Skills and Knowledge Course Goal and Course Flow Additional Cisco Glossary of Terms Your

More information

Crash Course in Asterisk

Crash Course in Asterisk Crash Course in Asterisk Despite its name, Asterisk is no mere footnote to the IP-PBX market. The open source product is one of the most disruptive technologies in the industry. Here s what you need to

More information

and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG

and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG Voice Over IP, and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG Analog Telephony Mr. W AG Bell X What the *!@# is aa Switch?? Moving to Digital Voice (TDM) Separation of Voice and Signaling

More information

VitalPBX. Hosted Voice That Works. For You

VitalPBX. Hosted Voice That Works. For You VitalPBX Hosted Voice That Works For You Vital Voice & Data s VitalPBX VVD Hosted PBX solutions provide you with the stability of a traditional telephone PBX system and the flexibility that only a next

More information

SIP Proxy. SIP Proxy. Bicom SYSTEMS. SIP Proxy... Advanced Simplicity

SIP Proxy. SIP Proxy. Bicom SYSTEMS. SIP Proxy... Advanced Simplicity Session border controller solution offering high performance, security and SIP compliance connectivity. 1 DIAGRAM : Registration SIP Client registration for all users (, Business, Hosted PBXware and Wholesale)

More information

How to choose the right IP gateway for your VoIP migration strategy. Deployment note

How to choose the right IP gateway for your VoIP migration strategy. Deployment note How to choose the right IP gateway for your VoIP migration strategy Deployment note Introduction The purpose of this document is to understand the role a TDM to IP gateway has in providing a migration

More information

[Asterisk IP Telephony Solutions]

[Asterisk IP Telephony Solutions] 2016 [Asterisk IP Telephony Solutions] Azim U. Hoque President University IT Forum Bangladesh 1/30/2016 Workshop on Asterisk IP Telephony Solutions Over the existing Wi-Fi, LAN/MAN/WAN/ EPN/VPN, 3G and

More information

FacetPhone IP-PBX. IP From the Ground Up

FacetPhone IP-PBX. IP From the Ground Up FacetPhone IP-PBX IP From the Ground Up FacetPhone: FacetPhone is a completely new phone system designed for small to medium size businesses. Facet- Phone is an IP-PBX that completely integrates the company

More information

1 ABSTRACT 3 2 CORAL IP INFRASTRUCTURE 4

1 ABSTRACT 3 2 CORAL IP INFRASTRUCTURE 4 Coral IP Solutions TABLE OF CONTENTS 1 ABSTRACT 3 2 CORAL IP INFRASTRUCTURE 4 2.1 UGW 4 2.2 IPG 4 2.3 FLEXSET IP 5 2.4 FLEXIP SOFTPHONE 6 2.5 TELEPORT FXS/FXO GATEWAYS 7 2.6 CORAL SENTINEL 7 3 CORAL IP

More information

Open Source Telephony Projects as an Application Development Platform. Frederic Dickey (fdickey@sangoma.com) Director Product Management

Open Source Telephony Projects as an Application Development Platform. Frederic Dickey (fdickey@sangoma.com) Director Product Management Open Source Telephony Projects as an Application Development Platform Frederic Dickey (fdickey@sangoma.com) Director Product Management About this presentation For newcomers to Asterisk For long time CTI

More information

VoIP Conferencing. The latest in IP technologies deliver the next level of service innovation for better meetings. Global Collaboration Services

VoIP Conferencing. The latest in IP technologies deliver the next level of service innovation for better meetings. Global Collaboration Services Global Collaboration Services VoIP Conferencing The latest in IP technologies deliver the next level of service innovation for better meetings. ENERGIZE YOUR CONNECTIONS Table of Contents > > Contents...

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

VoIP Survivor s s Guide

VoIP Survivor s s Guide VoIP Survivor s s Guide Can you really save $, improve operations, AND achieve greater security and availability? Presented by Peggy Gritt, Founder and CEO of the VoIP A non-biased organization for the

More information

VoIP Solutions Guide Everything You Need to Know

VoIP Solutions Guide Everything You Need to Know VoIP Solutions Guide Everything You Need to Know Simplify, Save, Scale VoIP: The Next Generation Phone Service Ready to Adopt VoIP? 10 Things You Need to Know 1. What are my phone system options? Simplify,

More information

Internet Telephony PBX System

Internet Telephony PBX System Telephony PBX System System Highlights 20 concurrent calls and up to 100 registers HD voice codec G.722 for perfect voice quality Fax to Email / Email to Fax for Green Office Voicemail to Email for not

More information

Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX)

Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX) Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX) Course Objectives Explain the benefits and components of a Cisco Unified Communications system Describe how traditional telephony

More information

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Abstract These Application Notes describe the steps to configure an Avaya

More information

Colt VoIP Access. 2010 Colt Technology Services Group Limited. All rights reserved.

Colt VoIP Access. 2010 Colt Technology Services Group Limited. All rights reserved. Colt VoIP Access 2010 Colt Technology Services Group Limited. All rights reserved. Business requirements Are you looking for ways to simplify management of national or even international voice services

More information

ATA: An Analogue Telephone Adapter is used to connect a standard telephone to a high-speed modem to facilitate VoIP and/or calls over the Internet.

ATA: An Analogue Telephone Adapter is used to connect a standard telephone to a high-speed modem to facilitate VoIP and/or calls over the Internet. KEY VOIP TERMS 1 ACD: Automatic Call Distribution is a system used to determine how incoming calls are routed. When the ACD system receives an incoming call it follows user-defined specifications as to

More information

Software-Powered VoIP

Software-Powered VoIP Software-Powered VoIP Ali Rohani Anthony Murphy Scott Stubberfield Unified Communications Architecture Core Scenarios UC endpoints QOE Monitoring Archiving CDR AOL Public IM Clouds Yahoo Remote Users MSN

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

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

Introduction to VoIP Technology

Introduction to VoIP Technology Lesson 1 Abstract Introduction to VoIP Technology 2012. 01. 06. This first lesson of contains the basic knowledge about the terms and processes concerning the Voice over IP technology. The main goal of

More information

Asterisk: A Non-Technical Overview

Asterisk: A Non-Technical Overview Asterisk: A Non-Technical Overview Nasser K. Manesh nasser@millenigence.com Millenigence, Inc. 5000 Birch St., Suite 8100 Newport Beach, CA 92660 June 2004, Revised December 2004 Executive Summary Asterisk

More information

SITEL Voice Architecture

SITEL Voice Architecture SITEL Voice Architecture www.sitel.com SIP Voice Architecture: What is it? And how contact center operators can save money using it. By: Kevin Weier, Director, Global Voice Infrastructure and Architecture,

More information

November 2013. The Business Value of SIP Trunking

November 2013. The Business Value of SIP Trunking November 2013 S P E C I A L R E P O R T The Business Value of SIP Trunking Table of Contents Introduction... 3 What Is SIP Trunking?... 3 What Is the Demand for SIP Trunking?... 5 How Does SIP Trunking

More information

Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX)

Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX) Implementing Cisco IOS Telephony and Unified Communications Express (IITUCX) Who should attend The primary audience for this course is as follows: Network administrators Network engineers Systems engineers

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

IP PBX SH-500N WWW.HIPERPBX.COM

IP PBX SH-500N WWW.HIPERPBX.COM IP PBX SH-500N COMPANIES THAT WANT TO EXPAND AND IMPROVE THEIR TELEPHONE SYSTEM IP PBX SH-500N The IP PBX SH-500N is designed for companies that want to expand and improve their telephone system, and/or

More information

Configuring the CounterPath X-Lite SIP Softphone

Configuring the CounterPath X-Lite SIP Softphone NetVanta Unified Communications Technical Note Configuring the CounterPath X-Lite SIP Softphone Introduction CounterPath X-Lite is a free Session Initiation Protocol (SIP)-based softphone that is interoperable

More information

nexvortex SIP Trunking Implementation & Planning Guide V1.5

nexvortex SIP Trunking Implementation & Planning Guide V1.5 nexvortex SIP Trunking Implementation & Planning Guide V1.5 510 S PRING S TREET H ERNDON VA 20170 +1 855.639.8888 Introduction Welcome to nexvortex! This document is intended for nexvortex Customers and

More information

Leveraging Asterisk to Deliver Large Scale VoIP Services in a Carrier Environment. JR Richardson

Leveraging Asterisk to Deliver Large Scale VoIP Services in a Carrier Environment. JR Richardson Leveraging Asterisk to Deliver Large Scale VoIP Services in a Carrier Environment JR Richardson Early VoIP Environment Telecom Act of 1996, mass competition, Telco's needed value add features and capabilities,

More information

OpenBTS and the Future of Cellular Networks

OpenBTS and the Future of Cellular Networks OpenBTS and the Future of Cellular Networks Overview Range Networks is a new breed of network equipment provider. It is meeting the demand for low cost, easy to install GSM cellular networks for remote

More information

Integration of GSM Module with PC Mother Board (GSM Trunking) WHITE/Technical PAPER. Author: Srinivasa Rao Bommana (srinivasrao.bommana@wipro.

Integration of GSM Module with PC Mother Board (GSM Trunking) WHITE/Technical PAPER. Author: Srinivasa Rao Bommana (srinivasrao.bommana@wipro. (GSM Trunking) WHITE/Technical PAPER Author: Srinivasa Rao Bommana (srinivasrao.bommana@wipro.com) Table of Contents 1. ABSTRACT... 3 2. INTRODUCTION... 3 3. PROPOSED SYSTEM... 4 4. SOLUTION DESCRIPTION...

More information

Software Engineering 4C03 VoIP: The Next Telecommunication Frontier

Software Engineering 4C03 VoIP: The Next Telecommunication Frontier Software Engineering 4C03 VoIP: The Next Telecommunication Frontier Rudy Muslim 0057347 McMaster University Computing and Software Department Hamilton, Ontario Canada Introduction Voice over Internet Protocol

More information

The Telecom Terminal Solution

The Telecom Terminal Solution The Telecom Terminal Solution We are one of the worldwide leading telecom solution providers for more than 20 years. Based in Hong Kong, we have a strong engineering and marketing team, backed up by a

More information

VOIP THE ULTIMATE GUIDE VERSION 1.0. 9/23/2014 onevoiceinc.com

VOIP THE ULTIMATE GUIDE VERSION 1.0. 9/23/2014 onevoiceinc.com VOIP THE ULTIMATE GUIDE VERSION 1.0 9/23/2014 onevoiceinc.com WHAT S IN THIS GUIDE? WHAT IS VOIP REQUIREMENTS OF A VOIP SYSTEM IMPLEMENTING A VOIP SYSTEM METHODS OF VOIP BENEFITS OF VOIP PROBLEMS OF VOIP

More information

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico VoIP from A to Z NAEO 2009 Conference Cancun, Mexico VoIP glossary What is VoIP? Bandwidth Signaling Codecs Quality of Service (QoS) What is VoIP? Voice over Internet Protocol (VoIP) is the method of transmitting

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

K-Net VoIP telephone system May 31, 2005

K-Net VoIP telephone system May 31, 2005 K-Net VoIP telephone system May 31, 2005 Description. The K-Net VoIP telephone system is an internal telephone system that uses the existing K-Net data network. Priority is given to the VoIP traffic to

More information

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Updated: February 2009 Microsoft Response Point is a small-business phone solution that is designed to be easy to use and

More information

Overview of Voice Over Internet Protocol

Overview of Voice Over Internet Protocol Overview of Voice Over Internet Protocol Purva R. Rajkotia, Samsung Electronics November 4,2004 Overview of Voice Over Internet Protocol Presentation Outline History of VoIP What is VoIP? Components of

More information

FOR COMPANIES THAT WANT TO EXPAND AND IMPROVE THEIR TELEPHONE SYSTEM

FOR COMPANIES THAT WANT TO EXPAND AND IMPROVE THEIR TELEPHONE SYSTEM IP PBX VH-500 FOR COMPANIES THAT WANT TO EXPAND AND IMPROVE THEIR TELEPHONE SYSTEM IP PBX VH-500 The Virtual IP PBX VH-500 is an unified communication system hosted in the cloud, and it's an excellent

More information

INTEGRATED COMMUNICATIONS

INTEGRATED COMMUNICATIONS INTEGRATED COMMUNICATIONS THROUGH CLOUD-BASED TELEPHONY T: 086 123 TALK F: 086 1234 FAX E: sales@talking.co.za www.talking.co.za UPGRADE AND CUT LOOSE FROM YOUR OUTDATED PHONE SYSTEM Lessen your expenses

More information

D-Link, the D-Link logo, and VoiceCenter are trademarks or registered trademarks of D-Link Corporation or its subsidiaries in the United States and

D-Link, the D-Link logo, and VoiceCenter are trademarks or registered trademarks of D-Link Corporation or its subsidiaries in the United States and D-Link VoiceCenter TM Response Point TM with Microsoft Delivers a Fully- Featured Business Phone System with Leading-Edge Productivity and Integration Features White Paper Abstract Small Businesses Gain

More information

Marratech Technology Whitepaper

Marratech Technology Whitepaper Marratech Technology Whitepaper Marratech s technology builds on many years of focused R&D and key reference deployments. It has evolved into a market leading platform for Real Time Collaboration (RTC)

More information

Internet Telephony PBX System

Internet Telephony PBX System Telephony PBX System System Highlights 10 concurrent calls and up to 30 registers HD voice codec G.722 to perfect voice quality Fax to Email / Email to Fax for green office Voicemail to Email for not missing

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

BUILDING LARGE CAMPUS ASTERISK-BASED PABX SYSTEMS

BUILDING LARGE CAMPUS ASTERISK-BASED PABX SYSTEMS BUILDING LARGE CAMPUS ASTERISK-BASED PABX SYSTEMS.0 Background The abundance of Local Area Networks such as those found on most African Universities, and recent advances in Computer and Telephony integration

More information

640-460. IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo. Page <<1/9>>

640-460. IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo. Page <<1/9>> 640-460 IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo Page 1. You are CCNA VOICE associate in XXXX.com. You need configure a voice port that will allow the gateway to

More information

Copyright and Trademark Statement

Copyright and Trademark Statement Contents VoIP Starts with SmartNode...3 Why SmartNode?...3 SmartNode Product Comparison...5 VoIP Appliance with Embedded Windows...7 Carrier-Grade TDM + VoIP SmartMedia Gateways...8 Enterprise Solutions...9

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

NEWT Managed PBX A Secure VoIP Architecture Providing Carrier Grade Service

NEWT Managed PBX A Secure VoIP Architecture Providing Carrier Grade Service NEWT Managed PBX A Secure VoIP Architecture Providing Carrier Grade Service This document describes the benefits of the NEWT Digital PBX solution with respect to features, hardware partners, architecture,

More information

OUR HOSTED PHONE SOLUTION WILL SAVE YOUR BUSINESS MONEY AND MEET ALL YOUR TELEPHONE REQUIREMENTS. LOGO HERE

OUR HOSTED PHONE SOLUTION WILL SAVE YOUR BUSINESS MONEY AND MEET ALL YOUR TELEPHONE REQUIREMENTS. LOGO HERE OUR HOSTED PHONE SOLUTION WILL SAVE YOUR BUSINESS MONEY AND MEET ALL YOUR TELEPHONE REQUIREMENTS. LOGO HERE ITS TIME TO EXPECT MORE FROM YOUR PHONE PROVIDER NEW VOIP PHONES There s no bulky equipment to

More information

Hanlong Technology Co., Ltd

Hanlong Technology Co., Ltd Unicorn Anolog Telephone Adapter Quick Installation Guide Model:,3001,3101,3002,3112 Document Version Number:1.01 Hanlong Technology Co., Ltd Unicorn Anolog Telephone Adapter Quick Installation Guide WARNING:

More information

1 VoIP/PBX Axxess Server

1 VoIP/PBX Axxess Server - 1 1 VoIP/PBX Axxess Server The Axxess Server supports comprehensive Voice Over Internet Protocol network services, which are based on the Open Source Asterisk VoIP software. The Axxess Server VoIP telephony

More information

How To Make A Successful Business From A Profit

How To Make A Successful Business From A Profit UNIVERGE SV8000 Series Fulfilling the promise of UNIVERGE 360 It s all about change And preparing for it Our working environment is rapidly changing, with organizations At NEC, we understand these challenges

More information

Main characteristics. System

Main characteristics. System VoipSwitch is a software platform allowing for rapid VoIP services roll-out. It contains all necessary elements required in successful implementation of various VoIP services. Our customers can make money

More information

Introducing Cisco Unified Communications Express

Introducing Cisco Unified Communications Express CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.

More information

ilanga: A Next Generation VoIP-based, TDMenabled

ilanga: A Next Generation VoIP-based, TDMenabled ilanga: A Next Generation VoIP-based, TDMenabled PBX J. Penton, A. Terzoli Computer Science Department Rhodes University Grahamstown, 6140 Email: j.penton@ru.ac.za Tel: (046) 603 8640; Fax: (046) 636 1915

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

Voice Over Internet Protocol (VoIP) Issues and Challenges William McCrum mccrum.william@ic.gc.ca

Voice Over Internet Protocol (VoIP) Issues and Challenges William McCrum mccrum.william@ic.gc.ca Voice Over Internet Protocol (VoIP) Issues and Challenges William McCrum Phone: +1 613-990-4493 Fax: Email: +1 613-957-8845 mccrum.william@ic.gc.ca Content Network Evolution and drivers VoIP Realizations

More information

VoIP Telephone system benefits:

VoIP Telephone system benefits: s Why IP PBX? The VoIP Phone system is evolving, which is why you will find SIP based, IP PBXs like pbxnsip, offering more value for money and features than a traditional proprietary phone system. Traditional

More information

Course 4: IP Telephony and VoIP

Course 4: IP Telephony and VoIP Course 4: IP Telephony and VoIP Telecommunications Technical Curriculum Program 3: Voice Knowledge 6/9/2009 1 Telecommunications Technical Curriculum Program 1: General Industry Knowledge Course 1: General

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

NexeTalk Telephone Interconnect

NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect User Guide August 01, 2014 1 Introduction NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect is an integral part of NexeTalk

More information

VoIP-PSTN Interoperability by Asterisk and SS7 Signalling

VoIP-PSTN Interoperability by Asterisk and SS7 Signalling VoIP-PSTN Interoperability by Asterisk and SS7 Signalling Jan Rudinsky CESNET, z. s. p. o. Zikova 4, 160 00 Praha 6, Czech Republic rudinsky@cesnet.cz Abstract. PSTN, the world's circuit-switched network,

More information

RAS Associates, Inc. Systems Development Proposal. Scott Klarman. March 15, 2009

RAS Associates, Inc. Systems Development Proposal. Scott Klarman. March 15, 2009 Systems Development Proposal Scott Klarman March 15, 2009 Systems Development Proposal Page 2 Planning Objective: RAS Associates will be working to acquire a second location in Detroit to add to their

More information

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

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

More information

How To Set Up An Ip Trunk For A Business

How To Set Up An Ip Trunk For A Business Charter Business : White paper SIP Trunking: A new voice in communications service WHITE PAPER With the rise of next-generation technology, business customers have more options than ever from providers

More information

VoIP and FreeBSD. The daemon meets the phone. May 15th, 2008 University of Ottawa,, Ottawa, Canada Massimiliano Stucchi stucchi@briantel.

VoIP and FreeBSD. The daemon meets the phone. May 15th, 2008 University of Ottawa,, Ottawa, Canada Massimiliano Stucchi stucchi@briantel. VoIP and FreeBSD The daemon meets the phone May 15th, 2008 University of Ottawa,, Ottawa, Canada Massimiliano Stucchi stucchi@briantel.com Agenda Introduction Terms Introduction to Asterisk key concepts

More information

CrossTalk is a VoIP (Voice over IP) softphone which lets you call anywhere in the world at nominal rates.

CrossTalk is a VoIP (Voice over IP) softphone which lets you call anywhere in the world at nominal rates. 1. Introduction CrossTalk is a VoIP (Voice over IP) softphone which lets you call anywhere in the world at nominal rates. 1.1 Purpose This document specifies the software requirements of CrossTalk v1.04

More information