我是VOIP世界中的新人,所有與之相關的東西都是新的。Asterisk - Digium fax asterisk附加組件 - 接收傳真?
結合使用星號與Digium傳真組合使用的星號附件(https://www.digium.com/products/software/fax-for-asterisk)導致了與SIP結合的工作流程。所以我能夠使用SIP配置接收傳真,但現在我想切換到其他設置。
思科voicegateway被配置到特定號碼重定向到的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不顯示星號服務器上的任何記錄。顯然有一些配置需要完成,但我不知道我應該改變什麼。由於我對此事毫無知曉,因此很難在Google上使用搜索結果。
因此,我想問問有沒有人可以幫助我澄清一些事情並最終完成設置。
在CentOS 6.7的Asterisk 11.17.0最終
很多感謝
也可以使用tcpdump來查看它是否曾經出現在服務器上。如果不是,它不是星號的問題 – arheops
我運行了一個TCP轉儲並查看了一些流量。我不知道如何識別這個特定的流量。在捕獲期間,我已經完成了對號碼的兩個呼叫。我看到有兩個類似的流程。都到端口1720. – StijnVdd