Difference between revisions of "VOIP"
(→Linux: removed image) |
(→Windows: updated) |
||
Line 15: | Line 15: | ||
===Windows=== | ===Windows=== | ||
On Windows XP and Vista operating systems telnet can be accesses by | On Windows XP and Vista operating systems telnet can be accesses by opening "run" and the "cmd" command and entering telnet. | ||
Windows 7 and 8 | In Windows 7 and 8 you can bring up the command line by entering "cmd" in the search bar. | ||
In any version of Windows you can also run telnet by installing and using the [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] free software application. | |||
For complete Windows instructions see [http://www.tp-link.com/en/article/?faqid=343 this TP-Link page]. | |||
[[Category:DSL]] | [[Category:DSL]] |
Revision as of 13:42, 2 November 2012
VOIP means Voice Over Internet Protocol, where your telephone service is provided via the internet.
Using VOIP with a TP-Link modem
If you are using VOIP with a TP-Link modem you may experience problems such as voice being received but not transmitted after a connection is established. This may be addressed with a command line setting change in the modem to enable this via telnet to 192.168.1.1.
ip nat service sip sw off
If the command is successful the following line will be returned:
nat sip v2 switch off
Accessing Telnet
Linux
On Linux operating systems you can access telnet by opening a terminal and typing in "telnet" at the prompt.
Windows
On Windows XP and Vista operating systems telnet can be accesses by opening "run" and the "cmd" command and entering telnet.
In Windows 7 and 8 you can bring up the command line by entering "cmd" in the search bar.
In any version of Windows you can also run telnet by installing and using the PuTTY free software application.
For complete Windows instructions see this TP-Link page.