返回列表 發帖
Thanks! 呢個帖好有用,要慢慢研究學習。

而且最近新出很多Multi-function 的打印機似乎又開始捨棄了FAX功能,只剩下Print + Scan + Copy 的用途。  Faxing using Asterisk-IAXmodem-HylaFax 真的非常實用。

TOP

I have installed IAXmodem (not install HylaFax and AvanFAX at this moment).  When I try to confirm whether IAXmodem is properly installed. I got the following.  What does it imply?

#> /etc/iaxmodem/ttyIAX0
iaxmodem.png

TOP

IAXmodem and HylaFax installed successfully.  

Going to see how to install AvanFax.  Seems a bit difficult.

TOP

回復 5# ckleea


除了早幾天安裝了的 iaxModem + HylaFAX,昨晚終於也裝好 frontend 的 AvantFax 了。
   
至於Asterisk 連接三者方面,可否POST 你的 fax extension.conf 是如何實現 fax-in 和 fax-out,看了一些寫法,但 IN、OUT 寫的都各有差異,似是一樣但卻又不同,愈看得多,愈覺得不太明白他們的寫法,最後混亂了,要暫停一下。

TOP

Thanks.  稍後試一試。

fax in,

exten => hkbn2b,n,Dial(IAX2/iax-fax2/${CALLERID(number)},20,d)

這個 n 應該是 1 吧! 還是前面還有一些 Answer() 之類的語法?

TOP

Thanks for the info.

TOP

本帖最後由 bubblestar 於 2011-3-16 15:19 編輯

回復 19# ckleea


Some are logging data and some are error log.  Anyway, I found the resolution to make it and become quiet in my CLI console now.
   
In non-daemon mode IAXmodem does not detach itself from the controlling
tty, and it does send logging data both to standard output (informational
items) and to standard error (errors).  As this logging can be a bit
verbose, you may choose to ignore all of it by starting IAXmodem like
this:

/path/to/iaxmodem ttyIAX >/dev/null 2>&1

; the addition of latter part in the statement works.

http://iaxmodem.sourceforge.net/howto.php

TOP

回復 20# ckleea


   

Congratualtions!  Could you share this technique with us when you have time?

TOP

返回列表