Hi,
I have cisco 2811 (hostname Cisco_s) Version 12.4(15)T1 with E&M Voice daughter card (2 port) VIC2-2E/M in my office. Cisco_s connected to PBX.
and cisco 2811 (hostname Cisco_p) Version 12.4(22)T with E&M Voice daughter card (2 port) VIC3-2E/M in other office. Cisco_p connected to terminals.
PBX- ---- Cisco_s ----Ethernet --- Cisco_p ----terminal
Cisco_s
Sh run
voice-port 0/0/0
auto-cut-through
operation 4-wire
type 5
signal immediate
compand-type a-law
connection plar 2000
!
voice-port 0/0/1
auto-cut-through
operation 4-wire
type 5
signal immediate
compand-type a-law
connection plar 2001
!
dial-peer voice 1 pots
destination-pattern 1000
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern 1001
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern 2000
session target ipv4:192.192.192.192
codec g711alaw
!
dial-peer voice 4 voip
destination-pattern 2001
session target ipv4:192.192.192.192
codec g711alaw
Thanks for any input.
Cisco_p
Sh run
voice-port 0/0/0
auto-cut-through
operation 4-wire
type 5
signal immediate
compand-type a-law
connection plar 1000
!
voice-port 0/0/1
auto-cut-through
operation 4-wire
type 5
signal immediate
compand-type a-law
connection plar 1001
!
ccm-manager fax protocol cisco
!
mgcp fax t38 ecm
!
dial-peer voice 1 pots
destination-pattern 2000
port 0/0/0
!
dial-peer voice 2 pots
destination-pattern 2001
port 0/0/1
!
dial-peer voice 3 voip
destination-pattern 1000
voice-class permanent 10
session target ipv4:192.192.193.193
codec g711alaw
!
dial-peer voice 4 voip
destination-pattern 1001
voice-class permanent 10
session target ipv4:192.192.193.193
codec g711alaw
When the voice transfer goes, “ in status” and “out status” is seized in Cisco_p and Cisco_s
sh voice port sum (in Cisco_p and Cisco_s)
IN OUT
PORT CH SIG-TYPE ADMIN OPER STATUS STATUS EC
============== == ============ ===== ==== ======== ======== ==
0/0/0 -- e&m-imd up up seized seized y
0/0/1 -- e&m-imd up up seized seized y
PWR FAILOVER PORT PSTN FAILOVER PORT
================= ==================
In a case Cisco_p or Cisco_s rebooted, after reboot the voice transfer does not go. “ in status” and “out status” is idle in Cisco_p and Cisco_s.
Shutdown/no shutdown - not renew a voice transfer. For voice transfer renewal it is necessary to pull out and insert simultaneously cables from ports e&m on both cisco.
It creates many problems. Tried put signal delay-dial or wink-start ports were able idle and the voice transfer was not. What it is necessary to change in my config?
Thanks for any input.