Здравствуйте!
Имею такую проблему
Есть Аддпак 1100Ф 8FXO в связке с астериксом. При входящих звонках все нормально dtmf передаются и все прекрасно работает. При исходящих на ГТС звонок идет соединение устанавливается, но dtmf не передаются. В логе аддпака смущает вот такой кусок
Код:
1417.985] RTA: rtaMsgRxHandle RTP recvfrom on Forw session
[1418.005] RTA: rtaMsgRxHandle RTP recvfrom on Forw session
[1418.015] RTA(1/1/0) Rx RS_LISTEN_REQ callId=17 ssId=1 G711A
peer=192.168.3.200 mp=23034/23035 hp=19504/19505
[1418.015] RTA(1/1/0) Rx AP_SVC_REQ nSvcElem=1 rawDataLen=0
DTMF_CTRL 0
[1418.015] VM(1/1/0) DTMF disable
[1418.015] VM(1/1/0) play mute
а вернее вот эта строчка
[1418.015] VM(1/1/0) DTMF disable
почему DTMF disable и где это можно включить?
вот мой конфиг:
Код:
!
version 8.30R
!
hostname AP1100F
!
!
no bridge spanning-tree
!
dhcp-list 1 type server
dhcp-list 1 address server 10.1.1.2 10.1.1.126 255.255.255.128
!
!
ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
interface ether0.0
ip address 192.168.3.107 255.255.255.0
!
interface ether1.0
no ip address
!
snmp name AP1100F
snmp enable-trap dn-register 300 forcely-block
!
no arp reset
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol bypass
fax rate 9600
h323 call start fast
h323 call tunnel enable
!
!
! Voice port configuration.
!
! FXO
voice-port 0/0
input gain 3
output gain 3
connection plar 888483713
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 0/1
input gain 3
output gain 3
connection plar 888483853
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 0/2
input gain 3
output gain 3
connection plar 888483182
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 0/3
input gain 3
output gain 3
connection plar 888470722
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 1/0
input gain 3
output gain 3
connection plar 888474966
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 1/1
input gain 3
output gain 3
connection plar 888474967
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 1/2
input gain 3
output gain 3
connection plar 888284295
ring detect-timeout 70
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
! FXO
voice-port 1/3
input gain 3
output gain 3
connection plar 888470721
ring detect-timeout 70
ring number 2
fax-early-detect
no caller-id enable
no comfort-noise
dial-tone-generate
high-dtmf-gain
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 9T
port 0/0
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 1 pots
destination-pattern 9T
port 0/1
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 2 pots
destination-pattern 9T
port 0/2
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 3 pots
destination-pattern 9T
port 0/3
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 4 pots
destination-pattern 9T
port 1/0
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 5 pots
destination-pattern 9T
port 1/1
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 6 pots
destination-pattern 9T
port 1/2
user-name 1000
user-password 1234
translate-outgoing called-number 1
dial-peer voice 7 pots
destination-pattern 9T
port 1/3
user-name 1000
user-password 1234
translate-outgoing called-number 1
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern 888......
session target sip-server
session protocol sip
voice-class codec 1
no vad
dtmf-relay rtp-2833
fax protocol bypass
fax rate 9600
!
!
!
!
dial-peer hunt 6
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.3.107
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
!
!
!
!
! Translation Rule configuration.
!
translation-rule 1
rule 0 9T T
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server 192.168.3.200
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
no vad
!
!
! Tones
voice class clear-down-tone 0 425 0 340 340
!
!
!
!
!