早上好。我已经开始在家工作了。我的办公室有一台elastix服务器,我可以从外部访问我的分机(分机:126...大秘密)。我在家里也有一台elastix服务器,所以我不想在家里的每一部电话上都设置第二个配置。是否可以设置办公室pbx为我提供的分机(126)作为我的弹性交换机上的中继,这样我就可以使用出站路由访问办公室分机,只需在前面加上"6“..(即6111在家庭机器上呼叫办公室机器上的分机111 )?我已经正确地将出站路由设置为:() +6| ZXX,但我无法使中继工作。目前我已经将其设置为:
trunk name: office-126
username=126
secret=******
type=peer
qualify=yes
insecure=invite
host={office server external ip}
fromdomain={office server external ip}
disallow=all
allow=g729
context=from-trunk
fromuser=126
User context: 126
username=126
secret=****
type=friend
nat=yes
host={office server external ip}
fromdomain={office server external ip}
context=from-internal
disallow=all
allow=g729
dtmfmode=rfc2833
insecure=invite发布于 2016-12-14 20:20:47
当然这是有可能的。大多数提供商提供sip扩展,而不是中继。
您已添加注册字符串
register=>username:password@ip有关更多信息,请参阅sip.conf手册
https://stackoverflow.com/questions/41117612
复制相似问题