Здравствуйте.
GS1002 -> Asterisk
Вопрос задаю из непонимания что происходит. А происходит вот что:
вот версия и конфиг gs1002
Код:
GS1002_0_2> show version
APOS(tm) Kernel version 8.51.002
Copyright (c) 1999-2010 AddPac Technology Co., Ltd.
GS1002_0_2 uptime is 0 days 00:59:55
GS1002_0_2 current time is Wed Sep 7 01:06:55 2011
System image file is "flash:/gs1002_g2_v8_51_002.bin"
GS1002_G2 System software Revision 8.51.002
Released at Tue Nov 23 16:14:12 2010
Program is 2760208 bytes, checksum is 0x162f4b6d
Код:
GS1002_0_2# show run
Building configuration...
Current configuration:
!
version 8.51.002
!
hostname GS1002_0_2
!
username root password ХХХХХ administrator
!
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 192.168.0.2 255.255.255.0
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.1.2 255.255.255.0
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 192.168.0.1 10
!
!
!
!
ftp server
http server
!
logging command
logging event 7-debug
logging host server ip 192.168.0.1
logging on
!
! VoIP configuration.
!
! Voice service voip configuration.
!
voice service voip
protocol sip
dtmf-relay out-of-band
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
input gain 4
output gain 4
connection plar 9123456781
ring detect-timeout 70
ring detect-timer 900
no comfort-noise
high-dtmf-gain -7
caller-id enable
caller-id type etsi
caller-id name disable
!
!
! GSM
voice-port 0/1
input gain 4
output gain 4
connection plar 9123456782
ring detect-timeout 70
ring detect-timer 900
no comfort-noise
high-dtmf-gain -7
caller-id enable
caller-id type etsi
caller-id name disable
!
!
! FXO
voice-port 0/2
input gain 4
connection plar 9123456783
ring detect-timeout 70
ring detect-timer 900
no comfort-noise
high-dtmf-gain -7
caller-id enable
caller-id type etsi
caller-id name disable
!
!
! FXO
voice-port 0/3
input gain 4
connection plar 9123456784
ring detect-timeout 70
ring detect-timer 900
no comfort-noise
high-dtmf-gain -7
caller-id enable
caller-id type etsi
caller-id name disable
!
! service port group configuration.
!
! Pots peer configuration.
!
dial-peer voice 1 pots
destination-pattern 1T
port 0/0
user-name w_AddPac_GSM1P
user-password 123
translate-outgoing called-number 1
!
dial-peer voice 2 pots
destination-pattern 2T
port 0/1
user-name w_AddPac_GSM2P
user-password 123
translate-outgoing called-number 2
!
dial-peer voice 3 pots
destination-pattern 3T
port 0/2
user-name w_AddPac_FXO1P
user-password 123
translate-outgoing called-number 3
!
dial-peer voice 4 pots
destination-pattern 4T
port 0/3
user-name w_AddPac_FXO2P
user-password 123
translate-outgoing called-number 4
!
!
!
! Voip peer configuration.
!
dial-peer voice 0 voip
destination-pattern .T
session target sip-server
session protocol sip
voice-class codec 1
no vad
dtmf-relay rtp-2833
!
!
!
dial-peer call-hold h
!
dial-peer hunt 2
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.0.1
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 1T T
!
translation-rule 2
rule 0 2T T
!
translation-rule 3
rule 0 3T T
!
translation-rule 4
rule 0 4T T
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server 192.168.0.1
remote-party-id
register e164
!
!
! Tones
voice class clear-down-tone 0 425 0 350 350
!
voice class dial-tone 425 0 10000 0 0 0 -15
!
line console
!
line vty
!
gsm dev-restart-by-unreg 300
!
gsm 0/0
sms-language utf8
!
gsm 0/1
sms-language utf8
!
end
Входящий звонок с GSM обрабатывается великолепно. Звук чистый. Ничего лишнего.
Но как только я звоню на FXO, то в консоле астериска при ансвере пишется
Цитата:
Comfort noise support incomplete in Asterisk (RFC 3389). Please turn off on client if possible. Client IP: 192.168.0.2
Я понимаю чего он от меня хочет. Но я не помнимаю почему адпак генерирует шум? И реально, слабый шум на всех первых фразах присутствует. Проверил на записях разговора. Причем меня слышат с шумом(те кто за астериском), а я(звоню на FXO) собеседника слышу чисто.
Вопрос у меня собственно такой: как можно заставить адпак не генирировать шум на FXO портах, ведь на GSM не генерирует. И в настройках везде сказано что no comfort noise
Спасибо.