INSTRUCTION MANUAL w ... The Triumph “Tiger Cub" has been so designed
that the average ..... :urned to the oil tank via the crankcase pipe, oil pump and.
Organizing the main structural elements of the curriculum. The objective of ......
Kurikulum yang berlaku secara nasional Program Studi Teknik Mesin meliputi: a.
Lee, D.Y., Guttilla, M., Fung, K.D., McFeron, S., Yan, J. and Ranaldi, R. (2007). Rostral-caudal differences ... [email protected]. âI am a doctoral student in ...
Aug 15, 2013 ... capability. A family of powerful and flexible SIP- based products offering
advanced interoperability with major IP Telephony platforms. All Aastra ...
Apr 10, 2003 - Indiana University (network operations center). ⢠Internet2 Test ... Board of Trustees .... Oregon has organized a news service with v6 transport.
Aug 18, 2015 - internet2 network by the numbers. 17 juniper mx960 routers supporting layer 3 service. 34 brocade and jun
Jul 17, 2012 - Apps & Services ... network. SDN rollout. SDN fully. Deployed. Central TE. Deployed ... High utilizat
Apr 10, 2003 - 221 participants â universities and labs ... Recently: Oak Ridge National Laboratory .... Abilene Measurement Infrastructure includes IPv6.
Apr 25, 2002 - Poor mic placement, poor lighting, human factors, etc. But you all know ... Exact shaper/policer provisioning never understood. Signaling never ...
The IT Workshop for engineers is a 6 training lab course spread over 90 hours.
..... Step 1: Open MS-Word by click on START button; go to All Programs, then ...
Oct 28, 2015 - emerging needs, they would empower dynamic teams to make ..... consideration by the consulting teams incl
Oct 28, 2015 - the wider considerations for doing adaptive programming in practice. ..... blog. â Email DDD list with
NDT is the Network Diagnostic Tool, currently being modified for use with E2E
piPEs ... This cookbook has two parts: an Overview of the tool, with examples of
its ...
Framework and targets of the EBSN academy –GRUNDTVIG WORKSHOP ... On
September 19th 2013, the Minister for education and VET, Maddy Delvaux ...
Lessons in comprehension : explicit instruction in the reading workshop / Frank
Serafini. p. cm. Includes bibliographical references. ISBN 0-325-00625-3 (alk.
Nov 8, 2016 - seeks a community conversation about what investments we should be making in national- footprint network .
Jan 9, 2017 - assessing students, ability to troubleshoot in electronics lab courses. ... about the role of troubleshooting in electronics, the importance of the ...
Microcontrollers are widely used in today's control systems for the following
reasons: • Design ... There are often several types of memory on a microcontroller
:.
tially reduces L1 instruction-cache misses in commercial server workloads [17] ..... Second, although our logical design calls for a dedicated storage structure for ...
Hacking Lab based on Kali (IWC-Lab: Kali Book 1)' Free Digital Books Online .... (IWC-Lab: Kali Book 1) download ebooks
Jay D. & Gromala. Diane Wndoinrs and Mrrors Interaction. Deergn, Digtal Art. and the Myth of Transparencyr . Canbndoe. MA1. MIT press 213. Boiler. Jay D. :3 ...
workshop for Unilever was to generate new ideas for a dairy product for a specific market. Today, all dairy products have similar form-factors and graphics, which ...
(Interoperable On-demand Network) is a network service that provides researchers and network engineers the ... or checki
Cisco VCS ENUM Configuration Example ...................................................................................... 32
8.
Appendix A. – Kamailio Command Summary ............................................................................... 35
9.
Appendix B. – Lab Topology Diagram ........................................................................................... 36
10.
Appendix C. - Enterprise SIP Server Config example. .............................................................. 37
11.
Appendix D. - Country SIP Server Config example ................................................................... 54
12.
Appendix E. – Kamailio Syslog.................................................................................................. 71
13.
Appendix E. – Cisco ISR CUBE sample config ........................................................................... 71
Page 2 of 72
1. Introduction In this workshop, attendees will be divided into 20 available PODs (groups) and each POD hosts one Kamailio server and one AsteriskNOW server with 10 available extensions. This workshop works through and includes a number of sample configurations for a number of applications. Please note that these are SAMPLES ONLY, and MUST NOT be implemented “as is” in a production environment without careful considerations to security aspects specific to your environment.
1.1.Prerequisites The workshop uses pre-built virtual machines. Please note, this is not a Asterisk or Kamailio course. There are other much better courses for that. Most Asterisk configuration changes will be done via the web interface, although there may be a need to occasionally edit a text based configuration file. All Kamailio changes are done via a text editor such as VI, PICO or whatever else you are comfortable using within a linux environment. The AsteriskNOW packaged ISO uses the CentOS linux distribution. The Kamailio server is built using Ubuntu Server 12.04 LTS. Attendees are required to bring their own laptops with a webcam, headset, and wireless. Also, Wireshark is required for packet analysis from the client’s (laptop or workstation) perspective.
1.2.Checklist Please go through this list for laptop software and hardware required to be used in the lab:
Install wireshark. Install SSH client (eg, putty). Install Linphone (www.linphone.org). You can use an alternative SIP softclient if you have one. This one is free. (optional) Install H.264 codecs for Linphone. Please install this codec plugin if you have chosen to use Linphone and would like to try using the H.264 video codec. Please note however, that this codec does tax the CPU. (http://www.linphone.org/eng/download/). Configure/install camera. Connect & configure headset. Wireless access required.
1.3.Network The workshop provides wireless network access to the SIP workshop environment. You will require the following settings to successfully connect to this network.
1.4.Lab VM Setup This lab is setup using a virtualised environment. It has been designed and resourced for a “lab/workshop” environment, NOT a production environment. Therefore, please EXPECT some performance related issues throughout the course of the day. For example, there may be some delays when logging into the server(s) or you may find there is a delay during call setup and all this will depend on the overall utilisation of the wireless network and hosting resources. We have chosen to use the Indonesian country code for International dialing. All PODS will be located in a publically accessible LAN, and use 5 digit internal extension dialling. Please refer to the accompanying workshop topology diagram for details of IP addressing and allocated extension ranges. The central Proxy is preconfigured with 168.105.216.62/26. It will be demonstrated as a centralised proxy peering server with all other PODs and the APAN SIP server. Please see appendix D for a sample configuration.
1.5.How to SSH to the Server You can SSH to the assigned IP address with SIP server: username: sip and password: sipnn. Asterisk server: username: root and password: asterisknn.
1.6.How to Access Web Interface The AsteriskNOW server is also installed and configured with a web application called FreePBX. This provides an easy way to administer the application server. To login use a browser and go to http://{Asterisk_vm_ip_address}. You should then see a page looking like the following:
Click on the “FreePBX Administration” link. Login with username: admin and password: admin credential. Page 4 of 72
1.7.Packet Trace Ngrep has been installed on all servers. You can run the following command to display plain text packet traces during the SSH session. This will help with call analysis. sudo bash ngrep -p -q port 5060 -W byline press ctrl^C to exit
Alternatively you can use TCPDUMP to capture and analyse raw packet data: sudo bash tcpdump –w {filename.pcap} –i eth0 –s0 press ctrl^C to stop PLEASE be a careful not to fill the drive space. On your own laptop (where the soft client is running), you can run any packet trace tools, such as Wireshark.