Всем доброго дня! Подобной проблемы не нашел, так что вот...
проблема такая, имеется AP100 настроен на SIP исходящие звонки ходят все отлично, но вот входящие отбиваются как только берешь трубку на аппарате, при чем в логах
Код:
Remote:CallClear
На софт фоне все работает хорошо во все стороны + так же успешно работает на ap1100 (спец проведен эксперимент)
Подскажите куда капать? в чем может быть проблема?
conf
Код:
hostname AP100
!
!
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.0.117 255.255.255.0
ip nat outside
speed auto
qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip nat inside
speed auto
no qos-control
!
no ip routing
ip route 0.0.0.0 0.0.0.0 192.168.0.1
!
access-list 100 permit ip 192.168.10.0 0.0.0.255 any
!
!
ip nat inside source list 100 interface FastEthernet0/0 overload
!
!
!
!
!
ftp server
snmp server
http server
!
!
dns name-server 194.67.161.1
dns name-server 194.67.160.3
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel disable
announcement language english
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern sipnum
port 0/0
user-password pass
!
!
!
! Voip peer configuration.
!
dial-peer voice 101 voip
destination-pattern T
session target sip-server
session protocol sip
voice-class codec 1
no vad
dtmf-relay cisco-info
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.167.0.117
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g729
codec preference 2 g711ulaw
codec preference 3 g7231r63
codec preference 4 g7231r53
codec preference 5 g711alaw
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-username sipnum
sip-password sippass
sip-server sipserv
timeout tregtry 60
srv enable
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
vad
!
!
! Tones
!
!
!
voip-interface ip FastEthernet0/0
!
line console
!
line vty
!
end
При dumpе трафика со снятием трубки с пака идет пакет BYE, подскажите в чем может быть проблема?