Коллеги, столкнулся с вот какой бедой...Имеется AS5350 взаимодействующая по IP с софт свичем и привязанная PRI E1 потоком к АТС. При попытке отправить факс через циску на абонента АТС вызов проключается, синхросигналы циска транслирует, а вот t38 ну ни как не хочет поднимать...Направьте на путь истинный!Вот конфиг самой циски:
boot-start-marker
boot system flash:c5350-is-mz.123-9c.bin
no boot startup-test
boot-end-marker
!
.....
!
isdn switch-type primary-net5
!
voice call send-alert
voice rtp send-recv
!
voice service pots
fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback none
!
voice service voip
fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback none
h323
!
voice class codec 1
codec preference 1 g729r8
codec preference 2 g729br8
!
controller E1 3/0
framing NO-CRC4
pri-group timeslots 1-31
!
controller E1 3/1
pri-group timeslots 1-31
!
.........
!
interface Serial0/0
no ip address
shutdown
clockrate 2000000
!
interface Serial0/1
no ip address
shutdown
clockrate 2000000
!
interface Serial3/0:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice modem
isdn calling-number 777777
isdn send-alerting
isdn sending-complete
no cdp enable
!
interface Serial3/1:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice modem
isdn send-alerting
isdn sending-complete
no cdp enable
!
interface Async1
no ip address
!
interface Group-Async0
no ip address
group-range 1/00 1/59
!
......
!
voice-port 3/0:D
disc_pi_off
echo-cancel coverage 32
cptone RU
bearer-cap Speech
!
voice-port 3/1:D
disc_pi_off
echo-cancel coverage 32
cptone RU
bearer-cap Speech
!
!
dial-peer cor custom
!
!
!
dial-peer voice 1 pots
description city
huntstop
preference 1
destination-pattern [2-7].....
no digit-strip
direct-inward-dial
port 3/0:D
!
dial-peer voice 2 voip
description Incoming voip
incoming called-number ......
voice-class codec 1
fax rate 9600
no vad
!
Вот это дебаг попытки передать факс:
as5350_voip#debug fax relay t30 all-level-1
Debugging fax relay t30 level-1 all
as5350_voip#
2w6d: 3/0:D (134493) 1077410230 fr-entered (20ms)
2w6d: 3/0:D (134493) 1077471956 state_code: fr-msg-det V21, t30_msg: NSF
2w6d: 3/0:D (134493) 1077474949 state_code: fr-msg-det V21, t30_msg: DIS
2w6d: 3/0:D (134493) 1077515245 state_code: fr-msg-det V21, t30_msg: NSF
2w6d: 3/0:D (134493) 1077518227 state_code: fr-msg-det V21, t30_msg: DIS
2w6d: 3/0:D (134493) 1077574073 state_code: fr-msg-det V21, t30_msg: NSF
2w6d: 3/0:D (134493) 1077577060 state_code: fr-msg-det V21, t30_msg: DIS
2w6d: 3/0:D (134493) 1077612965 state_code: fr-msg-det V21, t30_msg: DCN
2w6d: 3/0:D (134493) 1077631161 fr-end
as5350_voip#
Заранее большое спасибо!