[Freeswitch-users] freeswitch crash on receiving a fax

Ivan Milivojevic edesibe at gmail.com
Mon Sep 2 18:05:41 MSD 2013


Hi all,

I have a problem with hylafax and freeswitch for INBOUND faxes.I configured
hylafax and one modem (FS0) and everything is fine.

root:/var/log# faxstat
HylaFAX scheduler on test: Running
Modem FS0 (123456): Running and idle

root:/var/log# ls -al /dev/FS0
lrwxrwxrwx 1 root root 10 Sep  2 15:41 /dev/FS0 -> /dev/pts/3

Dialplan in FSW is simple, ask lua for status and use available modem.I can
try without lua, but i dont think that lua is a problem.
<extension name="LUA CALL INBOUND FAX">
       <condition field="destination_number" expression="^(123456)$"
break="never">
                <action application="lua" data="fax_query.lua
${destination_number}" inline="true"/>
    </condition>
    <condition field="${status}" expression="aktivan">
        <action application="log" data="INFO ACTIVE FAX, STATUS =
[${status}]"/>
        <action application="answer" />
        <action application="playback" data="silence_stream://2000"/>
        <action application="bridge" data="modem/a/a"/>
        <anti-action application="log" data="INFO NOT ACTIVE FAX"/>
        <anti-action application="hangup"/>
    </condition>
  </extension>

The problem is that on receiving fax, FSW crashes.I cannot see EXECUTE
bridge...

freeswitch at internal> version
FreeSWITCH Version 1.2.8+git~20130503T183844Z~65f0d16dee (git 65f0d16
2013-05-03 18:38:44Z)

OS is Ubuntu 12.05, I will try this week on debian/centos also.

Freeswitch log and syslog are in attach.

Can anyone has the idea what can i do?

Regards,
Ivan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130902/8147b8aa/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fsw_fax
Type: application/octet-stream
Size: 7971 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130902/8147b8aa/attachment-0002.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fsw_syslog
Type: application/octet-stream
Size: 1826 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130902/8147b8aa/attachment-0003.obj 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list