通过带星号的流路由无法听到呼叫



我已经用流路由配置了星号。注册成功,呼出呼叫已连接,但我听不到任何声音。我的配置如下

啜饮

[general]
register => username:password@sip.flowroute.com
allow=ulaw

sip-custom-contexts.conf

[flowroute]                     ; keep this lowercase, do not change format
type=friend
secret=username
username=password
host=sip.flowroute.com
type=peer
transport=udp
port=5060
dtmfmode=rfc2833
context=to-pstn                ; change to 'ext-did' or 'from-trunk' for asterisk@home
canreinvite=no
allow=ulaw
;allow=g729                     ;uncomment this line if you have G.729 licenses installed.
insecure=port,invite
fromdomain=sip.flowroute.com
keepalive=yes
qualify=no
progressinband=yes

rtp.conf

[general]
rtpstart=10000
rtpend=2000

请在这方面提供指导

通过更改编解码器可以解决问题。更改后

allow=ulaw

allow=all

电话工作正常,声音清晰可闻。

请检查

您的 nat 和外部 ip 设置。

https://www.voip-info.org/wiki/view/Asterisk+SIP+NAT+solutions

我想建议联系Flowroute的支持人员寻求帮助。我想从lvl那里得到第二个建议,为了您自己的帐户安全,删除这些SIP凭据。

相关内容

  • 没有找到相关文章

最新更新