Добрый день уважаемые!
Никак не могу состыковать 2800 циску и gsm-шлюз Stargate по isdn-pri.
Схема такова. В циску заведено два isdn-pri. Один приходит с definity. Второй уходит на шлюз. Задача звонить через АТС на циску, дальше донабрать номер мобильного и выбросить этот звонок в сеть gsm. Вот куски конфига, касающиеся настроек портов E1:
!
isdn switch-type primary-net5
!
controller E1 0/0/0
clock source internal
pri-group timeslots 1-31
!
controller E1 0/0/1
pri-group timeslots 1-31
!
!
interface Serial0/0/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn protocol-emulate network
isdn incoming-voice modem
isdn send-alerting
isdn sending-complete
no cdp enable
!
interface Serial0/0/1:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice modem
isdn send-alerting
isdn sending-complete
no cdp enable
!
!
dial-peer voice 8701 pots
numbering-type unknown
destination-pattern 8701T
progress_ind setup enable 3
progress_ind connect enable 8
incoming called-number 8701T
port 0/0/0:15
forward-digits all
!
dial-peer voice 1 pots
destination-pattern 8T
port 0/0/1:15
forward-digits all
prefix 9
----------------------------------------------------
Теперь собственно проблема. Звонок ожидаем на дайлпире 1. Вот он прилетает:
Mar 5 08:24:58.177: ISDN Se0/0/1:15 Q931: RX <- SETUP pd = 8 callref = 0x0FCE
Bearer Capability i = 0x9090A3
Standard = CCITT
Transfer Capability = 3.1kHz Audio
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA18381
Preferred, Channel 1
Progress Ind i = 0x8183 - Origination address is non-ISDN
Called Party Number i = 0x80
Plan:Unknown, Type:Unknown
Mar 5 08:24:58.193: ISDN Se0/0/1:15 Q931: TX -> CALL_PROC pd = 8 callref = 0x8FCE
Channel ID i = 0xA98381
Exclusive, Channel 1
Progress Ind i = 0x8188 - In-band info or appropriate now available
Mar 5 08:24:58.193: ISDN Se0/0/1:15 Q931: TX -> CONNECT pd = 8 callref = 0x8FCE
Mar 5 08:24:58.221: ISDN Se0/0/1:15 Q931: RX <- CONNECT_ACK pd = 8 callref = 0x0FCE
Mar 5 08:24:58.225: %ISDN-6-CONNECT: Interface Serial0/0/1:0 is now connected to N/A N/A
Mar 5 08:25:04.225: %ISDN-6-CONNECT: Interface Serial0/0/1:0 is now connected to N/A N/A
Mar 5 08:25:12.229: ISDN Se0/0/0:15 Q931: Applying typeplan for sw-type 0x12 is 0x0 0x0, Called num 87017998566
далее его через дайл-пир 8701 загоняем в другой порт и имеем ошибку:
Mar 5 08:25:12.229: ISDN Se0/0/0:15 Q931: TX -> SETUP pd = 8 callref = 0x00B6
Sending Complete
Bearer Capability i = 0x9090A3
Standard = CCITT
Transfer Capability = 3.1kHz Audio
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0xA98381
Exclusive, Channel 1
Progress Ind i = 0x8183 - Origination address is non-ISDN
Called Party Number i = 0x80, '87017998566'
Plan:Unknown, Type:Unknown
Mar 5 08:25:12.365: ISDN Se0/0/0:15 Q931: RX <- CALL_PROC pd = 8 callref = 0x80B6
Channel ID i = 0xA98381
Exclusive, Channel 1
Progress Ind i = 0x8088 - In-band info or appropriate now available
Mar 5 08:25:12.553: ISDN Se0/0/0:15 Q931: RX <- DISCONNECT pd = 8 callref = 0x80B6
Cause i = 0x809B - Destination out of order
Mar 5 08:25:12.557: ISDN Se0/0/0:15 Q931: TX -> RELEASE pd = 8 callref = 0x00B6
Mar 5 08:25:12.569: ISDN Se0/0/0:15 Q931: RX <- RELEASE_COMP pd = 8 callref = 0x80B6
не могу побороть. Направьте пожалуйста на правильный путь!