如何消除星号PBX中的噪音?

时间:2017-03-20 10:53:43

标签: asterisk

如何清除星号PBX中的噪音?现在我使用的是Digium pri卡,它在通话时会产生噪音。

有人可以帮忙解决这个问题吗?

3 个答案:

答案 0 :(得分:1)

您可以使用Denoise()

[from-trunk]
exten => 3000,1,Answer()                      
exten => 3000,2,Playback(welcome)             
exten => 3000,3,Set(DENOISE(rx)=on)           
exten => 3000,4,Set(DENOISE(tx)=on)           
exten => 3000,5,Dial(SIP/300@10.9.24.50:5060) 
exten = _X.,n,Hangup()

在ext 3000上回答

在这里播放IVR(可选)

接收时降噪

传输时降噪

向其他PBX发送呼叫

这里的dialplanenter代码结束

答案 1 :(得分:0)

PRI卡是数字卡,它不会产生噪音,它不做任何模拟操作。

所以噪音在PSTN / PRI方面,而不是在你的pbx上。

你可以使用DENOISE功能,但它可以降低声级。

pro-sip*CLI> core show function DENOISE 

  -= Info about function 'DENOISE' =- 

[Synopsis]
Apply noise reduction to audio on a channel. 

[Description]
The DENOISE function will apply noise reduction to audio on the channel that
it is executed on. It is very useful for noisy analog lines, especially when
adjusting gains or using AGC. Use 'rx' for audio received from the channel
and 'tx' to apply the filter to the audio being sent to the channel.
Examples:
exten => 1,1,Set(DENOISE(rx)=on)
exten => 1,2,Set(DENOISE(tx)=off)

[Syntax]
DENOISE(channeldirection)

[Arguments]
channeldirection
    This can be either 'rx' or 'tx'  the values that can be set to this
    are either 'on' and 'off'

[See Also]
Not available

答案 2 :(得分:0)

PRI发出噪声是不正常的。您需要执行以下操作。

在两个外部电话之间发起来自PRI的呼叫,以确保PRI没有噪音。如果您观察到的噪声一定是PRI故障或Card故障。