Hallo zusammen,
ich bin neu hier im Forum.
Ich bin im Moment drauf und dran von meinem Asterisk auf Cisco CME umzusteigen. Hierzu habe ich eine Cisco 2651XM mit dem image c2600-ipvoicek9-mz.124-3f laufen.
Ich konnte die Konfiguration des telephony-services ohne probleme durchführen. Mein Cisco Phone 7970G kann ich auch ohne Probleme registrieren und intern mit einem Softphone telefonieren.
Ich habe nun versucht eine SIP Trunk zu Sipgate.de zu konfigurieren. Das hat auch soweit funktioniert, dass ich bei Sipgate sehe, dass der Router online ist.
Im Router selbst sehe ich wenn ich show sip-ua register stats eingebe:
Line -> Sip account
peer -> 20003
expires -> 9
registered -> no
bei registered no hätte ich jetzt erwartet, dass yes dran steht, da ja auf der sipgate seite online steht?!?
Wenn ich irgend wo anrufen möchte, sagt mir der router auf der console ccsip_new_msg_preprocessor: Could not find ccb for response
und _send_dns_fail: DNS Query for sipgate.de failed
Hier mal meine Konfig:
Ich hoffe mir kann jemand weiterhelfen.
Danke
ich bin neu hier im Forum.
Ich bin im Moment drauf und dran von meinem Asterisk auf Cisco CME umzusteigen. Hierzu habe ich eine Cisco 2651XM mit dem image c2600-ipvoicek9-mz.124-3f laufen.
Ich konnte die Konfiguration des telephony-services ohne probleme durchführen. Mein Cisco Phone 7970G kann ich auch ohne Probleme registrieren und intern mit einem Softphone telefonieren.
Ich habe nun versucht eine SIP Trunk zu Sipgate.de zu konfigurieren. Das hat auch soweit funktioniert, dass ich bei Sipgate sehe, dass der Router online ist.
Im Router selbst sehe ich wenn ich show sip-ua register stats eingebe:
Line -> Sip account
peer -> 20003
expires -> 9
registered -> no
bei registered no hätte ich jetzt erwartet, dass yes dran steht, da ja auf der sipgate seite online steht?!?
Wenn ich irgend wo anrufen möchte, sagt mir der router auf der console ccsip_new_msg_preprocessor: Could not find ccb for response
und _send_dns_fail: DNS Query for sipgate.de failed
Hier mal meine Konfig:
Code:
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 10
clock timezone UTC 1
no network-clock-participate slot 1
no network-clock-participate wic 0
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool ITS
network 192.168.1.0 255.255.255.0
option 150 ip 192.168.1.2
default-router 192.168.1.1
!
!
ip name-server 192.168.1.1
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
sip
registrar server expires max 3600 min 600
!
!
!
voice class codec 1
codec preference 1 g729r8
codec preference 2 g711ulaw
codec preference 3 g711alaw
!
!
!
!
!
!
!
!
voice translation-rule 1
!
!
!
!
username cisco privilege 15 secret 5 $1$vd7L$bq683HllgBnmyPjXsxNyh.
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
ip http server
ip http authentication local
no ip http secure-server
ip http path flash:
!
!
!
control-plane
!
!
!
!
!
!
!
dial-peer voice 1 voip
translation-profile outgoing OUT
service session
destination-pattern 0T
voice-class codec 1
session protocol sipv2
session target dns:sipgate.de
incoming called-number T
dtmf-relay sip-notify
clid network-number 2509715
!
sip-ua
authentication username 25****** password ******* realm sipgate.de
calling-info sip-to-pstn number set 25****
calling-info pstn-to-sip from number set 25****
no remote-party-id
retry invite 4
retry response 3
retry bye 2
retry cancel 2
retry register 10
timers register 250
registrar dns:sipgate.de expires 3600
sip-server dns:sipgate.de
!
!
telephony-service
max-ephones 30
max-dn 5
ip source-address 192.168.1.2 port 2000
auto assign 1 to 2
calling-number initiator
user-locale DE
network-locale DE
create cnf-files version-stamp Jan 01 2002 00:00:00
voicemail 1999
max-conferences 4 gain -6
transfer-system full-consult
!
!
ephone-dn 1 dual-line
number 100 no-reg primary
label Buero
name Buero
call-forward busy 1999
call-forward noan 1999 timeout 15
!
!
ephone-dn 2 dual-line
number 101 no-reg primary
label Mobil
name Mobil
call-forward busy 1999
call-forward noan 1999 timeout 15
!
!
ephone-dn 5
number 2509715
!
!
ephone 1
description Buero
mac-address 0013.1915.3CD0
type 7970
button 1:1
!
!
!
ephone 2
description Mobil
mac-address 4061.862E.8684
type 7970
button 1:2
!
!
!
ephone 30
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
ntp clock-period 17208653
ntp server 217.10.68.226
!
end
Ich hoffe mir kann jemand weiterhelfen.
Danke