IVR и PIN-авторизация через ATA-186

Есть следующая схема: АТА-шка подключена через сеть к шлюзу AS5350, без кипера и пр.

Задача: Сделать на АТА голосовое меню как для карт предоплаты с авторизацией по PIN-коду.

Скрипт меню есть, отработан на POTS-стороне, но не работает на ATA. Хотя на цискином сайте написано, что вроде как можно:
источнок: http://www.ciscosystems.am/univercd/cc/td/doc/product/software/ios121/121newft/121t/121t3/dt_skyn.htm#1041008
IVR Prompts Played on IP Call Legs
IVR Version 2.0 scripts can be configured for incoming POTS or VoIP call legs to play announcements to the user or collect user input (digits). With IVR Version 2.0 the prompts can be triggered from both the PSTN side of the call leg and the IP side of the call leg. This feature enables the audio files
(or prompts) to be played out over the IP network.

IVR scripts played toward a VoIP call leg are subject to the following conditions:

G.711 mu-law encoding must be used when playing prompts.
G.711 mu-law encoding must also be used for the duration of these calls, even after prompt playout has completed.
No DSP is on the IP leg, so the script cannot initiate a tone.
When an IVR script is used to collect digits on a VoIP call leg, DTMF relay must be used. The following DTMF relay methods are supported:
For H.323 protocol configured on the call leg, use DTMF relay method:
Cisco Proprietary RTP
DTMF Relay via H245 Alphanumeric IE
DTMF Relay via H245 Signal IE
For SIP protocol configured on the call leg, use Cisco Proprietary RTP

Сконфигурировал dial-peer на as5350 в соответствии с требованиями:
dial-peer voice 12 voip
description "Cisco ATA 186 Test"
destination-pattern 7391248055[5-6]
session target ipv4:10.6.0.220
dtmf-relay h245-signal h245-alphanumeric
codec g711ulaw
no vad

АТА-шке тоже задал только g711ulaw кодек.

Не работает.
Может скрипт старый (1.0) ? Чем вообще 2.0 отличатся от 1.0 ?
Если привеенная Вами конфигурация диал пира действительно такая, то где собственно application для входящего соединения??

Ответить