Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FXO, VOIP, 2811 + house phone line

Status
Not open for further replies.

LCIS

Technical User
Oct 9, 2005
35
CA
First, thanks for your time !

Router 2811 with 4x FXO card; I would like to receive call to my house phone line and in same time to my voip phone 7941. I can dial out without probleme, Here my basic setup:
Building configuration...

!
ip dhcp pool LAN
network 192.168.0.0 255.255.255.0
dns-server 24.201.245.77 24.200.241.37 24.200.243.189
default-router 192.168.0.1
option 150 ip 192.168.0.1
!
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
codec preference 3 clear-channel
codec preference 4 g729r8
!
!
interface FastEthernet0/0
description LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description INTERNET
ip address dhcp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
!
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
voice-port 0/2/0
caller-id enable
!
voice-port 0/2/1
!
voice-port 0/2/2
!
voice-port 0/2/3
!
!
dial-peer voice 9 pots
destination-pattern 9
port 0/2/0
!
!
telephony-service
no auto-reg-ephone
max-ephones 10
max-dn 10
ip source-address 192.168.0.1 port 2000
system message VOIP
max-conferences 8 gain -6
transfer-system full-consult
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1 dual-line
number 4000
description hardphone
name hardphone
!
!
ephone 1
device-security-mode none
mac-address 0023.5E1A.6E2E
type 7941
button 1:1
!
!
!
line con 0
logging synchronous
line aux 0
line 66
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
line vty 0 4
privilege level 15
logging synchronous
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
end


LCIS TECH
LAND COMMUNICATION INFORMATION SYSTEM
DND
 
try this:

voice-port 0/2/0
caller-id enable
connection plar 4000
 
Thanks for your response,

My setup right now is a RJ-11 spitter who's in voice-port 0/2/0, that spitter receive and distribute the phone line. With connection plar 4000 the problem is that everytime I call from my cell phone to my house my home phone line ring and my 7941 (that`s what I want) but when i pick up the line from my house phone the 7941 keep ringing and i can hear it from my cell phone.

What would be the config if I would like to plug the line from the phone compagny to voice-port 0/2/0 and distribute it from port 0/2/3.

Like you can see I do know much about VOIP... Thanks

LCIS TECH
LAND COMMUNICATION INFORMATION SYSTEM
DND
 
Like you can see i dont know much about VOIP...


LCIS TECH
LAND COMMUNICATION INFORMATION SYSTEM
DND
 
You would need an fxs card if you want to connect an analog phone to the router.
 
Its not what im trying to do... but thanks!

LCIS TECH
LAND COMMUNICATION INFORMATION SYSTEM
DND
 
Im pretty sure you need a dial plan in there, something along the lines of Dial-peer voice 1 voip
destination-pattern .T
port (port to internet)

That and your missing direct inward dialing, your router doesnt know where to route calls
 
Take the splitter out of the FXO port and put it in your wall outlet BEFORE the FXO port. This is not a configuration issue, its a wiring issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top