Здравствуйте.
Интересует следущее: можно-ли перевести приходящий на адпак из города звонок (порт 0) на другой порт? Тестировал только внутренние переводы - работает. Т.е. с порта 0 звоню на порт 1, перевожу звонок на порт 2, и далее 0 разговаривает с номером абонентом второго порта. Перевод осуществляю нажатием Flash или нажатием на рычаг.
При входящем по VOIP звонке с Asterisk'a трансфер обрабатывается самим Asterisk' ом и звонок переводится, при входящем с циски - при нажатии Flash звонок не ставится на удержание. Все это, я так понимаю, говорит о том, что Flash отправляется на sip-proxy. Как сделать, чтобы нажатие флеш воспринималось именно адпаком?
Конфиг:
Код:
AP700# sh run
Building configuration...
Current configuration:
!
version 8.41.086
!
hostname AP700
debug syslog enable
!
username root password router administrator
username guest password guest user
!
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.255.150 255.255.255.0
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 192.168.255.254
!
!
!
!
http server
!
dns name-server 83.234..
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
protocol sip
dtmf-relay out-of-band
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
busyout monitor gatekeeper
busyout monitor sip-server
no busyout monitor callagent
busyout monitor voip-interface
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
no comfort-noise
caller-id enable
!
!
! FXS
voice-port 0/1
caller-id enable
!
!
! FXS
voice-port 0/2
caller-id enable
!
!
! FXS
voice-port 0/3
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 123456
port 0/0
!
dial-peer voice 1 pots
destination-pattern 185
port 0/1
!
dial-peer voice 3 pots
destination-pattern 186
port 0/3
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
codec g711alaw
no vad
dtmf-relay rtp-2833
!
!
!
dial-peer call-pickup ##
dial-peer call-hold h
dial-peer call-transfer h
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.255.150
no ignore-msg-from-other-gk
!
!
! SIP UA configuration.
!
sip-ua
no fault-tolerance
sip-server 192.168.123.254
!
!
! Tones
!
!
!
!
line console
!
line vty
!
end
AP700#
Спасибо.