我对VOIP和所有与之相关的东西都是新手。
使用asterisk与Digium fax for asterisk add-on (https://www.digium.com/products/software/fax-for-asterisk)相结合产生了一个与SIP相结合的工作流程。因此,我可以使用SIP配置接收传真,但现在我想切换到不同的设置。
思科语音网关配置为将特定号码重定向到asterisk服务器
voice translation-profile to_asterisk
translate called 2
dial-peer voice 590 voip
description to esker-fax (xxx/xxx.590)
translation-profile outgoing to_asterisk
preference 1
destination-pattern 32XXXXXX590
voice-class h323 1
session target ipv4:10.242.15.51
dtmf-relay h245-alphanumeric
codec g711alaw
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711alaw
no vad向32XXXXXX590发送传真时,asterisk服务器上没有显示任何日志。显然,有一些配置需要完成,但我不知道我应该更改什么。由于我对这件事知之甚少,所以很难在谷歌上使用搜索结果。
因此,我想问一下,是否有人可以帮助我澄清一些事情并最终完成设置。
CentOS 6.7决赛中的Asterisk 11.17.0
非常感谢你提前
发布于 2016-10-04 04:20:07
因此,您的cisco最有可能在端口1720而不是5060上工作。您已将sip.conf中sip的IOS太新版本或端口更改为1720(可能与提供商有其他问题)
https://stackoverflow.com/questions/39697733
复制相似问题