VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
timb0311 at hotmail.com Guest
|
Posted: Wed Jun 17, 2009 9:03 am Post subject: [Freeswitch-users] Mod_Fax / TxFax / Originate |
|
|
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@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 public2009-06-17 09:54:44.256749 [ERR] sofia.c:4169 Cannot Blind Transfer 1 Legged calls2009-06-17 09:54:44.256749 [NOTICE] sofia.c:3770 Hangup sofia/internal/8000@192.168.10.35 ([email]sofia/internal/8000@192.168.10.35[/email]) [CS_CONSUME_MEDIA] [NO_USER_RESPONSE] Lauren found her dream laptop. Find the PC that’s right for you. |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Fri Jun 19, 2009 11:45 pm Post subject: [Freeswitch-users] Mod_Fax / TxFax / Originate |
|
|
Try using loopback endpoint for this test .
Mike
On Jun 17, 2009, at 10:00 AM, Tim B wrote:
Quote: | 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@192.168.10.35 ([email]sofia/internal/8000@192.168.10.35[/email]) &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@192.168.10.35 ([email]sofia/internal/8000@192.168.10.35[/email]) [CS_CONSUME_MEDIA] [NO_USER_RESPONSE]
Lauren found her dream laptop. Find the PC that’s right for you. _______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|