Приветствую!
С регистрацией на sip-server разобрался, все сделал. Конфиг получился вот таким. А регистрация не шла так как на сервере стояла опция "использовать порт 5060 для регистрации", и не работало, когда снял эту галку все заработало.
Код:
!
! APOS(tm) configuration saved from vty
! 1970/ 1/ 1 00:01:13 !
version 8.41.042
!
hostname AP100
!
username root password router administrator
!
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.101.29 255.255.255.0
bridge-group 1
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
bridge-group 1
speed auto
no qos-control
!
no ip routing
ip route 0.0.0.0 0.0.0.0 192.168.101.5 10
!
access-list 100 permit ip 192.168.10.0 0.0.0.255 any
!
!
!
snmp name AP100_G2
!
!
ftp server
http server
!
!
!
dns name-server 192.168.101.5
logging event 0-emergency
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol bypass
fax rate 9600
h323 call start fast
h323 call tunnel enable
busyout monitor sip-server
busyout monitor voip-interface
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 2302
port 0/0
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
voice-class codec 0
vad
dtmf-relay rtp-2833
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.1.142
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 0
codec preference 1 g711ulaw
codec preference 2 g711alaw
codec preference 3 g729
codec preference 4 g7231r63
!
!
!
! SIP UA configuration.
!
sip-ua
sip-username 2302
sip-server 192.168.101.5
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
vad
!
!
! Tones
!
!
!
!
line console
!
line vty
!
С уважением, Стародуб Сергей.