День добрый.
Есть GSM-шлюз Addpac GS1001a (прошивка AddPac 8.51.008) и Asterisk 1.8.
При звонке на шлюз звонок редиректится на внутренний экстеншен. Далее нужно ввести доп.номер.
И вот тут происходит задвоение части сигналов DTMF.
Конфиг addpac
Код:
!
! APOS(tm) configuration saved from vty
! 2013/03/27 12:33:53
!
version 8.51.002
!
hostname GS1001
clock timezone MSK 4
!
username root password router administrator
username guest password guest user
!
!
script ntpdate default
resynchronize 12 0
server ip 192.168.0.1
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.0.222 255.255.255.0
ip nat outside
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip nat inside
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 192.168.0.254 10
!
!
!
!
http server
!
dns name-server 8.8.8.8
dns name-server 8.8.4.4
logging command
logging event 4-warning
logging on
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
protocol sip
dtmf-relay rfc-2833
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
no call-barring unconfigured-ip-address
no voip-inbound-call-barring enable
!
!
! Voice port configuration.
!
! GSM
voice-port 0/0
connection plar 777
caller-id enable
!
!
!
!
! service port group configuration.
!
!
!
! Pots peer configuration.
!
dial-peer voice 1 pots
destination-pattern 9
port 0/0
user-password sip123
!
!
!
! Voip peer configuration.
!
dial-peer voice 0 voip
destination-pattern 777
session target sip-server
session protocol sip
no vad
dtmf-relay rtp-2833
!
!
!
!
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.0.222
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 0
!
!
!
! SIP UA configuration.
!
sip-ua
sip-server SIP_SERVER 5060 126
register e164
!
!
! Tones
!
!
!
!
line console
!
line vty
!
gsm dev-restart-by-unreg 300
!
gsm 0/0
sms-language utf8
!
На шлюзе и на АТС dtmfmode установлен rfc2833.
Пробовал на Addpac "играться" с dtmfmode (совместно с астрериском). Гарантированно правильные символы на АТС передаются только при rfc-2833, но задвоения есть.
Пробовал убирать/включать echo-cancellation, изменять параметры input/output gain - положительных результатов нет.
Не подскажите, как решить данную проблему?