Опять про факсы
Добавлено: 10 окт 2014, 09:42
				
				Настраивал факс по этой статье http://habrahabr.ru/post/185260/
Автор пообещал, что все будет работать без дополнительного софта.
Но что-то не срослось.
При звонке на факсовый номер получаю ошибку:
[2014-10-10 09:37:35] ERROR[5803][C-00000009]: res_fax.c:990 fax_session_reserve: Could not locate a FAX technology module with capabilities (RECEIVE)
[2014-10-10 09:37:35] ERROR[5803][C-00000009]: res_fax.c:2012 receivefax_exec: Unable to reserve FAX session.
сразу результаты команд:
В чем может быть проблема?
			Автор пообещал, что все будет работать без дополнительного софта.
Но что-то не срослось.
При звонке на факсовый номер получаю ошибку:
[2014-10-10 09:37:35] ERROR[5803][C-00000009]: res_fax.c:990 fax_session_reserve: Could not locate a FAX technology module with capabilities (RECEIVE)
[2014-10-10 09:37:35] ERROR[5803][C-00000009]: res_fax.c:2012 receivefax_exec: Unable to reserve FAX session.
сразу результаты команд:
Код: Выделить всё
CLI> fax show capabilities
Registered FAX Technology Modules:
0 registered modules
cerber*CLI> module show like fax
Module                         Description                              Use Count  Status
res_fax.so                     Generic FAX Applications                 0          Running
1 modules loaded
Код: Выделить всё
CLI> core show application SendFax
  -= Info about application 'SendFAX' =-
[Synopsis]
Sends a specified TIFF/F file as a FAX.
[Description]
This application is provided by res_fax, which is a FAX technology agnostic
module                          that utilizes FAX technology resource modules to complete a FAX
transmission.
Session arguments can be set by the FAXOPT function and to check results
of the SendFax() application.
[Syntax]
SendFAX([filename2[&...]][,options])
[Arguments]
filename2
    TIFF file to send as a FAX.
options
    d: Enable FAX debugging.
    f: Allow audio fallback FAX transfer on T.38 capable channels.
    F: Force usage of audio mode on T.38 capable channels.
    s: Send progress Manager events (overrides statusevents setting in
    res_fax.conf).
    z: Initiate a T.38 reinvite on the channel if the remote end does
    not.
[See Also]
FAXOPT
