Write an asterisk dial plan to facilitate emergency calls

Assignment Help Computer Networking
Reference no: EM133167438

PART 01 - Designing and Planning
This part requires you to prepare an architecture design of the unified communications solution and a deployment plan.

Scenario
You are employed by Pacific IT Solutions, an IT services company providing systems integration and consultancy services. You have been appointed as an IT consultant for Online Travel Services (OTS) which is a client of Pacific IT Solutions.

Background
OTS is a national organisation within Australia with 7 retail and sales offices in Australian capital cities and a central office and Data Centre on the Gold Coast. All the sites are connected to the central office via VPN. In total OTS employs 120 people across the organisation with the majority of the staff provided with remote access through either a dial-up or a virtual private network (VPN) connection.

Business Profile
Global Travel Pty Ltd (The Company) is a leading provider of Travel services in the Asia Pacific region with headquarters in Singapore. The Company is the holding group for five smaller companies: OTS, Asia Hotel Services, APAC Flight Brokers, Asia Adventure Holidays and Happy Insurance. All of the companies owned by The Company focus on their individual target markets and employ several hundred staff. The Company is currently trying to reduce its costs and decrease the time it takes to break into new markets. OTS is a wholly owned subsidiary of The Company.

The business was setup in 2001 by the General Manager (Jack Slasher) and run from a small office on the Gold Coast until 2004, when the business was bought by Global Travel Pty Ltd and expanded to have offices nationally. This offered the ability for OTS to expand from the online travel services to offer personalized service to clients through the regional offices. OTS targets the provision of specialist travel packages to high value clients, advertising the packages it offers through the website. The business is currently highly successful, with a turnover in the last financial year of over $100 million and a profit of $6 million. Current technology OTS does not currently have any unified communications technologies. The company uses a legacy PBX and all calls are made using the PSTN.

All servers are deployed in a VMWare virtualized environment. They have enough spare capacity in the VMWare virtualized environment to deploy any additional virtual servers they may need. All servers are attached to a Gigabit network.

Requirements

OTS has obtained a feasibility report in relation to migrating their telecommunications systems to a solution that uses a relatively low cost SIP trunking service provided by an ITSP. They have decided to proceed with the migration as it will provide substantial savings on their telephone costs. They will start with an implementation of IP telephony at their Gold Coast office. This means that they will replace their current PSTN lines with a SIP trunk, replace their legacy PBX with a VoIP PBX, and replace their legacy handsets with SIP compatible handsets.

You have been given the task of designing the solution. Your contact at OTS is the office manager, Jane Moss, who will also sign off on the project completion. Your design and implementation plan must provide for the following:

An IP telephony solution that will:

1. Use SIP trunking
2. Use SIP compatible handsets
3. Provide flexibility to expand and link to other sites
4. Provide call parking, call queuing, voice mail, ring groups, and an IVR service
5. Achieve these outcomes with minimal cost

Task 1

Research the following VoIP technologies.
• Asterisk
• Shoretel
• Cisco

Compare the technologies on the following criteria. Create a table/matrix showing the comparison.
• Cost
• Scalability
• Size of online community
• Quality of support documentation
• Ability to integrate with legacy PBX
• Features - voice mail, IVR, etc.

Task 2

Write a description of the solution you envisage. Assume that you have chosen Asterisk as the solution. You should include:

1. A description of the architecture - include VoIP, IP telephony, network, and firewall elements
2. A thorough explanation of how your solution will work - the exact process of how calls are made, received, interfaced with the PSTN
3. An explanation of how your solution meets the business requirements
4. A description of each component
5. The rational for the design decisions you made

Task 3

Compile an inventory of hardware and software components. You must include the recommended hardware requirements for an Asterisk/FreePBX installation for an organization of this size.

Task 4

Prepare a work breakdown of your deployment plan.

Task 5

Write a post deployment test plan.

Task 6

Create a drawing of the solution using Visio. Include all physical and virtual components

PART 03 - Questions and Answers

Question 1

Start Wireshark Network Protocol Analyzer and open the capture file named 'Wireshark Capture VoIP Assessment'. This file is located in the student materials folder.
Examine line number 255.
1. Describe what is happening here - what is this packet doing?

2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 2

Using the same capture file from the question above. Examine line number 262.
1. Describe what is happening here - what is this packet doing?
2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 3

Using the same capture file from the question above. Examine line number 282.
1. Describe what is happening here - what is this packet doing?
2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 4

Using the same capture file from the question above. Examine line number 284.
1. Describe what is happening here - what is this packet doing?
2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 5

Using the same capture file from the question above. Examine line number 286.
1. Describe what is happening here - what is this packet doing?
2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 6

Using the same capture file from the question above. Examine line number 479.
1. Describe what is happening here - what is this packet doing?
2. What is the application layer protocol?
3. What are the IP addresses and names/numbers of the endpoints involved?
4. What are the source and destination port numbers?

Question 7

Using the table below, fill in the missing information for Bandwidth (Incl. Overhead), Bandwidth for 15 Concurrent Calls, and Quality.

Question 8

Describe the impact that the choice of codec will have on network performance.

Question 9

Compare H.264 and H.265. Describe what these codecs do. Select which one is better and explain why.

Question 10

What is the purpose of the ITU-T E.164-numbering scheme?

Question 11

What is the purpose of ENUM?

Question 12

Provide an example configuration for an ENUM lookup in an Asterisk dialplan. REF: Asterisk- The Definitive Guide, 4th Edition, Ch 12.

Question 13

Describe 3 potential benefits that could be provided via the IMS IP-Multimedia Subsystem standards

Question 14

Describe possible network congestion solutions that would enable quality of service (QoS) requirements to be met during periods of network congestion. REF: JNAA-JRE- 12.a_SG, Appendix A

Question 15

Make a copy of the text file named 'ooh323.conf'. This file is located in the student materials folder. Edit this file to configure an Asterisk PBX to act as a H.323 gateway and connect with a H.323 gatekeeper at 10.10.100.100.

Question 16

Write an Asterisk dial plan to facilitate emergency calls from VoiP handsets in Australia. REF: Asterisk- The Definitive Guide, 4th Edition, Ch 7.

Question 17

You need to allow the SIP protocol through your firewall. What port number would you open?

Question 18

Read the following post about a PBX security breach.

What measures could be taken in Asterisk to prevent this from happening? Describe 3 measures that could be taken. REF: Asterisk- The Definitive Guide, 4th Edition, Ch 26.

Attachment:- VOIP - Assignment.rar

 

Reference no: EM133167438

Questions Cloud

Developing your understanding of hrm strategies : Different aspects of practice: resourcing, rewards, L&D, relations, and vertical and horizontal alignment/ integration (part B).
Examine the interaction of home and host country : Examine the interaction of home and host country characteristics in shaping HRM practice in a MNCs - identify national and international institutions
What ethical concerns might hamid need to take into account : In this situation what ethical concerns might Hamid need to take into account - ethical assurances of confidentiality of information that Hamid had made
Basic tenets of the arguments in this case : Case - The Myth of Public Goods by Mark Davis (2010); the Journal of Liberty - basic tenets of the arguments in this case
Write an asterisk dial plan to facilitate emergency calls : What are the IP addresses and names/numbers of the endpoints involved and Describe the impact that the choice of codec will have on network performance
How should the progress of a project be documented : How should the progress of a project be documented? Give an example.
How should the progress of a project be documented : How should the progress of a project be documented? Give an example.
Describe possible network congestion solutions : Write an Asterisk dial plan to facilitate emergency calls from VoiP handsets in Australia. REF: Asterisk- The Definitive Guide, 4th Edition, Ch 7
Main reasons for a lack of leadership : In the preface, Clawson says "There are two main reasons for a lack of leadership: lack of a strategic story to tell and the fear of rejection." (p. xix). Expla

Reviews

Write a Review

Computer Networking Questions & Answers

  Project - Data Communications and Networking

ISCG 6401 Data Communications and Networks Assignment, Unitec Institute of Technology New Zealand. You need to discuss your choice of project for suitability

  Identify the drawbacks for using cloud computing in your bcp

Identify the drawbacks for using cloud computing in your BCP. Determine the strategies you would use to mitigate the drawbacks if you were the IT manager in charge of the decision.Provide a rationale for your answer.

  Role in management mediation

Write a short(2-3page)paper outlining the concept of management gateways and their role in management mediation.

  Describe how aseptic technique is used by a surgical

1. what is aseptic technique and surgical conscience?2. how to open sterile suppliesa. peel pouchb.wrapped items3.ways

  How can these be used to compare

Using the Internet, search for commercial IDPS systems. What classification systems and descriptions are used? How can these be used to compare the features and components of each IDPS? Breifly compare the different classifications of systems you ..

  How decentralized routing differ from centralized routing

How does decentralized routing differ from centralized routing?- What are the differences between connectionless and connection-oriented messaging?

  What settings might be considered via group policy

What technology will be implemented to provide secure remote access for users and who should have remote access?

  Explaining reconnaissance tools

Write down some popular reconnaissance tools?

  Display the valve stored in a num by derefecing it

Display the valve stored in a num by derefecing it

  Describe real-world examples of attenuation and white noise

Compare the four items related to channel capacity: data rate, bandwidth, noise, and error rate.Describe real-world examples of attenuation and white noise.

  Database administrator for a local department store

The Strayer Oracle Server may be used to test and compile the SQL Queries developed for this assignment. Your instructor will provide you with login credentials to a Strayer University maintained Oracle server.

  ICT120 Introduction to Computer Networks Assignment

ICT120 Introduction to Computer Networks Assignment Help and Solution, University of the Sunshine Coast - Assessment Writing Service - Demonstrate the path

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd