[Freeswitch-users] Mod_Fax / TxFax / Originate
Tim B
timb0311 at hotmail.com
Wed Jun 17 07:00:25 PDT 2009
Trying to do a local test for faxing. Keep getting an error.
default dialplan:
<extension name="test_rxfax_stream">
<condition field="destination_number" expression="^8000$">
<action application="answer" />
<action application="playback" data="silence_stream://2000"/>
<action application="set" data="last_fax=${caller_id_number}-${strftime(%Y%m%d%H%M%S)}"/>
<action application="rxfax" data="storage/fax/8000/inbox/${last_fax}.tif"/>
<action application="hangup"/>
</condition>
</extension>
//inbound from remote box works fine
- connect asterisk box and fs box, then fax from asterisk to fs... OK
- also fax from fs to asterisk.... OK
// local fax on fs .... FAILS!!
// my originate command:
originate sofia/internal/8000 at 192.168.10.35 &txfax(storage/fax/test.tif)
// error as follows:
2009-06-17 09:54:44.256749 [INFO] mod_dialplan_xml.c:252 Processing FreeSWITCH->8000 in context public
2009-06-17 09:54:44.256749 [ERR] sofia.c:4169 Cannot Blind Transfer 1 Legged calls
2009-06-17 09:54:44.256749 [NOTICE] sofia.c:3770 Hangup sofia/internal/8000 at 192.168.10.35 [CS_CONSUME_MEDIA] [NO_USER_RESPONSE]
_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090617/81096a52/attachment-0002.html
More information about the FreeSWITCH-users
mailing list