[Freeswitch-users] Fax with Trunk

Hermouet Erwan ehermouet at bluetel.fr
Mon Sep 15 12:46:32 MSD 2014


 

Here my config on server 

<extension name="FAX" >
 <condition field="network_addr" expression="^(xxxxx)$"> 
 </condition>
 <condition field="destination_number" expression="^(xxxxx)$" >
 <action application="set" data="sip_h_X-accountcode=$${accountcode}" />
 <action application="set" data="sip_h_X-Tag=" />
 <regex field="caller_id_number" expression="^1001$"/> 
 <action application="set" data="call_direction=outbound" />
 <action application="set" data="hangup_after_bridge=true" />
 <action application="set"
data="effective_caller_id_name=$${outbound_caller_id_name}" />
 <action application="set"
data="effective_caller_id_number=$${outbound_caller_id_number}" />
 <action application="set" data="accountcode=44000"/>
 <action application="set" data="absolute_codec_string='PCMU,PCMA'"/>
 <action application="bridge"
data="{ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xx/xxx"
/>
 </condition>
</extension> 

Le 2014-09-15 10:34, Hermouet Erwan a écrit : 

> I all 
> 
> i try another scenario. 
> 
> use 1 FS to be Extension of my FS Provider. 
> 
> When i try to send fax with the FS extension (1.5.4) i use this: 
> 
> originate sofia/gateway/btconnect2/xxx&txfax('/usr/local/freeswitch/storage/fax/fax.tif') 
> 
> So on my FS Provider 
> 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:578 (sofia/internal/00001 at xxxxx) State DESTROY 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:568 (sofia/internal/00001 at xxxxx) Running State Change CS_DESTROY 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:565 (sofia/internal/00001 at xxxxx) Callstate Change HANGUP -> DOWN 
> 2014-09-15 10:25:41.756430 [NOTICE] switch_core_session.c:1563 Close Channel sofia/internal/00001 at xxxxx [CS_DESTROY] 
> 2014-09-15 10:25:41.756430 [NOTICE] switch_core_session.c:1559 Session 257744 (sofia/internal/00001 at xxxxx) Ended 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_session.c:1541 Session 257744 (sofia/internal/00001 at xxxxx) Locked, Waiting on external entities 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/00001 at xxxxx [BREAK] 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:440 (sofia/internal/00001 at xxxxx) State Change CS_REPORTING -> CS_DESTROY 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:759 (sofia/internal/00001 at xxxxx) State REPORTING going to sleep 
> 2014-09-15 10:25:41.756430 [DEBUG] switch_core_state_machine.c:92 sofia/internal/00001 at xxxxx Standard REPORTING, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:759 (sofia/internal/00001 at xxxxx) State REPORTING 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/00001 at xxxxx) Running State Change CS_REPORTING 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/00001 at xxxxx [BREAK] 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/00001 at xxxxx) State Change CS_HANGUP -> CS_REPORTING 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:687 (sofia/internal/00001 at xxxxx) Callstate Change ACTIVE -> HANGUP 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/00001 at xxxxx) State HANGUP going to sleep 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:48 sofia/internal/00001 at xxxxx Standard HANGUP, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.666462 [DEBUG] mod_sofia.c:556 Sending BYE to sofia/internal/00001 at xxxxx 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:578 (sofia/external/xxxxx) State DESTROY going to sleep 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:99 sofia/external/xxxxx Standard DESTROY 
> 2014-09-15 10:25:41.666462 [DEBUG] mod_sofia.c:397 sofia/external/xxxxx SOFIA DESTROY 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:578 (sofia/external/xxxxx) State DESTROY 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:568 (sofia/external/xxxxx) Running State Change CS_DESTROY 
> 2014-09-15 10:25:41.666462 [DEBUG] switch_core_state_machine.c:565 (sofia/external/xxxxx) Callstate Change HANGUP -> DOWN 
> 2014-09-15 10:25:41.656420 [NOTICE] switch_core_session.c:1563 Close Channel sofia/external/xxxxx [CS_DESTROY] 
> 2014-09-15 10:25:41.656420 [NOTICE] switch_core_session.c:1559 Session 257745 (sofia/external/xxxxx) Ended 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:1541 Session 257745 (sofia/external/xxxxx) Locked, Waiting on external entities 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:440 (sofia/external/xxxxx) State Change CS_REPORTING -> CS_DESTROY 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:759 (sofia/external/xxxxx) State REPORTING going to sleep 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:92 sofia/external/xxxxx Standard REPORTING, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:759 (sofia/external/xxxxx) State REPORTING 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:415 (sofia/external/xxxxx) Running State Change CS_REPORTING 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:446 (sofia/external/xxxxx) State Change CS_HANGUP -> CS_REPORTING 
> 2014-09-15 10:25:41.656420 [DEBUG] mod_sofia.c:504 Channel sofia/internal/00001 at xxxxx hanging up, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.656420 [DEBUG] mod_sofia.c:498 sofia/internal/00001 at xxxxx Overriding SIP cause 480 with 200 from the other leg 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/00001 at xxxxx) State HANGUP 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:687 (sofia/external/xxxxx) Callstate Change ACTIVE -> HANGUP 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:676 (sofia/external/xxxxx) State HANGUP going to sleep 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:48 sofia/external/xxxxx Standard HANGUP, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.656420 [DEBUG] mod_sofia.c:504 Channel sofia/external/xxxxx hanging up, cause: NORMAL_CLEARING 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/00001 at xxxxx) Running State Change CS_HANGUP 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:477 (sofia/internal/00001 at xxxxx) State EXECUTE going to sleep 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:2731 sofia/internal/00001 at xxxxx skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:676 (sofia/external/xxxxx) State HANGUP 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/00001 at xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_channel.c:3096 Send signal sofia/internal/00001 at xxxxx [KILL] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:415 (sofia/external/xxxxx) Running State Change CS_HANGUP 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_state_machine.c:480 (sofia/external/xxxxx) State EXCHANGE_MEDIA going to sleep 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:628 Send signal sofia/internal/00001 at xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:603 BRIDGE THREAD DONE [sofia/external/xxxxx] 
> 2014-09-15 10:25:41.656420 [NOTICE] switch_ivr_bridge.c:1516 Hangup sofia/internal/00001 at xxxxx [CS_EXECUTE] [NORMAL_CLEARING] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:853 Send signal sofia/internal/00001 at xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:1489 sofia/external/xxxxx skip receive message [UNBRIDGE] (channel is hungup already) 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_channel.c:3096 Send signal sofia/external/xxxxx [KILL] 
> 2014-09-15 10:25:41.656420 [NOTICE] sofia.c:716 Hangup sofia/external/xxxxx [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:628 Send signal sofia/external/xxxxx [BREAK] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:603 BRIDGE THREAD DONE [sofia/internal/00001 at xxxxx] 
> 2014-09-15 10:25:41.656420 [DEBUG] switch_ivr_bridge.c:527 sofia/external/xxxxx ending bridge by request from write function 
> 2014-09-15 10:25:41.636422 [DEBUG] switch_core_session.c:998 Send signal sofia/external/xxxxx [BREAK] 
> 2014-09-15 10:25:40.576421 [DEBUG] switch_core_session.c:915 Send signal sofia/internal/49300 at xxxxx:5060 [BREAK] 
> 2014-09-15 10:25:40.576421 [DEBUG] switch_core_session.c:915 Send signal sofia/external/0241733845 [BREAK] 
> 2014-09-15 10:25:40.576421 [DEBUG] sofia.c:5685 Channel sofia/internal/49300 at xxxxx:5060 entering state [ready][200] 
> 2014-09-15 10:25:40.556422 [DEBUG] switch_core_session.c:998 Send signal sofia/internal/49300 at xxxxx:5060 [BREAK] 
> 2014-09-15 10:25:40.556422 [DEBUG] switch_core_session.c:998 Send signal sofia/internal/49300 at xxxxx:5060 [BREAK] 
> 2014-09-15 10:25:40.556422 [DEBUG] switch_core_session.c:998 Send signal sofia/internal/49300 at xxxxx:5060 [BREAK] 
> 2014-09-15 10:25:40.436419 [DEBUG] sofia.c:5685 Channel sofia/internal/49300 at xxxxx:5060 entering state [completed][200] 
> 2014-09-15 10:25:40.436419 [DEBUG] switch_channel.c:3542 (sofia/internal/49300 at xxxxx:5060) Callstate Change EARLY -> ACTIVE 
> 2014-09-15 10:25:40.436419 [NOTICE] switch_ivr_bridge.c:445 Channel [sofia/internal/49300 at xxxxx:5060] has been answered 
> 2014-09-15 10:25:40.436419 [DEBUG] switch_core_session.c:998 Send signal sofia/internal/49300 at xxxxx:5060 [BREAK] 
> 
> any help is very appreciated :) 
> 
> Le 2014-09-12 15:40, Hermouet Erwan a écrit : 
> 
> Tks Brian for your reply. 
> 
> I'm not impatient about community... i'm community too and i know that maybe they don't have solution about my problem. 
> 
> I will try with this 
> 
> <action application="t38_gateway" data="self"/>
> 
> tks
> 
> Le 2014-09-12 15:23, Brian West a écrit : 
> You could start by reading the wiki, trying things instead of getting impatient with the community because they've not answered you as quickly as you want. 
> 
> https://wiki.freeswitch.org/wiki/T.38 [1] 
> 
> On Fri, Sep 12, 2014 at 8:09 AM, Hermouet Erwan <ehermouet at bluetel.fr> wrote:
> 
> So nobody can't help me :'( 
> 
> maybe a need just config. 
> 
> tks 
> 
> Le 2014-09-11 12:23, Hermouet Erwan a écrit : 
> 
> Nobody have config to pass fax when it come from extension ? 
> 
> If fax come from server directly it's works. I juste want to try another config. 
> 
> tks 
> 
> Le 2014-09-09 20:46, Hermouet Erwan a écrit : do you have process or comand to do clean upgrade ? tks
> 
> On 9 septembre 2014 20:24:06 CEST, Hermouet Erwan <ehermouet at bluetel.fr> wrote: because last time that i try it was mistake....it s prebuild with ubuntu
> 
> On 9 septembre 2014 20:08:42 CEST, Michael Jerris <mike at jerris.com> wrote: Why would it crash when you upgrade? 
> 
> On Sep 9, 2014, at 2:03 PM, Hermouet Erwan <ehermouet at bluetel.fr> wrote: 
> 
> do you have process to do upgrade without crash ?
> 
> On 9 septembre 2014 19:48:01 CEST, Michael Jerris <mike at jerris.com> wrote: Thats certainly your choice, but there is nothing we can do to help if you can not even confirm if its still broken or not in latest versions. 
> 
> On Sep 9, 2014, at 12:09 PM, Hermouet Erwan <ehermouet at bluetel.fr> wrote: 
> 
> I prefere not because we have customer. we are provider and now all works except fax. 
> 
> Le 2014-09-09 17:48, Michael Jerris a écrit : Have you tried with a more recent release? Try the latest and see if it works for you there. 
> 
> On Sep 9, 2014, at 11:39 AM, Hermouet Erwan <ehermouet at bluetel.fr> wrote: 
> 
> version of FS is 1.2.10 
> 
> I try with this for outbound rule in public : 
> 
> <extension name="FAX" >
> <condition field="network_addr" expression="^(xxxx)$"> 
> </condition>
> <condition field="destination_number" expression="^(xxx)$" >
> <action application="set" data="sip_h_X-accountcode=$${accountcode}" />
> <action application="set" data="sip_h_X-Tag=" />
> <regex field="caller_id_number" expression="^1001$"/> 
> <action application="set" data="call_direction=outbound" />
> <action application="set" data="hangup_after_bridge=true" />
> <action application="set" data="effective_caller_id_name=$${outbound_caller_id_name}" />
> <action application="set" data="effective_caller_id_number=$${outbound_caller_id_number}" />
> <action application="set" data="inherit_codec=true" />
> <action application="set" data="accountcode=44000"/>
> <action application="set" data="proxy_media=true"/>
> <action application="set" data="bypass_media=false"/>
> <action application="bridge" data="{absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xxx/xxx" />
> </condition>
> </extension> 
> 
> Here is the error logs: 
> 
> 2014-09-09 17:27:01.836426 [DEBUG] switch_core_session.c:1541 Session 251098 (sofia/internal/44001 at xxx.fr:5060) Locked, Waiting on external entities 
> 2014-09-09 17:27:01.836426 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/44001 at xxx.fr:5060 [BREAK] 
> 2014-09-09 17:27:01.836426 [DEBUG] switch_core_state_machine.c:440 (sofia/internal/44001 at xxx.fr:5060) State Change CS_REPORTING -> CS_DESTROY 
> 2014-09-09 17:27:01.836426 [DEBUG] switch_core_state_machine.c:759 (sofia/internal/44001 at xxx.fr:5060) State REPORTING going to sleep 
> 2014-09-09 17:27:01.836426 [DEBUG] switch_core_state_machine.c:92 sofia/internal/44001 at xxx.fr:5060 Standard REPORTING, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:759 (sofia/internal/44001 at xxx.fr:5060) State REPORTING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/44001 at xxx.fr:5060) Running State Change CS_REPORTING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/44001 at xxx.fr:5060 [BREAK] 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/44001 at xxx.fr:5060) State Change CS_HANGUP -> CS_REPORTING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:687 (sofia/internal/44001 at xxx.fr:5060) Callstate Change ACTIVE -> HANGUP 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/44001 at xxx.fr:5060) State HANGUP going to sleep 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:48 sofia/internal/44001 at xxx.fr:5060 Standard HANGUP, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:578 (sofia/external/xxx) State DESTROY going to sleep 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:99 sofia/external/xxx Standard DESTROY 
> 2014-09-09 17:27:01.726415 [DEBUG] mod_sofia.c:397 sofia/external/xxx SOFIA DESTROY 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:578 (sofia/external/xxx) State DESTROY 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:568 (sofia/external/xxx) Running State Change CS_DESTROY 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:565 (sofia/external/xxx) Callstate Change HANGUP -> DOWN 
> 2014-09-09 17:27:01.726415 [DEBUG] mod_sofia.c:504 Channel sofia/internal/44001 at xxx.fr:5060 hanging up, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:676 (sofia/internal/44001 at xxx.fr:5060) State HANGUP 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:415 (sofia/internal/44001 at xxx.fr:5060) Running State Change CS_HANGUP 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:477 (sofia/internal/44001 at xxx.fr:5060) State EXECUTE going to sleep 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_session.c:2731 sofia/internal/44001 at xxx.fr:5060 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 
> 2014-09-09 17:27:01.726415 [NOTICE] switch_core_session.c:1563 Close Channel sofia/external/xxx [CS_DESTROY] 
> 2014-09-09 17:27:01.726415 [NOTICE] switch_core_session.c:1559 Session 251099 (sofia/external/xxx) Ended 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_ivr_bridge.c:1492 sofia/internal/44001 at xxx.fr:5060 skip receive message [UNBRIDGE] (channel is hungup already) 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_session.c:1541 Session 251099 (sofia/external/xxx) Locked, Waiting on external entities 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxx [BREAK] 
> 2014-09-09 17:27:01.726415 [DEBUG] switch_core_state_machine.c:440 (sofia/external/xxx) State Change CS_REPORTING -> CS_DESTROY 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:759 (sofia/external/xxx) State REPORTING going to sleep 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:92 sofia/external/xxx Standard REPORTING, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:759 (sofia/external/xxx) State REPORTING 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:415 (sofia/external/xxx) Running State Change CS_REPORTING 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxx [BREAK] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:446 (sofia/external/xxx) State Change CS_HANGUP -> CS_REPORTING 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:687 (sofia/external/xxx) Callstate Change ACTIVE -> HANGUP 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:676 (sofia/external/xxx) State HANGUP going to sleep 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:48 sofia/external/xxx Standard HANGUP, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.716421 [DEBUG] mod_sofia.c:556 Sending BYE to sofia/external/xxx 
> 2014-09-09 17:27:01.716421 [DEBUG] mod_sofia.c:504 Channel sofia/external/xxx hanging up, cause: NORMAL_CLEARING 
> 2014-09-09 17:27:01.716421 [DEBUG] mod_sofia.c:498 sofia/external/xxx Overriding SIP cause 480 with 200 from the other leg 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:676 (sofia/external/xxx) State HANGUP 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:415 (sofia/external/xxx) Running State Change CS_HANGUP 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_state_machine.c:480 (sofia/external/xxx) State EXCHANGE_MEDIA going to sleep 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_session.c:1333 Send signal sofia/external/xxx [BREAK] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_channel.c:3096 Send signal sofia/external/xxx [KILL] 
> 2014-09-09 17:27:01.716421 [NOTICE] switch_ivr_bridge.c:691 Hangup sofia/external/xxx [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_ivr_bridge.c:628 Send signal sofia/internal/44001 at xxx.fr:5060 [BREAK] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_ivr_bridge.c:603 BRIDGE THREAD DONE [sofia/external/xxx] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_ivr_bridge.c:628 Send signal sofia/external/xxx [BREAK] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_ivr_bridge.c:603 BRIDGE THREAD DONE [sofia/internal/44001 at xxx.fr:5060] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_session.c:1333 Send signal sofia/internal/44001 at xxx.fr:5060 [BREAK] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_channel.c:3096 Send signal sofia/internal/44001 at xxx.fr:5060 [KILL] 
> 2014-09-09 17:27:01.716421 [NOTICE] sofia.c:716 Hangup sofia/internal/44001 at xxx.fr:5060 [CS_EXECUTE] [NORMAL_CLEARING] 
> 2014-09-09 17:27:01.716421 [DEBUG] switch_core_session.c:998 Send signal sofia/internal/44001 at xxx.fr:5060 [BREAK] 
> 
> Le 2014-09-09 16:34, Brian West a écrit : 
> You still haven't really provided anything additional to go on, look at the logs, the signaling, it should be apparent what is going on, You've also not told us what rev of FreeSWITCH you're running, 
> 
> On Tue, Sep 9, 2014 at 8:08 AM, Hermouet Erwan <ehermouet at bluetel.fr> wrote:
> 
> Ths for your reply 
> 
> First: 
> 
> We have freeswitch server on ubuntu 11. we use freeswitch as provider serveur for others sip serveur. So my other sip serveur are extension of freeswitch. 
> 
> if one 1 my extension (other sip server) try to make outbound fax, it's not work. 
> 
> if i send fax directly from FS server it's work. 
> 
> the syntaxe is : originate {absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xxON/xx 
> 
> So in my configuration public.xml i create this rule for my outbound fax: 
> 
> <extension name="FAX" >
> <condition field="network_addr" expression="^(xxx)$"> 
> </condition>
> <condition field="destination_number" expression="^(xxx)$" >
> <action application="set" data="sip_h_X-accountcode=$${accountcode}" />
> <action application="set" data="sip_h_X-Tag=" />
> <regex field="caller_id_number" expression="^1001$"/> 
> <action application="set" data="call_direction=outbound" />
> <action application="set" data="hangup_after_bridge=true" />
> <action application="set" data="effective_caller_id_name=$${outbound_caller_id_name}" />
> <action application="set" data="effective_caller_id_number=$${outbound_caller_id_number}" />
> <action application="set" data="inherit_codec=true" />
> <action application="set" data="accountcode=44000"/>
> <action application="set" data="proxy_media=true"/>
> <action application="set" data="bypass_media=false"/>
> <action application="bridge" data="{absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xxx/xxxx" />
> </condition>
> </extension> 
> 
> But it's not work, my fax is not send. 
> 
> I search config which can permit to my extension sip server to send fax between FS. 
> 
> Tks 
> 
> Le 2014-09-09 14:52, Michael Jerris a écrit : 
> 
> Its such a vague question without a real description of the problem, so no one has a solution because they do not understand what your problem is. 
> 
> On Sep 9, 2014, at 1:41 AM, Hermouet Erwan <ehermouet at bluetel.fr> wrote: 
> 
> hi all
> 
> nobody have config when extension is fax system ?
> 
> tks
> 
> On 8 septembre 2014 12:21:47 CEST, Hermouet Erwan <ehermouet at bluetel.fr> wrote: 
> 
> Hi all 
> 
> we have configured freeswitch to be gateway server. 
> 
> When we send fax with command : 
> 
> originate {ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/xx/xx &txfax('/usr/local/freeswitch/storage/fax/fax.tif') 
> 
> it's work 
> 
> but if my extension is fax system and i try to send fax it's not work. 
> 
> here my config 
> 
> <condition field="destination_number" expression="^(ccccc)$" >
> <action application="set" data="sip_h_X-accountcode=$${accountcode}" />
> <action application="set" data="sip_h_X-Tag=" />
> <regex field="caller_id_number" expression="^1001$"/> 
> <action application="set" data="call_direction=outbound" />
> <action application="set" data="hangup_after_bridge=true" />
> <action application="set" data="effective_caller_id_name=$${outbound_caller_id_name}" />
> <action application="set" data="effective_caller_id_number=$${outbound_caller_id_number}" />
> <action application="set" data="inherit_codec=true" />
> <action application="set" data="accountcode=44000"/>
> <action application="bridge" data="{execute_on_answer=t38_gateway self,absolute_codec_string=PCMA,ignore_early_media=true,fax_enable_t38=false,fax_verbose=true,fax_use_ecm=false,fax_enable_t38_request=false}sofia/gateway/ccccc/ccccc" />
> </condition>

-------------------------

Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [2]

Official FreeSWITCH Sites
http://www.freeswitch.org [3]
http://confluence.freeswitch.org [4]
http://www.cluecon.com [5]


 [6]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [3]

 Hermouet Erwan
 Responsable technique
 Bluetel
_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10] 

-------------------------

Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

 Hermouet Erwan
 Responsable technique
Bluetel 

-------------------------

Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

 Hermouet Erwan
 Responsable technique
 Bluetel

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

-- 

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

-- 

_________________________________________________________________________
 Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

 Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]

 
 [13]

 FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10] 

 -- 

_BRIAN WEST_
brian at freeswitch.org 

_TWITTER: @FREESWITCH , @BRIANKWEST_
http://www.freeswitchbook.com [14]
http://www.freeswitchcookbook.com [15] 

T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378)
INUM:+883 5100 1420 9001 | ISN:410*543 | SKYPE:briankwest 

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

-- 

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

-- 

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com [9]

Official FreeSWITCH Sites
http://www.freeswitch.org [10]
http://confluence.freeswitch.org [11]
http://www.cluecon.com [12]


 [13]

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users [7]
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
[8]
http://www.freeswitch.org [10]

-- 

 

Links:
------
[1] https://wiki.freeswitch.org/wiki/T.38
[2] http://www.freeswitchsolutions.com/
[3] http://www.freeswitch.org/
[4] http://confluence.freeswitch.org/
[5] http://www.cluecon.com/
[6] /
[7] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
[8] http://lists.freeswitch.org/mailman/options/freeswitch-users
[9] http://www.freeswitchsolutions.com
[10] http://www.freeswitch.org
[11] http://confluence.freeswitch.org
[12] http://www.cluecon.com
[13] 
[14] http://www.freeswitchbook.com
[15] http://www.freeswitchcookbook.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140915/e8fa5f54/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blocked.gif
Type: image/gif
Size: 118 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140915/e8fa5f54/attachment-0003.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blocked.gif
Type: image/gif
Size: 118 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140915/e8fa5f54/attachment-0004.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blocked.gif
Type: image/gif
Size: 118 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140915/e8fa5f54/attachment-0005.gif 


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