Jump to content
Калькуляторы

AddPac GS1001a + Asterisk дублирование DTMF

День добрый.

 

Есть GSM-шлюз Addpac GS1001a и 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 - положительных результатов нет.

 

Может кто сталкивался с таким и может помочь решить данную проблему?

Share this post


Link to post
Share on other sites

dial-peer voice 0 voip

........

dtmf-relay rtp-2833

 

Может таки rfc ? =)

 

rtp-2833 DTMF relay by RTP payload defined by RFC 2833

 

Гарантированно правильные символы на АТС передаются только при rfc-2833, но задвоения есть.

Пробовал убирать/включать echo-cancellation, изменять параметры input/output gain - положительных результатов нет.

 

Может кто сталкивался с таким и может помочь решить данную проблему?

 

встречал такое, но это был косяк конкретного аппарата. у вас ситуация повторяется на разных линиях/аппаратах ?

Share this post


Link to post
Share on other sites

rtp-2833 DTMF relay by RTP payload defined by RFC 2833

Блин, действительно, чтото я стал подзабывать адпак.

 

встречал такое, но это был косяк конкретного аппарата.

Если точнее, линейки аппаратов панасоник, 23хх помоему.

Share this post


Link to post
Share on other sites

встречал такое, но это был косяк конкретного аппарата. у вас ситуация повторяется на разных линиях/аппаратах ?

Есть addpac и АТС. Звонить на addpac пробовали с разным мобильников - ситуация одинакова.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.