- Mitglied seit
- 31 Jul 2009
- Beiträge
- 13
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo Community,
wir haben ein kleines Problem mit unserem alten Voicegateway 2650 weswegen wir ein neues Cisco 2811 Gerät bekommen.
Zusätzlich ist ein PVDM2-64 drin und es kommt eine VWIC 2MFT E1 rein. Nun habe ich schon mal eine Config gebastelt, die dann passen sollte. Im Hintergrund arbeitet ein Callmanager mit der Version 3.3 (ich weiß es ist uralt) welcher den 2811 Router nicht direkt verwalten kann sondern per H323 anspricht.
Ich poste mal die Config vielleicht findet jemand noch einen Fehler oder sieht etwas, was definitiv falsch ist.
Ich kann die Config leider nicht testen, da der neue Router noch nicht da ist.
Danke schon mal..
Eike
wir haben ein kleines Problem mit unserem alten Voicegateway 2650 weswegen wir ein neues Cisco 2811 Gerät bekommen.
Zusätzlich ist ein PVDM2-64 drin und es kommt eine VWIC 2MFT E1 rein. Nun habe ich schon mal eine Config gebastelt, die dann passen sollte. Im Hintergrund arbeitet ein Callmanager mit der Version 3.3 (ich weiß es ist uralt) welcher den 2811 Router nicht direkt verwalten kann sondern per H323 anspricht.
Ich poste mal die Config vielleicht findet jemand noch einen Fehler oder sieht etwas, was definitiv falsch ist.
Ich kann die Config leider nicht testen, da der neue Router noch nicht da ist.
Danke schon mal..
Eike
Code:
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname gw-munich
!
boot-start-marker
boot-end-marker
no aaa new-model
!
enable secret xxxxxxxxxx
!
username XXXXXX password xxxxxxxxxxxx
!
archive
log config
hidekeys
!
!
control-plane
!
!
card type e1 0 1
card type e1 0 0
!
logging buffered 500000 debugging
!
controller E1 0/1/0
framing no-CRC4
pri-group timeslots 1-31
!
controller E1 0/1/1
framing no-CRC4
pri-group timeslots 1-31
!
!
!
network-clock-participate wic 1
network-clock-participate wic 2
network-clock-select 1 E1 0/1/0
network-clock-select 2 E1 0/1/1
!
!
ip cef
!
!
no ip domain lookup
!
isdn switch-type primary-net5
!
voice-card 0
no dspfarm
!
!
!
voice call convert-discpi-to-prog
voice call carrier capacity active
!
voice service voip
no supplementary-service h225-notify cid-update
fax protocol pass-through g711alaw
modem passthrough nse codec g711alaw
!
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729r8
!
!
!
voice class h323 1
h225 timeout tcp establish 2
!
!
!
voice translation-rule 1
rule 1 /^360420/ /900/
rule 2 /^36042\(...\)/ /\1/
!
voice translation-rule 2
rule 1 /\(.*\)/ /00\1/ type national national
rule 2 /\(.*\)/ /0\1/ type subscriber subscriber
rule 3 /\(.*\)/ /000\1/ type international international
!
!
!
voice translation-profile ausgehend
!
voice translation-profile eingehend
translate calling 2
translate called 1
!
interface FastEthernet0/0
ip address 192.168.87.253 255.255.255.000
duplex auto
speed auto
h323-gateway voip bind srcaddr 192.168.87.253
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 192.168.87.252
!
interface Serial0/1/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
no cdp enable
!
interface Serial0/1/1:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
no cdp enable
!
!
voice-port 0/1/0:15
translation-profile incoming eingehend
cptone DE
!
voice-port 0/1/1:15
translation-profile incoming eingehend
cptone DE
!
!
dial-peer voice 1 pots
destination-pattern 0T
incoming called-number .
direct-inward-dial
port 0/1/0:15
!
dial-peer voice 2 pots
destination-pattern 0T
incoming called-number .
direct-inward-dial
port 0/1/1:15
!
dial-peer voice 12 voip
translation-profile outgoing eingehend
destination-pattern 36042[1-9]..
progress_ind setup enable 3
modem passthrough nse codec g711alaw
voice-class codec 1
session target ipv4:145.14.87.10
dtmf-relay h245-alphanumeric
fax rate disable
fax protocol pass-through g711alaw
no vad
!
!
gateway
timer receive-rtp 1200
!
!
call-manager-fallback
secondary-dialtone 0
max-conferences 4 gain -6
transfer-system full-consult
user-locale DE
ip source-address 192.168.87.10 port 2000
max-ephones 50
max-dn 150 dual-line preference 5
system message primary Notfalltelefonie
transfer-pattern 0T
transfer-pattern .T
keepalive 120
no huntstop
moh music-on-hold.au
multicast moh 239.1.1.1 port 16384 route 10.12.8.5 192.186.1.1
!
!
!
ip http server
no ip http secure-server
!
snmp-server community xxxxxxxxxx RW
!
!
clock timezone CET 1
clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 3:00
!
banner motd ^
Access to this device is only for authorized users,
if you have not permissions please logout immediately,
unauthotized is against law, and may be subject to civil
and/or criminal penalties. All activity is being logged,
if you do not aggree disconnect immediately! ^
!
line con 0
login local
line aux 0
line vty 0 4
logging synchronous
login local
transport input telnet ssh
line vty 5 15
logging synchronous
login local
transport input telnet ssh
Zuletzt bearbeitet: