site Search:


 
    All FAQs Site FAQ DSL FAQ Cable Tech About DSL Distance DSL Hurdles »»






how-to block ads



Search for: in all FAQs
FAQ RevisionsEditors: KeysCapt See Profile, rjackson See Profile
Last modified on 2010-09-24 18:28:13
view: single page · printable

5. Hardware and Software

Net2Phone
DialPad
QuickNet
VoIP Blaster

got feedback?
Linksys PaP2 /PAP2-NA adapter working great for two VOIP lines.

2009-07-09 18:47:20


by redxii See Profile edited by Macy See Profile
last modified: 2006-03-18 13:34:40

If you have an ATA186 that was previously used with a provider that password protected the configuration options, you will can clear the ATA186 of the password and reconfigure the device itself. This is good if you want to experiment with trying to make two connections from one ATA186 to another.

DO NOT perform this procedure if you are using the ATA186 with a currently connected provider. You WILL lose ALL configuration information for that provider, and will have to re-enter the information again in order to restore your service. I have included instructions that MAY work for re-enabling the ATA186 to use with Vonage, but keep in mind it will only work to restore your Vonage service.

TRY THIS AT YOUR OWN RISK IF YOU HAVE VONAGE OR YOU MAY HAVE TO CALL THEM FOR INSTRUCTIONS ON HOW TO RESTORE YOUR SERVICE.

Also, keep in mind if you use this procedure, and then restore your previous connection settings, the original settings from your provider will overwrite anything you may have changed, and the box will once again be password protected with the information that is required for your service.
-----------

The following procedure will reset the ATA to its default config:
a) Take the phone off hook.
b) The red button on the top of the ATA-186 will illuminate.
c) Press the illuminating red button on the ATA and dial 322873738#. (The numbers spell FACTRESET# on the telephone)
d) Voice prompt will ask you to dial * to save changes you have just made.
e) Press * on your phone's keypad.
f) Hang up the phone.

-------------------------

To get to the ATA186 web configuration page, go to »ipaddress/dev -- So if your router assigned your ATA186 an IP address of 192.168.1.100, you would go to »192.168.1.100/dev

To try and restore Vonage service, plug the following information in to the configuration page:

UseTFTP: 1
TFTP Url: Try either 12.144.47.24 or 64.157.171.150
Encrypt Key: 1

Click Apply. Then wait about a minute. Check to see if your dialtone has returned.


Keep in mind, DO THIS AT YOUR OWN RISK. I strongly suggest you DO NOT try this if you have currently active service on your ATA186. Since I cancelled my Vonage line, I have no way of verifying if this procedure for restoring the service will work or not.

Hope this helps anyone that was curious as to how to do it.

Rick
--
From a post by RickNY


got feedback?

by KeysCapt See Profile
last modified: 2002-08-19 08:31:55

This link may provide some assistance in configuring and resetting the ATA-186:

Cisco ATA-186

got feedback?
Both pdf links are bad

2009-11-25 14:51:00 (DannyZ See Profile)


by KeysCapt See Profile
last modified: 2009-11-25 19:29:11

Codec is short for code/decode.

MSDN defines a codec as:
A list of "instructions," known as an algorithm, which programs such as encoders and players use to compress and decompress data. In the case of digital media content, codecs are used to decrease the content's file size and bit rate, or the amount of data in kilobits per second that are required to render audio and video content. With smaller file sizes and lower bit rates, digital media content can be stored and streamed over a network more easily.

You may also see an error message in Windows Media Player (WMP) that says "Error downloading Codec." WMP tries to download the right codec if you try to play a video for which you don't have a codec installed on your system. If you are behind a firewall or router, WMP may not be able to connect to the Microsoft server to automatically grab the right one. You may be able to resolve this issue by temporarily disabling your firewall. WMP may also not be able to download the right codec if it cannot determine the internal format of the movie file.

One solution is to visit a site such as The Nimo Codec Homepage where you can download a huge file that will install a variety of different codecs on your system. Once you have done this, you should have no trouble playing movie files in the future.

Other useful sites for codecs include:
MS Codecs Download Package
MovieCodec.com
dBpowerAMP
Free Codecs


got feedback?

by KeysCapt See Profile
last modified: 2005-03-10 07:58:55

This is a quote from the Sipura 2100 FAQ:

I connect my SPA-2100 to another router which gives out 192.168.0.x IP address.

Please realize that the LAN IP address of SPA-2100 has an IP address of 192.168.0.1, and it will provide DHCP addresses on that subnet. If you have another router that this SPA connects to, be sure that the router does not assign the same subnet of 192.168.0. Otherwise it will cause a conflict with SPA-2100.

Solution change your router to give out IP addresses on a different subnet, i.e: 192.168.10.

Alternatively, you can change SPA-2100's LAN IP address also and its DHCP assignment. To connect to the SPA at this state: unplug the WAN connection, and reboot the SPA. Connect your PC to the LAN port, then to connect to »192.168.0.1 and make the above suggested change.

Submitted by keithpetersen


got feedback?

by Macy See Profile

Here is a config template to use to configure a Cisco router to access a SIP VoIP provider. Link to the full config description

voice translation-rule 2
rule 1 /614xxxxxxx/ /xxxxxxx/
!
voice translation-rule 7
rule 1 /^2../ /614xxxxxxx/
!
voice translation-rule 8
rule 1 /^9\(1..........\)/ /\1/
rule 2 /^9614\(.......\)/ /\1/
rule 3 /^9\(.......\)/ /\1/
rule 4 /^9\(011.*\)/ /\1/
rule 5 /^9\([2-9]11\)/ /\1/
!
voice translation-rule 9
rule 1 /^8\(1..........\)/ /\1/
rule 2 /^8614\(.......\)/ /\1/
rule 3 /^8\(.......\)/ /\1/
rule 4 /^8\(011.*\)/ /\1/
rule 5 /^8\([2-9]11\)/ /\1/
!
voice translation-rule 91
rule 1 /^614\(.*\)/ /9\1/
rule 2 /^\(..........\)/ /91\1/
rule 3 /^\(.*\)/ /9\1/
!
!
voice translation-profile SIP
translate calling 7
translate called 8
!
voice translation-profile cid_fix
translate calling 91
!
voice translation-profile default
translate called 1
!
voice translation-profile strip_9_out
translate called 9
!
voice translation-profile voip
translate called 2
!
class-map match-any voice-signaling
match dscp af31
class-map match-any voice-udp
description Class Mapping for VoIP RTP
match dscp ef
!
policy-map voice-qos
description VoIP QoS
class voice-udp
priority 256
class voice-signaling
bandwidth 128
class class-default
fair-queue
!
interface Dialer1
service-policy output voice-qos
!
dial-peer voice 800 voip
translation-profile outgoing SIP
destination-pattern 9[2-9]11
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 801 voip
translation-profile outgoing SIP
destination-pattern 9614.......
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 802 voip
translation-profile outgoing SIP
destination-pattern 9[2-9]......
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 803 voip
translation-profile outgoing SIP
destination-pattern 1[2-9].........
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 804 voip
translation-profile outgoing SIP
destination-pattern 9011T
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
dial-peer voice 799 voip
translation-profile incoming voip
translate-outgoing calling 91
incoming called-number 614xxxxxxx
!
dial-peer voice 806 voip
translation-profile outgoing SIP
destination-pattern 1614.......
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 807 voip
translation-profile outgoing SIP
destination-pattern 614.......
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 808 voip
translation-profile outgoing SIP
destination-pattern 1[2-9].........
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 809 voip
translation-profile outgoing SIP
destination-pattern 011T
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 810 voip
translation-profile outgoing SIP
destination-pattern *..
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 811 voip
translation-profile outgoing SIP
destination-pattern *1
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 812 voip
translation-profile outgoing SIP
destination-pattern *67.......
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 813 voip
translation-profile outgoing SIP
destination-pattern *671..........
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay sip-notify rtp-nte
codec g711ulaw
!
dial-peer voice 814 voip
translation-profile outgoing SIP
destination-pattern *123
session protocol sipv2
session target dns:neptune.vtnoc.net
dtmf-relay rtp-nte
codec g711ulaw
!
!
sip-ua
authentication username 1614xxxxxxx password xxxxxxxxxxxxxxxxxxx
no remote-party-id
retry invite 4
retry response 3
retry bye 2
retry cancel 2
retry register 5
timers register 250
mwi-server dns:neptune.vtnoc.net expires 3600 port 5060 transport udp unsolicited
registrar dns:neptune.vtnoc.net expires 3600
sip-server dns:neptune.vtnoc.net
!
telephony-service
load 7960-7940 P00308000100
max-ephones 48
max-dn 192
ip source-address 192.168.2.1 port 2000
auto assign 1 to 1
service phone displayIdleTimeout 00:30
service phone displayOnDuration 1:00
timeouts interdigit 8
system message CME 4.0
url services »phone-xml.berbee.com/menu.xml
time-zone 12
time-format 24
voicemail *123
max-conferences 8 gain -6
call-forward pattern .T
moh music-on-hold.au
transfer-system full-consult
transfer-pattern .T
after-hours block pattern 1 1900 7-24
after-hours block pattern 2 1976 7-24
!
ephone-dn 30 dual-line
number 1614xxxxxxx
label VoIP 614-xxx-xxxx
!
ephone 1
mac-address XXXX.XXXX.XXXX
paging-dn 31
type 7960
button 1:21 2:29 3:30
!


got feedback?
voice translation-rule 8 rule 1 /^[8,9]\(1..........\)/ /\1/ rule 2 /^[8,9]614\(.......\)/ /\1/ rule 3 /^[8,9]\(.......\)/ /\1/ rule 4 /^[8,9]\(011.*\)/ /\1/ rule 5 /^[8,9]\([2-9]11\)/ /\1/ ! no voice translation-rule 9

2009-10-28 09:27:17


by rolande See Profile edited by Macy See Profile
last modified: 2006-05-22 04:55:31

Actiontec default settings for it's ports is 100 speed Full Duplex. The PAP2T (and most VoIP equipment) is set to use 10 Half Duplex. If both were set to Auto this would be fine, but they're not. Set the Actiontec to Auto and things should work OK! Or if you know how, set the PAP2T to Full Duplex.

got feedback?

by Pinan See Profile
last modified: 2009-05-02 19:44:03


Thursday, 24-May 14:49:28 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.