Добрый день.
Следующая проблема:
настроил addpac по sip протоколу.
регистрация нормально прошла, звонки нормально идут...
потом падает инет, после этого входящий звонок работает, исходящий нет.
Из команды sh sip видно что:
Код:
AP100# sh sip
Proxyserver Registration Information
proxyserver registration option = e164
Proxyserver list :
---------------------------------------------------------------
Server address Port Priority Status
---------------------------------------------------------------
domen.domen.ru 5060 128 Failed
Proxyserver registration status :
-----------------------------------------------------------------------------------
UserName UserID Password Port Status
-----------------------------------------------------------------------------------
loginsip Loginsip password 0/ 0 Registered
SIP UA Timer counters
retry counter = 10
SIP UA Timer values
tretry (sip retry timer) = 500 msec.
tinterval (sip retry max interval timer) = 4 sec.
treg (sip register timer) = 10 sec.
tregtry (sip register retry timer) = 20 sec.
texpires (sip invite expire timer) = 180 sec.
tsipping (sip ping timer) = 45 sec.
SIP UA Session Timer value
Min-SE = 1800 sec.
Session-Expires = 1800 sec.
SIP DNS SRV Query : Enable
SIP Call Transfer Mode : Basic
SIP Media Channel Start Mode : Default
SIP Reliable Provisional Response Option : Supported with value <100rel>
SIP Response Option : default
SIP Local Domain : NULL
SIP Special Char : NULL
SIP Routing Method of Incoming Call : Default
SIP Remote-Party-ID : Disabled
SIP Local Host Name : No
SIP 3way Conference Info
Mode = Remote
Name (ID) = NULL
Related Voip Tag = -1
SIP NAT Info
PING = Disabled
Required = NULL
SIP Session Refresh Method = INVITE
SIP Keep Authentication information on registration = Yes
SIP Message Waiting Indication = FALSE
Юзерская регистрация есть, а вот регистрации сервера нет, и она не обновляется с течением времени, помогает только перезагрузка. Может в конфиге что не так?
Конфиг:
Current configuration:
!
version 8.41.017
!
hostname AP100
clock timezone msk
!
username root password router administrator
!
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.1.146 255.255.255.0
ip nat outside
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.15.200 255.255.255.0
ip nat inside
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 192.168.1.40
!
!
ip nat inside source list 100 interface FastEthernet0/0 overload
!
!
snmp name AP100_G2
!
!
http server
!
!
dns name-server dns
dns name-server dns
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol bypass
fax rate disable
h323 call start fast
h323 call tunnel enable
timeout tttl 30
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
input gain -7
output gain -7
description Name
no comfort-noise
no announcement
busyout action tone
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern LOGINSIP
port 0/0
user-password PASSWORD
huntstop
!
!
!
! Voip peer configuration.
!
dial-peer voice 100 voip
destination-pattern 00.
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 101 voip
destination-pattern 0[12349]
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 102 voip
destination-pattern 0[5-8].
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 103 voip
destination-pattern 1..
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 104 voip
destination-pattern [2345679]......
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 105 voip
destination-pattern 8[023456789].........
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
dial-peer voice 106 voip
destination-pattern T
session target sip-server
session protocol sip
codec g711alaw
no dtmf-relay
no vad
no sid
huntstop
!
!
!
!
!
!
!
! Codec classes configuration.
!
voice class codec 0
codec preference 1 g711alaw
!
!
!
! SIP UA configuration.
!
sip-ua
sip-server domen.domen.ru
timeout treg 10
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711alaw
no vad
!
!
! Tones
!
!
!
!
line console
!
line vty
!
end