通过带有星号的flowroute无法通话

时间:2017-04-12 11:07:14

标签: asterisk voip gsm flow-router

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

sip.conf

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

SIP-定制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

请在这方面提供指导

3 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

我想建议联系Flowroute,以获得有关此方面的帮助。我想从lvl获得第二个建议,以便为您自己的帐户安全性删除这些SIP凭据。

答案 2 :(得分:0)

通过更改编解码器解决了这个问题。更改后

allow=ulaw

allow=all

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