Народ, подскажите плиз ктонебудь. Как заставить циску зарегестрироватся на OpenH323GK. Вроди пишу как в мануале, и как люди советуют, а он не регистрируется и все:
#sh gateway
H.323 ITU-T Version: 4.0 H323 Stack Version: 0.1
Gateway cisco is registered to Gatekeeper OpenH323GK
Alias list (CLI configured)
E164-ID 1001
E164-ID 1002
E164-ID 1003
H323-ID cisco
Alias list (last RCF)
E164-ID 1001
E164-ID 1002
E164-ID 1003
H323-ID cisco
H323 resource thresholding is Disabled
-----------------
Вот конфиг. могу выдать выводы еще какихто команд если нужно.
-----------------
interface Ethernet0
ip address 195.x.x.2 255.255.255.0
no ip redirects
no ip unreachables
no ip route-cache
no ip mroute-cache
keepalive 60
no cdp enable
h323-gateway voip interface
h323-gateway voip id OpenH323GK ipaddr 195.x.x.1 1719
h323-gateway voip h323-id cisco
hold-queue 100 out
!
interface ATM0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
ip default-gateway 195.x.x.1
ip classless
ip route 0.0.0.0 0.0.0.0 195.x.x.1
no ip http server
!
!
no cdp run
no call rsvp-sync
!
voice-port 1
cptone RU
timeouts call-disconnect 3
!
voice-port 2
cptone RU
!
voice-port 3
cptone RU
!
voice-port 4
cptone RU
!
dial-peer voice 1001 pots
destination-pattern 1001
clid network-number 1001
port 1
!
dial-peer voice 1002 pots
destination-pattern 1002
port 2
!
dial-peer voice 1003 pots
destination-pattern 1003
port 3
!
dial-peer voice 5 voip
destination-pattern 810T
session target ras
!
gateway
!
!
line con 0
exec-timeout 0 0
stopbits 1
line vty 0 4
login
!
scheduler max-task-time 5000
end