Может кто сталкивался с проблемой. Не корректно происходит переключение звонка из AIR в другой VDN.
При переключении звонка из AIR-а на VDN агент вызвав CTIDial и попав в вектор, не понимает что играет сообщение и нужно вызвать CTITransfer и закончить само переключение (об этом также говорит и трейс на AIRe). Приходится перед сообщением формально ставить звонок в очередь к пустому сплиту.
1. Сначала вектор 200 имел вот такой вид
Код: Выделить всё
display vector 200 Page 1 of 3
.........
01
02
03 announcement V3
04 goto step 13 if staffed-agents in skill 1st = 0
05 goto step 13 if calls-queued in skill 1st pri m >= V1
.........
Код: Выделить всё
list trace station 89001 Page 1
LIST TRACE
time data
15:11:52 xoip: fax:PT modem:off tty:off 172.29.5.17:61204 (igc)
15:11:52 xoip: fax:PT modem:off tty:off 172.29.5.11:64380 (igc)
15:11:52 G711A ss:off ps:20 rn:1/1 172.29.5.17:61204 172.29.5.11:64380
15:11:54 active station 89001 cid 0x383a
15:12:00 conf/tran hold station 89001 cid 0x383a
15:12:00 hear moh port 03B06024
15:12:00 dial 21119
15:12:00 term announcement 88003 cid 0x384c
15:12:00 active announcement 88003 cid 0x384c
15:12:00 hear audio-group 1 board 01A03 ext 88003 cid 0x384c ( тут такое впечатление, что агент IVR слушает анонсмент, )
15:12:12 idle announcements cid 0x384c ( и когда его дослушивает через 12с заканчивает трансфер )
15:12:12 transfer station 89001 cid 0x384c
15:12:13 idle station 89001 cid 0x3863
Код: Выделить всё
list trace vdn 21119 Page 1
LIST TRACE
time vec st data
15:17:02 0 0 ENTERING TRACE cid 14910
15:17:02 200 1 vdn e21119 bsr appl 0 strategy 1st-found override y
15:17:02 200 2
15:17:02 200 3 announcement
15:17:02 200 3 variable V3= [88003] vdn var
15:17:02 200 3 announcement: board 01A03 ann ext: 88003 ( вот здесь агент IVR слушает аносмент 12 сек. )
15:17:14 200 4 goto ( в вот здесь прослушав агент заканчивает трансфер )
15:17:14 200 5 goto
15:17:14 200 5 variable V1= [10] -> (10) vdn var
15:17:14 200 6 goto
15:17:14 200 9 queue-to
15:17:14 200 9 queueing to skill 67 pri m
Код: Выделить всё
display vector 200 Page 1 of 3
.........
01
02 queue-to skill 99 pri m
03 announcement V3
04 goto step 13 if staffed-agents in skill 1st = 0
05 goto step 13 if calls-queued in skill 1st pri m >= V1
.........
Код: Выделить всё
list trace station 89001 Page 1
LIST TRACE
time data
15:20:00 xoip: fax:PT modem:off tty:off 172.29.5.17:61620 (igc)
15:20:00 xoip: fax:PT modem:off tty:off 172.29.5.11:64988 (igc)
15:20:00 G711A ss:off ps:20 rn:1/1 172.29.5.17:61620 172.29.5.11:64988
15:20:01 active station 89001 cid 0x3b6b
15:20:08 conf/tran hold station 89001 cid 0x3b6b
15:20:08 hear moh port 03B06024
15:20:08 dial 21119
15:20:08 term vector 200 cid 0x3b83
15:20:08 active announcement 88003 cid 0x3b83
15:20:08 hear audio-group 1 board 01A03 ext 88003 cid 0x3b83
15:20:08 transfer station 89001 cid 0x3b83
15:20:08 xoip: fax:off modem:off tty:off 172.29.5.17:61628 (igc)
15:20:08 xoip: fax:off modem:off tty:off 172.29.5.16:60344 (igc)
15:20:09 idle station 89001 cid 0x3b85