Geniu$$ писал(а):
Может как-то по-подробнее?
Может, может...
Состав стенда:
AddPac AP-200B - 172.24.66.239 (далее - шлюз_A)
AddPac AP-200B - 172.24.66.240 (далее - шлюз_B)
Привратник H.323 в режиме "singnaling proxy" - 172.25.62.6 (далее - GK)
Panasonic KX-FLB758 подключен к порту 0/0 шлюза_А (далее - факс_А)
Panasonic KX-FLB758 подключен к порту 0/0 шлюза_B (далее - факс_B)
Направление вызова: шлюз_A -> шлюз_B
Направление передачи факса: факс_A <- факс_B
Передавалась одна страница. Передача - успешна. Есть запись трафика через wireshark.
Код:
Схема организации связи:
факс_А<-0/0->шлюз_A<-H.225.0,H.245->GK<-H.225.0,H.245->шлюз_B<-0/0->факс_B
| |
+----------RTP/RTCP,T.38---------+
Код:
Конфигурация шлюза_A
version 8.30U
!
hostname AP200
!
!
no bridge spanning-tree
!
dhcp-list 0 type server
dhcp-list 0 address server interface ether0.0
dhcp-list 0 option dhcp-lease-time 600
!
dhcp-list 1 type server
dhcp-list 1 address server 10.1.1.2 10.1.1.126 255.255.255.128
!
!
no ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
interface ether0.0
ip address dhcp
line-ctrl full-duplex
!
interface ether1.0
no ip address
shutdown
ip dhcp-group 0
!
snmp name AP200B
!
no arp reset
!
ntp refresh 5
ntp server 192.168.66.23
!
pnp-sktelink debug on
!
ip-tos rtp precedence 5
ip-tos rtp delay
ip-tos rtp throughput
ip-tos sig precedence 5
ip-tos sig delay
ip-tos sig throughput
!
vlan-pri rtp 6
vlan-pri sig 6
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start slow
h323 call channel early
h323 call tunnel enable
hold-tone-play ring-back
timeout tring 180
timeout tidt 5
timeout t301 90
timeout tttl 300
max-frame g729 6
max-frame g711 3
busyout monitor gatekeeper
no busyout monitor sip-server
no busyout monitor callagent
busyout monitor voip-interface
display send none
dynamic-payload-type nte-rfc2833 127
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
no comfort-noise
fax-early-detect
caller-id enable
caller-id name disable
!
!
! FXS
voice-port 0/1
no comfort-noise
fax-early-detect
caller-id enable
caller-id name disable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 1000 pots
destination-pattern 00000014911392
port 0/0
!
!
!
! Voip peer configuration.
!
dial-peer voice 9900 voip
destination-pattern T
session target ras
answer-address T
voice-class codec 1
no vad
codec-variant g7231 standard
codec-variant g729 annex-a
dtmf-relay dual-mode
!
!
!
dial-peer ipaddr-prefix n
dial-peer call-hold h
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.172.24.66.239
security password x
security clear-token-option cisco-endpoint-style
gkip 172.25.62.6 1719 1
gkip 172.25.62.5 1719 2
keep-gk-on-rrj
ignore-msg-from-other-gk
register
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g729
codec preference 2 g711alaw
!
voice class codec 2
codec preference 1 g711alaw
codec preference 2 g729
!
voice class codec 3
codec preference 1 g729
!
voice class codec 4
codec preference 1 g711alaw
!
!
!
! SIP UA configuration.
!
sip-ua
!
!
! MGCP configuration.
!
mgcp
dtmf-relay dual-mode
codec g711alaw
vad
!
!
! Tones
voice class dial-tone 425 0 0 0 0 0 -12
!
voice class ring-back-tone 425 0 1000 4000 0 0 -12
!
voice class line-busy-tone 425 0 350 350 0 0 -12
!
voice class reorder-tone 425 0 349 350 0 0 -12
!
!
!
!
voip-interface ether0.0
Код:
Конфигурация шлюза_B
version 8.30U
!
hostname AP200
!
!
no bridge spanning-tree
!
ip classless
!
dhcp-list 0 type server
dhcp-list 0 address server interface ether0.0
dhcp-list 0 option dhcp-lease-time 600
!
dhcp-list 1 type server
dhcp-list 1 address server 10.1.1.2 10.1.1.126 255.255.255.128
!
!
no ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
interface ether0.0
ip address dhcp
line-ctrl full-duplex
!
interface ether1.0
no ip address
shutdown
!
ip-policy udp host voip-interface 0.0.0.0 255.252.0.0 ip-tos b8
!
snmp name AP200B
!
no arp reset
!
ntp refresh 5
ntp offset 05:00
ntp server 192.168.66.23 version 4
!
pnp-sktelink debug on
!
ip-tos rtp precedence 5
ip-tos rtp delay
ip-tos rtp throughput
ip-tos sig precedence 5
ip-tos sig delay
ip-tos sig throughput
!
vlan-pri rtp 6
vlan-pri sig 6
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start slow
h323 call channel early
h323 call tunnel enable
hold-tone-play ring-back
timeout tring 180
timeout tidt 5
timeout t301 90
timeout tttl 300
max-frame g729 6
max-frame g711 3
busyout monitor gatekeeper
no busyout monitor sip-server
no busyout monitor callagent
busyout monitor voip-interface
display send none
dynamic-payload-type nte-rfc2833 127
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
no comfort-noise
fax-early-detect
caller-id enable
caller-id name disable
!
!
! FXS
voice-port 0/1
no comfort-noise
fax-early-detect
caller-id enable
caller-id name disable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 1000 pots
destination-pattern 00000014911391
port 0/0
!
!
!
! Voip peer configuration.
!
dial-peer voice 9900 voip
destination-pattern 9T
session target ras
answer-address T
voice-class codec 1
no vad
codec-variant g7231 standard
codec-variant g729 annex-a
dtmf-relay dual-mode
!
!
!
dial-peer ipaddr-prefix n
dial-peer call-hold h
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.172.24.66.240
security password x
security clear-token-option cisco-endpoint-style
gkip 172.25.62.6 1719 1
gkip 172.25.62.5 1719 2
keep-gk-on-rrj
ignore-msg-from-other-gk
register
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g729
codec preference 2 g711alaw
!
voice class codec 2
codec preference 1 g711alaw
codec preference 2 g729
!
voice class codec 3
codec preference 1 g729
!
voice class codec 4
codec preference 1 g711alaw
!
!
!
! SIP UA configuration.
!
sip-ua
!
!
! MGCP configuration.
!
mgcp
no codec
vad
!
!
! Tones
voice class dial-tone 425 0 0 0 0 0 -12
!
voice class ring-back-tone 425 0 1000 4000 0 0 -12
!
voice class line-busy-tone 425 0 350 350 0 0 -12
!
voice class reorder-tone 425 0 349 350 0 0 -12
!
!
!
!
voip-interface ether0.0
Код:
Отладка вызова шлюза_A: debug voip call e, debug rta ipc, debug rta t38 (строка из символов 'i' для корректности форматирования заменена на вставку i...<много символов 'i'>...i)
292 <CEP 000000> : Call Received
293 <CEP 000000> : Call Initiated : calledNumber() crv(0) total(0)
294 <Call 48> : ****************** Call Created status(InitiatedByFXS) *******************
295 <CEP 000000> : Calling number(00000014911392)
296 <CEP 000000> : Call id(5f5cfb49-9d7f-db89-8049-0002a40323a2) callNum(48)
[86582.900] VM(0/0/0) Tx DIGIT_IND '1'
[86582.900] VM(0/0/0) play mute
297 <Call 48> : Digit(1) at InitiatedByFXS
298 <Call 48> : MatchedAll
[86583.080] VM(0/0/0) Tx DIGIT_IND '3'
299 <Call 48> : Digit(3) at CalleeDeterminedWaitDigit
300 <Call 48> : MatchedAll
[86583.270] VM(0/0/0) Tx DIGIT_IND '9'
301 <Call 48> : Digit(9) at CalleeDeterminedWaitDigit
302 <Call 48> : MatchedAll
[86583.450] VM(0/0/0) Tx DIGIT_IND '1'
303 <Call 48> : Digit(1) at CalleeDeterminedWaitDigit
304 <Call 48> : MatchedAll
[86583.640] VM(0/0/0) Tx DIGIT_IND '#'
305 <Call 48> : Digit(#) at CalleeDeterminedWaitDigit
306 <Call 48> : MatchAllProcess After Sorted
<0> id(9900) dest(T) prefer(0) selected(26)
307 <Call 48> : Initiate callee with dial-peer(T) status(CalleeDeterminedAll) id(5f5cfb49-9d7f-db89-8049-0002a40323a2)
308 <NetEP 48> : InitiateOutCall: calledNum(1391) callingNum(00000014911392) target(ras)
309 <NetEP 48> : DoCall: calledAddr(1391@) callingAddr(00000014911392)
[86583.645] VM(0/0/0) set T38 mode STD
[86583.645] VM(0/0/0) Fax rate 9600
310 <GK 48> : Send ARQ.
1241209954 : Received RAS PDU from (172.25.62.6:1719)
2b 00 00 24 00 64 40 ac 19 3e 06 06 b8 00 3b 14 +..$.d@..>....;.
00 c0 01 00 0b 80 01 f8 01 00 01 00 01 00 01 00 ................
311 <GK 48> : Received ACF.
312 <H323 48> : local capabilities.
number of capabilities = 5
1 : g729A-8k
2 : g711alaw-64k
3 : T.38
4 : UserInput/basicString
5 : UserInput/hookflash
313 <H225 48> : Try signalling TCP connect (172.25.62.6:1720)
314 <H225 48> : Signalling TCP connect success (48)
315 <H245 48> : Send TCS request.
316 <H245 48> : Send MSD request.
317 <Q931 48> : Send SETUP
1241209957 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 02 7e 00 23 05 21 80 06 00 08 91 4a ...8.~.#.!.....J
00 02 08 00 90 11 00 5f 5c fb 49 9d 7f db 89 80 ......._\.I.....
49 00 02 a4 03 23 a2 06 80 01 80 I....#.....
318 <Q931 48> : Received CALL PROCEEDING
1241209957 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 6e 05 28 10 01 00 06 c0 01 ...8b~.n.(......
80 64 01 62 02 70 01 06 00 08 81 75 00 03 80 13 .d.b.p.....u....
80 00 64 00 01 00 00 01 00 00 01 00 00 0c c0 01 ..d.............
00 01 00 04 80 00 00 22 c0 05 80 00 01 20 40 1d ......."..... @.
80 00 02 4a 08 11 86 01 00 80 7c 01 00 01 40 07 ...J......|...@.
c0 02 00 c8 01 48 40 00 90 80 00 03 83 01 10 80 .....H@.........
00 04 83 01 50 00 80 01 02 02 00 00 00 01 00 02 ....P...........
00 00 03 00 00 04 ......
319 <Q931 48> : Received FACILITY
320 <H245 48> : Received TCS request.
321 <H245 48> : remote capabilities matching to local capabilities.
number of capabilities = 5
1 : g729A-8k
2 : g711alaw-64k
3 : T.38
4 : UserInput/basicString
5 : UserInput/hookflash
322 <H245 48> : Send TCS ack.
323 <Q931 48> : Send FACILITY
1241209957 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 13 05 28 10 01 00 06 c0 01 ...8b~...(......
80 09 01 07 01 00 3c 80 51 ff 46 ......<.Q.F
324 <Q931 48> : Received FACILITY
325 <H245 48> : Received MSD request.
326 <H245 48> : Send MSD ack.
327 <Q931 48> : Send FACILITY
1241209957 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 01 7e 00 23 05 23 80 06 00 08 91 4a ...8.~.#.#.....J
00 02 08 00 90 11 00 5f 5c fb 49 9d 7f db 89 80 ......._\.I.....
49 00 02 a4 03 23 a2 06 80 01 80 I....#.....
328 <Q931 48> : Received ALERTING
329 <Call 48> : Alert from(ffffffff) pseudo(0) inband(0) status(CalleeInitiated)
[86586.875] RTA(0/0/0) Rx CC_ALERT_RSP peerId(0/0/0)
[86586.875] VM(0/0/0) play RingBack tone
1241209957 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 0f 05 28 10 01 00 06 c0 01 ...8b~...(......
80 05 01 03 21 80 01 ....!..
330 <Q931 48> : Received FACILITY
331 <H245 48> : Received TCS ack..
1241209958 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 0e 05 28 10 01 00 06 c0 01 ...8b~...(......
80 04 01 02 20 a0 .... .
332 <Q931 48> : Received FACILITY
333 <H245 48> : Received MSD ack.
334 <H245 48> : Send OLC request.
335 <Q931 48> : Send FACILITY
1241209958 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 1f 05 28 10 01 00 06 c0 01 ...8b~...(......
80 15 01 13 03 00 00 64 0d 60 05 80 0a 04 00 01 .......d.`......
00 ac 18 42 f0 5a 59 ...B.ZY
336 <Q931 48> : Received FACILITY
337 <H245 48> : Received OLC request.
338 <Chan 48> : Open - number(101) direction(receive) session(voice) codec(g729A-8k)
- Local : Data(23072) Cont(23073) Addr(172.24.66.239)
- Remote : Data(23128) Cont(23129) DataAddr(172.24.66.240) ContAddr(172.24.66.240)
[86587.215] VM(0/0/0) SID disable by CCC
[86587.215] RTA(0/0/0) Rx RS_LISTEN_REQ callId=48 ssId=1 G729A
peer=172.24.66.240 mp=23072/23073 hp=23128/23129
[86587.215] VM(0/0/0) codec same G729A
339 <H245 48> : Send OLC ack.
340 <Q931 48> : Send FACILITY
1241209958 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 27 05 28 10 01 00 06 c0 01 ...8b~.'.(......
80 1d 01 1b 22 c0 00 64 04 80 14 5c 00 00 ac 18 ...."..d...\....
42 f0 5a 58 00 ac 18 42 f0 5a 59 03 00 01 00 B.ZX...B.ZY....
341 <Q931 48> : Received FACILITY
342 <H245 48> : Received OLC ack.
1241209959 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 07 04 03 80 90 a3 7e 00 4a 05 22 80 ...8......~.J.".
06 00 08 91 4a 00 02 28 c0 61 00 00 16 0a 41 64 ....J..(.a....Ad
64 50 61 63 20 56 6f 49 50 03 38 2e 32 33 00 5f dPac VoIP.8.23._
5c fb 49 08 2d f3 c6 80 48 00 02 a4 03 23 a2 09 \.I.-...H....#..
00 11 00 5f 5c fb 49 9d 7f db 89 80 49 00 02 a4 ..._\.I.....I...
03 23 a2 06 80 01 80 .#.....
343 <Q931 48> : Received CONNECT
344 <H225 48> : Remote Endpoint (AddPac VoIP,8.23,97,0,22)
345 <Call 48> : Connected from(ffffffff)
[86588.125] RTA(0/0/0) Rx AP_SVC_REQ nSvcElem=1 rawDataLen=0
VAD_CTRL 0
[86588.125] VM(0/0/0) VAD disable
[86588.125] VM(0/0/0) SID enable by CCC
[86588.125] RTA(0/0/0) Rx CC_CONNECT_RSP peerId(0/0/0)
[86588.125] VM(0/0/0) Fax enable
346 <NetEP 48> : Call with 172.25.62.6 established
347 <Chan 48> : Open - number(101) direction(transmit) session(voice) codec(g729A-8k)
- Local : Data(23072) Cont(23073) Addr(172.24.66.239)
- Remote : Data(23128) Cont(23129) DataAddr(172.24.66.240) ContAddr(172.24.66.240)
[86588.130] VM(0/0/0) SID disable by CCC
[86588.130] RTA(0/0/0) Rx RS_OPEN_REQ callId=48 ssId=1 G729A
peer=172.24.66.240 mp=23072/23073 hp=23128/23129
[86588.130] VM(0/0/0) codec same G729A
[86597.130] T38(0/0/0) T38_VOICE_BLK_TIMER start
[86597.130] T38(0/0/0) save CED
[86597.130] T38(0/0/0) Tx CC_FAX_IND
348 <Call 48> : FaxIndicated from(30)
349 <Call 48> : Request change of mode to t38fax
350 <H245 48> : Send RM request.
351 <Q931 48> : Send FACILITY
1241209968 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 10 05 28 10 01 00 06 c0 01 ...8b~...(......
80 06 01 04 27 00 01 00 ....'...
352 <Q931 48> : Received FACILITY
353 <H245 48> : Received RM ack.
354 <H245 48> : Send CLC request.
[86597.435] RTA(0/0/0) Rx RS_CLOSE_REQ callId=48 ssId=1 dir=forw
355 <Chan 48> : Close - number(101) direction(transmit)
356 <Q931 48> : Send FACILITY
357 <H245 48> : Send OLC request.
358 <Q931 48> : Send FACILITY
1241209968 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 14 05 28 10 01 00 06 c0 01 ...8b~...(......
80 0a 01 08 04 80 00 64 80 80 01 00 .......d....
359 <Q931 48> : Received FACILITY
360 <H245 48> : Received CLC request.
361 <H245 48> : Send CLC ack.
362 <Q931 48> : Send FACILITY
[86597.565] RTA(0/0/0) Rx RS_CLOSE_REQ callId=48 ssId=1 dir=reve
[86597.565] RTA(0/0/0) close Media socket
[86597.565] RTA(0/0/0) close RTCP socket
363 <Chan 48> : Close - number(101) direction(receive)
1241209968 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 32 05 28 10 01 00 06 c0 01 ...8b~.2.(......
80 28 01 26 03 00 00 65 11 04 11 86 01 00 80 7c .(.&...e.......|
01 00 01 40 07 c0 02 00 c8 01 48 40 00 90 80 0a ...@......H@....
04 00 03 00 ac 18 42 f0 5a 59 ......B.ZY
364 <Q931 48> : Received FACILITY
365 <H245 48> : Received OLC request.
366 <Chan 48> : Open - number(102) direction(receive) session(data) codec(T.38)
- Local : Data(23072) Cont(23073) Addr(172.24.66.239)
- Remote : Data(23128) Cont(23129) DataAddr(172.24.66.240) ContAddr(172.24.66.240)
[86597.685] RTA(0/0/0) Rx RS_LISTEN_REQ callId=48 ssId=3 FAX
peer=172.24.66.240 mp=23072/23073 hp=23128/23129
367 <H245 48> : Send OLC ack.
368 <Q931 48> : Send FACILITY
1241209968 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 10 05 28 10 01 00 06 c0 01 ...8b~...(......
80 06 01 04 23 80 00 64 ....#..d
369 <Q931 48> : Received FACILITY
370 <H245 48> : Received CLC ack.
1241209968 : Received H225 PDU from (172.25.62.6:1720)
08 02 f8 38 62 7e 00 27 05 28 10 01 00 06 c0 01 ...8b~.'.(......
80 1d 01 1b 22 c0 00 65 04 80 14 5c 04 00 ac 18 ...."..e...\....
42 f0 5a 58 00 ac 18 42 f0 5a 59 03 00 01 00 B.ZX...B.ZY....
371 <Q931 48> : Received FACILITY
372 <H245 48> : Received OLC ack.
373 <Chan 48> : Open - number(102) direction(transmit) session(data) codec(T.38)
- Local : Data(23072) Cont(23073) Addr(172.24.66.239)
- Remote : Data(23128) Cont(23129) DataAddr(172.24.66.240) ContAddr(172.24.66.240)
[86597.915] RTA(0/0/0) Rx RS_OPEN_REQ callId=48 ssId=3 FAX
peer=172.24.66.240 mp=23072/23073 hp=23128/23129
[86597.915] T38(0/0/0) Tx T30I CED
[86597.955] T38(0/0/0) ReTx CED
[86597.995] T38(0/0/0) ReTx CED
[86598.035] T38(0/0/0) ReTx CED
[86598.075] T38(0/0/0) ReTx CED
[86600.180] T38(0/0/0) Tx T30I FLAG
[86601.775] T38(0/0/0) Tx HDLC L=20: ff c0 04 db 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[86601.775] T38(0/0/0) Tx T30D V21 OK
[86602.130] T38(0/0/0) Tx HDLC L=9: ff c8 01 00 73 19 01 01 88
[86602.130] T38(0/0/0) Tx T30D V21 OK
[86602.150] T38(0/0/0) Tx T30D V21 END
[86602.160] T38(0/0/0) Tx T30I NO_SIG
[86603.090] T38(0/0/0) Rx T30I FLAG
[86603.130] T38(0/0/0) T38_VOICE_BLK_TIMER timeout
[86604.390] T38(0/0/0) Rx T30D V21 HDLC ff c8 c1 00 61 19 01 01 00
[86604.400] T38(0/0/0) Rx T30D V21 OK
[86604.420] T38(0/0/0) Rx T30D V21 END
[86604.430] T38(0/0/0) Rx T30I NO_SIG
[86604.610] T38(0/0/0) Rx T30I V29_9600
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiik[86606.460] T38(0/0/0) Rx T30D V29_9600 T4_E
[86606.470] T38(0/0/0) Rx T30I NO_SIG
[86607.030] T38(0/0/0) Tx T30I FLAG
[86608.165] T38(0/0/0) Tx HDLC L=3: ff c8 21
[86608.165] T38(0/0/0) Tx T30D V21 OK
[86608.190] T38(0/0/0) Tx T30D V21 END
[86608.200] T38(0/0/0) Tx T30I NO_SIG
[86609.560] T38(0/0/0) Rx T30I V29_9600
i...<много символов 'i'>...i374 <Time 48> : TIRR timer timeout.
375 <GK 48> : Send IRR.
iiiiiiiiiiiiiiik[86648.730] T38(0/0/0) Rx T30D V29_9600 T4_E
[86648.740] T38(0/0/0) Rx T30I NO_SIG
[86648.860] T38(0/0/0) Rx T30I FLAG
[86650.000] T38(0/0/0) Rx T30D V21 HDLC ff c8 f4
[86650.010] T38(0/0/0) Rx T30D V21 OK
[86650.030] T38(0/0/0) Rx T30D V21 END
[86650.040] T38(0/0/0) Rx T30I NO_SIG
[86650.670] T38(0/0/0) Tx T30I FLAG
[86651.805] T38(0/0/0) Tx HDLC L=3: ff c8 31
[86651.805] T38(0/0/0) Tx T30D V21 OK
[86651.835] T38(0/0/0) Tx T30D V21 END
[86651.840] T38(0/0/0) Tx T30I NO_SIG
[86652.380] T38(0/0/0) Rx T30I FLAG
[86653.520] T38(0/0/0) Rx T30D V21 HDLC ff c8 df
[86653.530] T38(0/0/0) Rx T30D V21 OK
[86653.550] T38(0/0/0) Rx T30D V21 END
[86653.560] T38(0/0/0) Rx T30I NO_SIG
[86653.790] VM(0/0/0) Tx CCC_RS_VOICE_IND
376 <Call 48> : VoiceIndicated from(30)
377 <Call 48> : Request change of mode to g729
378 <Call 48> : Terminated from(fffffff7) this(Local:T38FaxError) before(NULL) forced(0)
379 <CEP 000000> : DisconnectCall at Busy
380 <CEP 000000> : StopSignal
[86653.795] RTA(0/0/0) Rx AP_SVC_REQ nSvcElem=1 rawDataLen=0
DTMF_STOP
[86653.795] VM(0/0/0) play mute
381 <CEP 000000> : Disconnect (0)
[86653.795] RTA(0/0/0) Rx CC_DISCONN_REQ CZ=0, peerId(0/0/0)
[86653.795] VM(0/0/0) play Reorder tone
[86653.795] RTA(0/0/0) Rx RS_CLOSE_REQ callId=48 ssId=3 dir=reve
382 <Chan 48> : Close - number(102) direction(receive)
[86653.795] RTA(0/0/0) Rx RS_CLOSE_REQ callId=48 ssId=3 dir=forw
[86653.795] RTA(0/0/0) close Media socket
383 <Chan 48> : Close - number(102) direction(transmit)
384 <Q931 48> : Send FACILITY
385 <Q931 48> : Send RELEASE COMPLETE
386 <GK 48> : Send DRQ.
387 <NetEP 48> : Call TO <172.25.62.6> terminated reason(Local:T38FaxError)
1241210024 : Received RAS PDU from (172.25.62.6:1719)
40 00 26 @.&
388 <GK 48> : Received DCF.
[86658.980] VM(0/0/0) vmOnHook
[86659.030] VM(0/0/0) vmTmoOnHook
[86659.080] VM(0/0/0) vmTmoOnHook
[86659.130] VM(0/0/0) vmTmoOnHook
[86659.180] VM(0/0/0) vmTmoOnHook
[86659.230] VM(0/0/0) vmTmoOnHook
[86659.280] VM(0/0/0) vmTmoOnHook
[86659.330] VM(0/0/0) vmTmoOnHook
[86659.380] VM(0/0/0) vmTmoOnHook
[86659.430] VM(0/0/0) vmTmoOnHook
[86659.480] VM(0/0/0) vmTmoOnHook
[86659.530] VM(0/0/0) vmTmoOnHook
[86659.580] VM(0/0/0) vmTmoOnHook
[86659.630] VM(0/0/0) vmTmoOnHook
[86659.680] VM(0/0/0) vmTmoOnHook
[86659.680] VM(0/0/0) Rx OnHook
[86659.680] VM(0/0/0) vopp idle
[86659.680] VM(0/0/0) Tx DISCONN_CNF
389 <CEP 000000> : Disconnected(16) at Disconnecting
Код:
Отладка вызова шлюза_B: debug voip call e, debug rta ipc, debug rta t38 (строка из символов 'i' для корректности форматирования заменена на вставку i...<много символов 'i'>...i)
1251759490 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 05 04 03 80 90 a3 6c 08 81 34 39 31 ..x8......l..491
31 33 39 32 70 0f 81 30 30 30 30 30 30 31 34 39 1392p..000000149
31 31 33 39 31 7e 01 a3 05 20 b0 06 00 08 91 4a 11391~... .....J
00 02 01 03 00 7c 44 6c 52 8c 61 00 00 16 0a 41 .....|DlR.a....A
64 64 50 61 63 20 56 6f 49 50 03 38 2e 32 33 00 ddPac VoIP.8.23.
01 06 80 33 33 33 47 c4 46 c4 00 5f 5c fb 49 08 ...333G.F.._\.I.
2d f3 c6 80 48 00 02 a4 03 23 a2 00 45 4c 07 00 -...H....#..EL..
ac 19 3e 06 06 b8 11 00 5f 5c fb 49 9d 7f db 89 ..>....._\.I....
80 49 00 02 a4 03 23 a2 80 cc 01 4d 80 0a 2a 86 .I....#....M..*.
48 86 f7 0c 0a 01 02 01 c0 49 fb 5c 61 10 20 6f H........I.\a. o
71 30 8c 98 9f 3a a7 9e 2d ff f3 76 46 d4 01 56 q0...:..-..vF..V
22 00 76 00 6f 00 69 00 70 00 2e 00 31 00 37 00 ".v.o.i.p...1.7.
32 00 2e 00 32 00 34 00 2e 00 36 00 36 00 2e 00 2...2.4...6.6...
32 00 33 00 39 03 01 02 04 7c 49 fb 5c 62 20 6f 2.3.9....|I.\b o
71 30 8c 98 9f 3a a7 9e 2d ff f3 76 46 d4 00 00 q0...:..-..vF...
00 56 76 6f 69 70 2e 31 37 32 2e 32 34 2e 36 36 .Vvoip.172.24.66
2e 32 33 39 00 00 00 00 00 00 00 00 00 00 00 00 .239............
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 01 00 01 00 04 c0 01 80 6c 02 ..............l.
62 02 70 01 06 00 08 81 75 00 03 80 13 80 00 64 b.p.....u......d
00 01 00 00 01 00 00 01 00 00 0c c0 01 00 01 00 ................
04 80 00 00 22 c0 05 80 00 01 20 40 1d 80 00 02 ...."..... @....
4a 08 11 86 01 00 80 7c 01 00 01 40 07 c0 02 00 J......|...@....
c8 01 48 40 00 90 80 00 03 83 01 10 80 00 04 83 ..H@............
01 50 00 80 01 02 02 00 00 00 01 00 02 00 00 03 .P..............
00 00 04 07 01 00 3c 80 cb 0f 96 ......<....
475 <Call 74> : ****************** Call Created status(InitiatedByNet) *******************
476 <NetCon 74> : Found inbound voip peer by answer-address id(9900)
477 <H323 74> : local capabilities.
number of capabilities = 5
1 : g729A-8k
2 : g711alaw-64k
3 : T.38
4 : UserInput/basicString
5 : UserInput/hookflash
478 <H225 74> : Remote Endpoint (AddPac VoIP,8.23,97,0,22)
479 <Q931 74> : Received SETUP from (172.25.62.6) : FastStart(0) Tunneling(1)
480 <GK 74> : Send ARQ.
1251759491 : Received RAS PDU from (172.25.62.6:1719)
2b 00 00 10 00 64 40 ac 19 3e 06 06 b8 00 3b 14 +....d@..>....;.
00 c0 01 00 0b 80 01 f8 01 00 01 00 01 00 01 00 ................
481 <GK 74> : Received ACF.
482 <Call 74> : From Net - calledParty(00000014911391) callingParty(4911392)
483 <Call 74> : MatchedPerfect
484 <Call 74> : MatchAllProcess After Sorted
<0> id(1000) dest(00000014911391) prefer(0) selected(45)
485 <Call 74> : Initiate callee with dial-peer(00000014911391) status(CalleeDeterminedAll) id(5f5cfb49-9d7f-db89-80 49-0002a40323a2)
486 <CEP 000000> : InitiateOutCall : calledNum(), callingNum(4911392), callerPort(ffffffff) type(FXS)
[162572.240] RTA(0/0/0) Rx CC_RING_REQ [80 13 01 08 30 38 33 31 32 32 35 38 02 07 34 39 31 31 33 39 32 ] peerId(-1)
[162572.240] VM(0/0/0) DaTime [L=8] 30 38 33 31 32 32 35 38
[162572.240] VM(0/0/0) CgNumb [L=7] 34 39 31 31 33 39 32
[162572.245] VM(0/0/0) Line Reverse
[162572.245] VM(0/0/0) Start ring actv
487 <CEP 000000> : Outbound call to CEP callId(5f5cfb49-9d7f-db89-8049-0002a40323a2) callNum(74)
[162572.245] VM(0/0/0) set T38 mode STD
[162572.245] VM(0/0/0) Fax rate 9600
488 <Q931 74> : Send CALL PROCEEDING
489 <Q931 74> : build ALERTING (without h245 address)
490 <H245 74> : Send TCS request.
491 <Q931 74> : Send FACILITY
492 <H245 74> : Send MSD request.
493 <Q931 74> : Send FACILITY
494 <Q931 74> : Send ALERTING/PROGRESS
495 <H245 74> : Received TCS request.
496 <H245 74> : remote capabilities matching to local capabilities.
number of capabilities = 5
1 : g729A-8k
2 : g711alaw-64k
3 : T.38
4 : UserInput/basicString
5 : UserInput/hookflash
497 <H245 74> : Send TCS ack.
498 <Q931 74> : Send FACILITY
499 <H245 74> : Received MSD request.
500 <H245 74> : Send MSD ack.
501 <Q931 74> : Send FACILITY
1251759491 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 0f 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 05 01 03 21 80 01 ....!..
502 <Q931 74> : Received FACILITY
503 <H245 74> : Received TCS ack..
1251759491 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 0e 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 04 01 02 20 80 .... .
504 <Q931 74> : Received FACILITY
505 <H245 74> : Received MSD ack.
506 <H245 74> : Send OLC request.
507 <Q931 74> : Send FACILITY
1251759492 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 1f 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 15 01 13 03 00 00 64 0d 60 05 80 0a 04 00 01 .......d.`......
00 ac 18 42 ef 5a 21 ...B.Z!
508 <Q931 74> : Received FACILITY
509 <H245 74> : Received OLC request.
510 <H245 74> : Send OLC ack.
511 <Q931 74> : Send FACILITY
1251759492 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 27 05 28 10 01 00 06 c0 01 ..x8b~.'.(......
80 1d 01 1b 22 c0 00 64 04 80 14 5c 00 00 ac 18 ...."..d...\....
42 ef 5a 20 00 ac 18 42 ef 5a 21 03 00 01 00 B.Z ...B.Z!....
[162573.245] VM(0/0/0) Gen ring idle
512 <Q931 74> : Received FACILITY
513 <H245 74> : Received OLC ack.
514 <Chan 74> : Open - number(101) direction(transmit) session(voice) codec(g729A-8k)
- Local : Data(23128) Cont(23129) Addr(172.24.66.240)
- Remote : Data(23072) Cont(23073) DataAddr(172.24.66.239) ContAddr(172.24.66.239)
[162573.305] VM(0/0/0) SID disable by CCC
[162573.305] RTA(0/0/0) Rx RS_OPEN_REQ callId=74 ssId=1 G729A
peer=172.24.66.239 mp=23128/23129 hp=23072/23073
[162573.305] VM(0/0/0) Modem attribute disable
[162573.310] VM(0/0/0) Modem attribute G711A
[162573.745] VM(0/0/0) vmOffHook
[162573.745] VM(0/0/0) Tx CID enable
[162573.745] VM(0/0/0) vopp enable
[162573.745] VM(0/0/0) play mute
[162573.765] VM(0/0/0) vmOnHook
[162573.770] VM(0/0/0) vmOffHook
[162573.805] VM(0/0/0) Tx CID ON
[162573.830] VM(0/0/0) vmTmoOffHook
[162573.830] VM(0/0/0) Tx CID stop
[162573.830] VM(0/0/0) vopp idle
[162573.830] VM(0/0/0) Line Forward
[162573.890] VM(0/0/0) vmTmoOffHook
[162573.890] VM(0/0/0) Rx OffHook
[162573.890] VM(0/0/0) vopp enable
[162573.890] VM(0/0/0) Fax enable
[162573.890] VM(0/0/0) play mute
[162573.890] VM(0/0/0) Tx CONNECT_CNF
515 <Call 74> : Connected from(0)
[162573.890] RTA(0/0/0) Rx AP_SVC_REQ nSvcElem=1 rawDataLen=0
VAD_CTRL 0
[162573.890] VM(0/0/0) VAD disable
[162573.890] VM(0/0/0) SID enable by CCC
516 <Call 74> : Connected from(ffffffff)
517 <NetEP 74> : Call with 172.25.62.6 established
518 <Chan 74> : Open - number(101) direction(receive) session(voice) codec(g729A-8k)
- Local : Data(23128) Cont(23129) Addr(172.24.66.240)
- Remote : Data(23072) Cont(23073) DataAddr(172.24.66.239) ContAddr(172.24.66.239)
[162573.895] VM(0/0/0) SID disable by CCC
[162573.895] RTA(0/0/0) Rx RS_LISTEN_REQ callId=74 ssId=1 G729A
peer=172.24.66.239 mp=23128/23129 hp=23072/23073
519 <Q931 74> : Send CONNECT
1251759502 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 27 05 28 10 01 00 06 c0 01 ..x8b~.'.(......
80 1d 01 1b 08 00 01 00 00 0d 04 11 86 01 00 80 ................
7c 01 00 01 40 07 c0 02 00 c8 01 48 40 00 90 |...@......H@..
520 <Q931 74> : Received FACILITY
521 <H245 74> : Received RM request.
522 <Q931 74> : Send FACILITY
523 <H245 74> : Send CLC request.
[162583.220] RTA(0/0/0) Rx RS_CLOSE_REQ callId=74 ssId=1 dir=forw
524 <Chan 74> : Close - number(101) direction(transmit)
525 <Q931 74> : Send FACILITY
[162583.225] RTA(0/0/0) Rx RS_CLOSE_REQ callId=74 ssId=1 dir=reve
[162583.225] RTA(0/0/0) close Media socket
[162583.225] RTA(0/0/0) close RTCP socket
526 <Chan 74> : Close - number(101) direction(receive)
527 <H245 74> : Send OLC request.
528 <Q931 74> : Send FACILITY
1251759502 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 14 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 0a 01 08 04 80 00 64 80 80 01 00 .......d....
529 <Q931 74> : Received FACILITY
530 <H245 74> : Received CLC request.
531 <H245 74> : Send CLC ack.
532 <Q931 74> : Send FACILITY
1251759502 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 32 05 28 10 01 00 06 c0 01 ..x8b~.2.(......
80 28 01 26 03 00 00 65 11 04 11 86 01 00 80 7c .(.&...e.......|
01 00 01 40 07 c0 02 00 c8 01 48 40 00 90 80 0a ...@......H@....
04 00 03 00 ac 18 42 ef 5a 21 ......B.Z!
533 <Q931 74> : Received FACILITY
534 <H245 74> : Received OLC request.
535 <Chan 74> : Open - number(102) direction(receive) session(data) codec(T.38)
- Local : Data(23128) Cont(23129) Addr(172.24.66.240)
- Remote : Data(23072) Cont(23073) DataAddr(172.24.66.239) ContAddr(172.24.66.239)
[162583.640] RTA(0/0/0) Rx RS_LISTEN_REQ callId=74 ssId=3 FAX
peer=172.24.66.239 mp=23128/23129 hp=23072/23073
536 <H245 74> : Send OLC ack.
537 <Q931 74> : Send FACILITY
1251759502 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 10 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 06 01 04 23 80 00 64 ....#..d
538 <Q931 74> : Received FACILITY
539 <H245 74> : Received CLC ack.
1251759502 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 27 05 28 10 01 00 06 c0 01 ..x8b~.'.(......
80 1d 01 1b 22 c0 00 65 04 80 14 5c 04 00 ac 18 ...."..e...\....
42 ef 5a 20 00 ac 18 42 ef 5a 21 03 00 01 00 B.Z ...B.Z!....
[162583.855] T38(0/0/0) Rx T30I CED
540 <Q931 74> : Received FACILITY
541 <H245 74> : Received OLC ack.
542 <Chan 74> : Open - number(102) direction(transmit) session(data) codec(T.38)
- Local : Data(23128) Cont(23129) Addr(172.24.66.240)
- Remote : Data(23072) Cont(23073) DataAddr(172.24.66.239) ContAddr(172.24.66.239)
[162583.860] RTA(0/0/0) Rx RS_OPEN_REQ callId=74 ssId=3 FAX
peer=172.24.66.239 mp=23128/23129 hp=23072/23073
[162583.885] T38(0/0/0) Rx packet ignore
[162583.925] T38(0/0/0) Rx packet ignore
[162583.965] T38(0/0/0) Rx packet ignore
[162584.005] T38(0/0/0) Rx packet ignore
[162586.115] T38(0/0/0) Rx T30I FLAG
[162586.375] T38(0/0/0) discard T30I from VoPP by no previous V21_Flag
[162587.715] T38(0/0/0) Rx T30D V21 HDLC ff c0 04 db 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[162587.725] T38(0/0/0) Rx T30D V21 OK
[162588.065] T38(0/0/0) Rx T30D V21 HDLC ff c8 01 00 73 19 01 01 88
[162588.075] T38(0/0/0) Rx T30D V21 OK
[162588.085] T38(0/0/0) Rx T30D V21 END
[162588.095] T38(0/0/0) Rx T30I NO_SIG
[162589.015] T38(0/0/0) Tx T30I FLAG
[162590.310] T38(0/0/0) Tx HDLC L=9: ff c8 c1 00 61 19 01 01 00
[162590.310] T38(0/0/0) Tx T30D V21 OK
[162590.340] T38(0/0/0) Tx T30D V21 END
[162590.345] T38(0/0/0) Tx T30I NO_SIG
[162590.535] T38(0/0/0) Tx T30I V29_9600
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii[162592.370] T38(0/0/0) Tx T30D V29_9600 T4_E
[162592.375] T38(0/0/0) Tx T30I NO_SIG
[162592.965] T38(0/0/0) Rx T30I FLAG
[162594.105] T38(0/0/0) Rx T30D V21 HDLC ff c8 21
[162594.115] T38(0/0/0) Rx T30D V21 OK
[162594.125] T38(0/0/0) Rx T30D V21 END
[162594.135] T38(0/0/0) Rx T30I NO_SIG
[162595.485] T38(0/0/0) Tx T30I V29_9600
ii...<много символов 'i'>...i543 <Time 74> : TIRR timer timeout.
544 <GK 74> : Send IRR.
iiiiiiiiiiiiiiiiiii[162634.645] T38(0/0/0) Tx T30D V29_9600 T4_E
[162634.655] T38(0/0/0) Tx T30I NO_SIG
[162634.785] T38(0/0/0) Tx T30I FLAG
[162635.920] T38(0/0/0) Tx HDLC L=3: ff c8 f4
[162635.920] T38(0/0/0) Tx T30D V21 OK
[162635.950] T38(0/0/0) Tx T30D V21 END
[162635.955] T38(0/0/0) Tx T30I NO_SIG
[162636.605] T38(0/0/0) Rx T30I FLAG
[162637.745] T38(0/0/0) Rx T30D V21 HDLC ff c8 31
[162637.755] T38(0/0/0) Rx T30D V21 OK
[162637.775] T38(0/0/0) Rx T30D V21 END
[162637.785] T38(0/0/0) Rx T30I NO_SIG
[162638.305] T38(0/0/0) Tx T30I FLAG
[162639.440] T38(0/0/0) Tx HDLC L=3: ff c8 df
[162639.440] T38(0/0/0) Tx T30D V21 OK
[162639.470] T38(0/0/0) Tx T30D V21 END
[162639.475] T38(0/0/0) Tx T30I NO_SIG
1251759558 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 62 7e 00 0e 05 28 10 01 00 06 c0 01 ..x8b~...(......
80 04 01 02 4a 40 ....J@
545 <Q931 74> : Received FACILITY
546 <H245 74> : Received EndSession command.
547 <Q931 74> : Send FACILITY
1251759559 : Received H225 PDU from (172.25.62.6:18865)
08 02 78 38 5a 08 02 80 9f 7e 00 22 05 25 c0 06 ..x8Z....~.".%..
00 08 91 4a 00 02 58 08 11 00 5f 5c fb 49 9d 7f ...J..X..._\.I..
db 89 80 49 00 02 a4 03 23 a2 06 80 01 80 ...I....#.....
548 <Q931 74> : Received RELEASE COMPLETE
[162640.890] RTA(0/0/0) Rx RS_CLOSE_REQ callId=74 ssId=3 dir=reve
549 <Chan 74> : Close - number(102) direction(receive)
[162640.890] RTA(0/0/0) Rx RS_CLOSE_REQ callId=74 ssId=3 dir=forw
[162640.890] RTA(0/0/0) close Media socket
550 <Chan 74> : Close - number(102) direction(transmit)
551 <GK 74> : Send DRQ.
552 <Call 74> : Terminated from(ffffffff) this(Remote:Unknown) before(NULL) forced(0)
553 <CEP 000000> : DisconnectCall at Busy
554 <CEP 000000> : StopSignal
[162640.895] RTA(0/0/0) Rx AP_SVC_REQ nSvcElem=1 rawDataLen=0
DTMF_STOP
[162640.900] VM(0/0/0) play mute
555 <CEP 000000> : Disconnect (0)
[162640.900] RTA(0/0/0) Rx CC_DISCONN_REQ CZ=0, peerId(0/0/0)
[162640.900] VM(0/0/0) play Reorder tone
556 <NetEP 74> : Call FROM <172.25.62.6> terminated reason(Remote:Unknown)
1251759560 : Received RAS PDU from (172.25.62.6:1719)
40 00 12 @..
557 <GK 74> : Received DCF.
[162643.865] VM(0/0/0) vmOnHook
[162643.915] VM(0/0/0) vmTmoOnHook
[162643.965] VM(0/0/0) vmTmoOnHook
[162644.015] VM(0/0/0) vmTmoOnHook
[162644.065] VM(0/0/0) vmTmoOnHook
[162644.115] VM(0/0/0) vmTmoOnHook
[162644.165] VM(0/0/0) vmTmoOnHook
[162644.215] VM(0/0/0) vmTmoOnHook
[162644.265] VM(0/0/0) vmTmoOnHook
[162644.315] VM(0/0/0) vmTmoOnHook
[162644.365] VM(0/0/0) vmTmoOnHook
[162644.415] VM(0/0/0) vmTmoOnHook
[162644.465] VM(0/0/0) vmTmoOnHook
[162644.515] VM(0/0/0) vmTmoOnHook
[162644.565] VM(0/0/0) vmTmoOnHook
[162644.565] VM(0/0/0) Rx OnHook
[162644.565] VM(0/0/0) vopp idle
[162644.565] VM(0/0/0) Tx DISCONN_CNF
558 <CEP 000000> : Disconnected(16) at Disconnecting