IPT
From Datateknik
(Difference between revisions)
(Created page with "= TN och IP-telefoni = <font size=32>2014</font> == Skills Exam == On this skills exam you work individually with your own hardware. It's <b>allowed</b> to bring one A4 paper ...") |
(→Session 4: Features) |
||
Line 121: | Line 121: | ||
# HARD: Answer-machine (Voice-mail) | # HARD: Answer-machine (Voice-mail) | ||
# HARD: Video-calls | # HARD: Video-calls | ||
− | # Multiple lines (not multiple accounts); download supporting soft-phones: | + | # Multiple lines aka buttons (not multiple accounts!); download supporting soft-phones: |
#* [http://www.nch.com.au/talk/index.html Express Talk VoIP Softphone] | #* [http://www.nch.com.au/talk/index.html Express Talk VoIP Softphone] | ||
#* [[http://www.3cx.com/VOIP/voip-phone.html 3CX ] (pay?) | #* [[http://www.3cx.com/VOIP/voip-phone.html 3CX ] (pay?) | ||
#* [http://www.ipblue.com/download.asp IP Blue's VTGO! (demo)] | #* [http://www.ipblue.com/download.asp IP Blue's VTGO! (demo)] | ||
#* [http://www.cisco.com/cisco/software/release.html?mdfid=278468661&softwareid=282074237&release=8.6%281%29&relind=AVAILABLE&rellifecycle=&reltype=latest&i=rs Cisco's IP Communicator] (pay big!) | #* [http://www.cisco.com/cisco/software/release.html?mdfid=278468661&softwareid=282074237&release=8.6%281%29&relind=AVAILABLE&rellifecycle=&reltype=latest&i=rs Cisco's IP Communicator] (pay big!) | ||
+ | |||
== Session X: Not included this year == | == Session X: Not included this year == | ||
Dial 9 for operator | Dial 9 for operator |
Latest revision as of 11:58, 14 May 2014
Contents |
[edit] TN och IP-telefoni
2014
[edit] Skills Exam
On this skills exam you work individually with your own hardware. It's allowed to bring one A4 paper with handwritten notes (both sides) to the skills exam.
[edit] Session 0: Course Introduction
Goal: Only talk, make sure everyone is up to speed
- Trixbox; one of many SW from the wikipedia list List_of_SIP_software
- show disco-movie TrixBox Tricks -> YT: Univ. of Akron
- Number plan
- Get Phonzo (?)
- Aquire hardware with linphone...
- LADDA UPP FOTO !!! / UPLOAD A PHOTO mittkonto.hv.se
[edit] Session 1: Initial Setup
Goal: Initial setup of server and make the first telephone call
- Collect hardware
- One bootable PC with DVI-graphics, DVI-cable, USB keyboard and mouse. Check memory and harddisk.
- Get and install POTS-card (TDM400P Bilder, Manual, websida ). Make sure power is connected to the POTS-card
- One bootable CD with trixbox installation
- Two headsets, Two IP-phones, One analog phone, Two(one) Iphone/android phones (or nokia with SIP-support)
- One web-cam
- Surrounding requirements:
- Internet connection for the PC with public IP-address
- Power over Ethernet for the IP-phones
- The PC-server should stay on for the whole time of the course, but the phones came come and go
- Install and basic configuration
- Install Trixbox on the server PC
- Make sure there are strong passwords on the user root and the web-users "user" and "maint" (deafult: password)
- Make two softphones on wired ethernet call each other like this video
- Check out the show command:
asterisk -vvvvr sip show ? sip show registry exit
[edit] Session 2: End-nodes & Peers
Goal: Add more phones, of different type to the system, and connect to the other PBX-servers
- Learn how linphone works on cabled PC-clients and make a test-call
- Install linphone on portable wireless laptops and do the same
- install linphone on handheld cellphones and make a test-call
- Cisco IP Phones 7960:
- Setup the phone with IP address and TFTP location
- Hit the Settings button a lot to access the setup-menu
- If you can't access the menu: Do a factory-reset (power on w. #-key, 12345678*0#, yes) and hit menu button a lot
- Choose Network setup and scroll down to option 30 (disable DHCP)
- Choose Network setup and scroll down to option 8 (tftp-server) and set it to your trixbox-server IP-address
- If you're still stuck; read this document
- Setup files
- Make sure the phone looks for files by looking at the tftp-log, if it doesn't: go back to the previous point
- Find the firmware files for that model (hard) Here
- Edit some files to make sure it points to the correct version of your firmware
- Run the linux-script setup-cisco
- GUI: Create an extension for the IP phone; make sure NAT=no and Qualify=yes
- Select PBX -> [Endpoint manager] and add the IP-phone and its mac address
- Setup the phone with IP address and TFTP location
- Cisco IP Phones 7965:
- Hit the Settings button a lot to access the setup-menu
- If you can't access the menu: Do a factory-reset (power on w. #-key, 12345678*0#, yes) and hit menu button a lot
- Choose Network setup and disable DHCP
- Change tftp-server to the IP of your trixbox-server
- Make sure the right load information in XMLDefault.cnf.xml for 7965
- Get the SEP{mac-address}.cnf.xml and make the changes needed in it
[edit] Session 3: Dial-Plan and Analog-Phone
- Create a dial-plan to translate incoming 10-digit numbers to 4-digit extensions
- (i.e. Strip incoming numbers from 10-digits (0520-223202) to 4 digit extensions (3202) )
- Trunk: Add trunk
To handle incoming 10-digit number you need to change in file /etc/asterisk/extensions_additional.conf (use GUI PBX->ConfigFileEditor ) and goto section ext-did-0001- [ext-did-0001]
- exten => fax,1,Goto(ext-fax,in_fax,1)
- exten => _052269XXXX,1,Dial(SIP/${EXTEN:6})
- exten => _052269XXXX,n,Hangup()
- ;BEWARE!! -- Whenever you change and SAVE, this config *will* disapear
- ; end of [ext-did-0001]
- Probably better done somewhere else with a 052022 variable ... ??
- OUTGOING: Send numbers to correct PBX
- Add one trunk per other group (peer) by selecting "Trunks" in the GUI:
- TRUNKS
- Trunk Name: PODF
- [Peer Details]
- host=193.10.203.239
- type=friend
- ; !-- My own name -- must be same on other side's trunk name
- username=PODE
- fromuser=PODE
- secret=lol
- qualify=yes
- context=from-trunk
- OUTBOUND ROUTES
- [Dial Patterns] 052172XXXX
- [Trunk Sequence] SIP/PODF
- Setup a sip-peer to the other PBX-server and create dial-plans accordingly
- To Call Support between trunks
- Make a Ring-group
- Add all your extensions
- Make a SUPPORT extension
- Then Click "Edit Follow Me settings"
- Set Ring Time to 1
- Edit "Destination if no answer:" and select "call ring group"
- Whenever you call this extension it will go direct to "destionation if no answer" and call all extensions.
- Configure the analog phone in AsteriskNOW
- Överkurs: logga in på cellip.com MinaSidor, Din SIP-trunk har användarnamn 46520580026 och fixa så att det går att ringa ut
- Alternativt: fixa eget kontantkortskonto på phonzo.se och beställ Phonzo Cash (Kontantkort)
Hmm...
[edit] Session 4: Features
- Dual-line: pip-pip i luren
- Local Directory
- Call Forwarding
- Call Transfer
- Call Park
- Call Pickup
- Intercom
- Paging
- CDRs and Call Accounting
- After-hours Call Blocking
- Music on Hold
- HARD: Answer-machine (Voice-mail)
- HARD: Video-calls
- Multiple lines aka buttons (not multiple accounts!); download supporting soft-phones:
- Express Talk VoIP Softphone
- [3CX (pay?)
- IP Blue's VTGO! (demo)
- Cisco's IP Communicator (pay big!)
[edit] Session X: Not included this year
Dial 9 for operator Hur fungerar Digit-strip: 0 added to external call We don't care about video call Codecs internally and externally - transcoding
[edit] Number plan
POD A, Trollhättan, GigabiteEthernet 0/4, IP = 193.10.203.DHCP | ||||||||
---|---|---|---|---|---|---|---|---|
Robert Andersson | 0520-22 3202 | Wired PC | ||||||
Christian Ohlsson | 0520-22 3217 | Wireless PC | ||||||
Stig Johansson | 0520-22 3212 | Smartphone | ||||||
Liselott Lycke | 0520-22 3357 | Cisco Phone 7960 | ||||||
Linn Gustavsson Christiernin | 0520-22 3208 | Analog Phone (POTS) | ||||||
Kalle Anka | 0520-22 3131 | Cisco Phone 7965 | ||||||
SUPPORT | 0520-22 3299 | Second button on all IP-phones |
POD B, Vänersborg, GigabiteEthernet 0/5, IP = 193.10.203.DHCP | ||||||||
---|---|---|---|---|---|---|---|---|
Ewy Gahnstöm | 0521-72 1107 | Wired PC | ||||||
Guy Mahlviker | 0521-72 1180 | Wireless PC | ||||||
Ove Frid | 0521-72 1112 | Smartphone | ||||||
Thomas Friden | 0521-72 1284 | Cisco Phone 7960 | ||||||
Mona Selen | 0521-72 1287 | Cisco Phone 7965 | ||||||
Tuija Viking | 0521-72 1237 | Analog Phone (POTS) | ||||||
SUPPORT | 0521-72 1199 | Second button on all IP-phones |
POD C, Uddevalla, GigabiteEthernet 0/6, IP = 193.10.203.DHCP | ||||||||
---|---|---|---|---|---|---|---|---|
Yvonne Jägerbrand | 0522-69 7019 | Wired PC | ||||||
Lise-Lotte Boldt | 0522-69 7351 | Wireless PC | ||||||
Monica Pettersson | 0522-69 7374 | Smartphone | ||||||
Roger Stenstrom | 0522-69 7319 | Cisco Phone 7960 | ||||||
Kong Le | 0522-69 7348 | Cisco Phone 7965 | ||||||
Britt-Inger Berntsson | 0522-69 7077 | Analog Phone (POTS) | ||||||
SUPPORT | 0522-69 7399 | Second button on all IP-phones |
POD D, Mellerud, GigabiteEthernet 0/6, IP = 193.10.203.DHCP | ||||||||
---|---|---|---|---|---|---|---|---|
Jonas Andersson | 0530-18 8183 | Wired PC | ||||||
Christer Hermansson | 0530-18 8182 | Wireless PC | ||||||
Lars-Ake Joelsson | 0530-18 8196 | Smartphone | ||||||
Roland Skog | 0530-18 8185 | Cisco Phone 7960 | ||||||
Ulla Granquist | 0530-18 8284 | Cisco Phone 7965 | ||||||
Maria Vikingsson | 0530-18 8286 | Analog Phone (POTS) | ||||||
SUPPORT | 0530-18 8199 | Second button on all IP-phones |
POD B, Lysekil fa0/1: 192.168.23.23 0523-61 3700 0523-61 3703 0523-61 3711 Maria Vikingsson Alberto Roncero Andreas Andersson
POD B,