Difference between revisions of "VoIP with KPN experiabox"

From LinuxMCE
Jump to: navigation, search
(Created page with "Category: VoIP Category: Telecom Category: Phone Lines Category: Tutorials due a Solved bug by Foxi352 (thanks for that) you need to change usr/pluto/bin/db_phon...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
due a Solved bug by Foxi352 (thanks for that)
 
due a Solved bug by Foxi352 (thanks for that)
you need to change usr/pluto/bin/db_phone_config.sh on 10.04 and possibl older versions this wil work on the newer version.  
+
you need to change usr/pluto/bin/db_phone_config.sh on 10.04 and possibly older versions this will work out of the box on the newest version.  
 
Line 474 from: "for Row in $R; do"
 
Line 474 from: "for Row in $R; do"
 
           to: for Row in "$R"; do
 
           to: for Row in "$R"; do
Line 15: Line 15:
 
# Go in the web admin page (see [[Logging In]]) to ''Wizard > Devices > Phone Lines''.
 
# Go in the web admin page (see [[Logging In]]) to ''Wizard > Devices > Phone Lines''.
 
# Add new phoneline
 
# Add new phoneline
# choose a name like KPN any name will be oke
+
# choose a name like KPN (any name will be oke)
 
# Check the checkbox Enabled
 
# Check the checkbox Enabled
 
# if you choose to use this line as faxline then check the checkbox faxline
 
# if you choose to use this line as faxline then check the checkbox faxline
 
# prefix blank or any number (when you set a number you have to dial a phonenumber with this number before it)
 
# prefix blank or any number (when you set a number you have to dial a phonenumber with this number before it)
# username* (Internal Extension Number of the experiabox *103)
+
# username* *103 (Internal Extension Number of the experiabox *103)
 
# password* kpn
 
# password* kpn
# phonenumber* same as username
+
# phonenumber* same as username (*103)
 
# host* 192.168.2.254
 
# host* 192.168.2.254
 
# protocol SIP
 
# protocol SIP
 +
# Hit save to save the settings for the new phoneline
 +
 +
When you see the status '''Registered''' you have to place one outgoing phonecall end then you should be able to make and receive calls with LinuxMCE.

Latest revision as of 10:38, 1 October 2013


due a Solved bug by Foxi352 (thanks for that) you need to change usr/pluto/bin/db_phone_config.sh on 10.04 and possibly older versions this will work out of the box on the newest version. Line 474 from: "for Row in $R; do"

          to: for Row in "$R"; do

see ticket 1766 see the change

(H220N it will work with other experiaboxes as well)

  1. Go in the web admin page (see Logging In) to Wizard > Devices > Phone Lines.
  2. Add new phoneline
  3. choose a name like KPN (any name will be oke)
  4. Check the checkbox Enabled
  5. if you choose to use this line as faxline then check the checkbox faxline
  6. prefix blank or any number (when you set a number you have to dial a phonenumber with this number before it)
  7. username* *103 (Internal Extension Number of the experiabox *103)
  8. password* kpn
  9. phonenumber* same as username (*103)
  10. host* 192.168.2.254
  11. protocol SIP
  12. Hit save to save the settings for the new phoneline

When you see the status Registered you have to place one outgoing phonecall end then you should be able to make and receive calls with LinuxMCE.