View previous topic :: View next topic |
Author |
Message |
timb0311 at hotmail.com Guest
|
Posted: Thu Jun 18, 2009 8:56 pm Post subject: [Freeswitch-users] Originate fax to local extension for test |
|
|
Trying to do a local test for faxing. Keep getting an error. Can someone tell me how to correct this? Tim 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 ([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 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 at 192.168.10.35 [CS_CONSUME_MEDIA] [NO_USER_RESPONSE]Insert movie times and more without leaving Hotmail®. See how. |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Thu Jun 18, 2009 10:50 pm Post subject: [Freeswitch-users] Originate fax to local extension for test |
|
|
Tim,
We need some information, specifically we need you to turn on debugging at the console and give us the log from start of call to the very end. Go to the CLI and press F8 (or type "console loglevel debug") and then initiate the call. Capture everything from the CLI from start to finish, then drop it in a pb at pastebin.freeswitch.org. Send us back the pastebin number and we'll try and diagnose it.
-MC
On Thu, Jun 18, 2009 at 8:54 PM, Tim B <timb0311@hotmail.com (timb0311@hotmail.com)> wrote:
Quote: | Trying to do a local test for faxing. Keep getting an error. Can someone tell me how to correct this?
Tim
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 ([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 at 192.168.10.35 [CS_CONSUME_MEDIA] [NO_USER_RESPONSE]
Insert movie times and more without leaving Hotmail®. See how.
_______________________________________________
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 |
|
|
timb0311 at hotmail.com Guest
|
Posted: Fri Jun 19, 2009 4:34 am Post subject: [Freeswitch-users] Originate fax to local extension for test |
|
|
Michael, I ran the debugging you asked. I also tried to post it to pastebin.freeswitch.org but can't login. I used my login for the freeswitch site, but that doesn't seem to work?? How do I gain acess? Thanks. Tim > ----------------------------------------------------------------------> > Message: 1> Date: Thu, 18 Jun 2009 22:49:17 -0500> From: Michael Collins <msc@freeswitch.org>> Subject: Re: [Freeswitch-users] Originate fax to local extension for> testing> To: freeswitch-users@lists.freeswitch.org> Message-ID:> <87f2f3b90906182049v6fa04d89pcb8c8bc2fe305bc2@mail.gmail.com>> Content-Type: text/plain; charset="iso-8859-1"> > Tim,> > We need some information, specifically we need you to turn on debugging at> the console and give us the log from start of call to the very end. Go to> the CLI and press F8 (or type "console loglevel debug") and then initiate> the call. Capture everything from the CLI from start to finish, then drop it> in a pb at pastebin.freeswitch.org. Send us back the pastebin number and> we'll try and diagnose it.> > -MC> Hotmail® has ever-growing storage! Don’t worry about storage limits. Check it out. |
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
Posted: Fri Jun 19, 2009 4:44 am Post subject: [Freeswitch-users] Originate fax to local extension for test |
|
|
Tim B <timb0311@hotmail.com> wrote:
Quote: |
Michael, I ran the debugging you asked. I also tried to post it to
pastebin.freeswitch.org but can't login. I used my login for the freeswitch
site, but that doesn't seem to work?? How do I gain acess?
|
When I connect to pastebin.freeswitch.org I get a helpful notice saying
the login and password is pastebin/freeswitch
_______________________________________________
Freeswitch-users mailing list
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 |
|
|
|