|
|
ru.cisco- RU.CISCO --------------------------------------------------------------------- From : Yuriy Talakan' 2:5042/13.128 24 Aug 2007 16:16:19 To : All Subject : как подружить две АТСки через VoIP? --------------------------------------------------------------------------------
Сейчас АТСки дружат между собой по PRI. Ставлю между ними "в разрыв" две
cisco2811 (R1 и R2):
PBX1----R1----R2----PBX2
В итоге звонок с PBX2 до PBX1, насколько я понимаю, идет.
По крайней мере debug isdn q931 на PBX1 показывает:
ISDN Se0/0/0:15 Q931: TX -> SETUP pd = 8 callref = 0x00F0
ISDN Se0/0/0:15 Q931: RX <- CALL_PROC pd = 8 callref = 0x80F0
ISDN Se0/0/0:15 Q931: RX <- ALERTING pd = 8 callref = 0x80F0
Hо я не слышу КПВ на стороне PBX2. :( Как мне добиться КПВ?
Читал все, что нашел на cisco.com, не помогло.
А может кто поделится рабочими конфигами для аналогичной ситуации?
Конфиг R1:
!
voice-card 0
dspfarm
!
voice call send-alert
!
voice service voip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
h323
!
interface Serial0/0/0:15
isdn switch-type primary-net5
isdn protocol-emulate network
isdn incoming-voice voice
isdn send-alerting
isdn negotiate-bchan resend-setup
isdn sending-complete
!
dial-peer voice 10 pots
tone ringback alert-no-PI
destination-pattern 757.+
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
direct-inward-dial
port 0/0/0:15
!
dial-peer voice 20 voip
tone ringback alert-no-PI
destination-pattern 0.+
progress_ind setup enable 3
session target ipv4:192.168.0.1
no vad
Конфиг R2:
!
voice-card 0
dspfarm
!
voice call send-alert
!
voice service voip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
h323
!
interface Serial0/3/1:15
isdn switch-type primary-net5
isdn incoming-voice voice
isdn send-alerting
isdn negotiate-bchan resend-setup
isdn sending-complete
!
dial-peer voice 10 pots
tone ringback alert-no-PI
destination-pattern 0.+
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
direct-inward-dial
port 0/3/1:15
!
dial-peer voice 20 voip
tone ringback alert-no-PI
destination-pattern 757.+
progress_ind setup enable 3
session target ipv4:192.168.0.2
no vad
--- Microsoft Outlook Express 6.00.2800.1807
* Origin: JSC Amurenergo (2:5042/13.128)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.cisco/3925fa5cd7fc.html, оценка из 5, голосов 10
|