Can you pastebin your logs? There might be a clue as to what is happening.<div>-MC<br><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 10:27 AM, Madovsky <span dir="ltr"><<a href="mailto:infos@madovsky.org">infos@madovsky.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff">
<div><font size="2">I have this in dialplan/default</font></div>
<div><font size="2"></font> </div>
<div><font size="2"> <extension
name="9999999999"><br>
<condition field="destination_number"
expression="^(9999999999)$"><br>
<action application="set"
data="domain_name=$${domain}"/><br>
<action application="export"
data="dialed_extension=$1"/><br>
<action application="set"
data="hangup_after_bridge=true"/><br>
<action application="set"
data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,CALL_REJECTED,USER_NOT_REGISTERED,NO_ANSWER,NO_USER_RESPONSE,USER_BUSY"/><br>
<action
application="ring_ready"/><br>
<action application="tone_detect" data="fax 1100 r +5000 transfer 'receivefax
XML features' 1"
/><br>
<action application="export"
data="originate_timeout=15"/><br>
<action application="bridge" data="<a href="mailto:%7Babsolute_codec_string='speex@16000k,G729,GSM,G726,PCMU,PCMA',sip_from_uri=$%7Bsip_from_user%7D@$%7Bsip_from_host%7D,origination_caller_id_name=$%7Bcaller_id_name%7D,origination_caller_id_number=$%7Bcaller_id_number%7D%7Duser/$%7Bdialed_extension%7D%22/" target="_blank">{absolute_codec_string='speex@16000k,G729,GSM,G726,PCMU,PCMA',sip_from_uri=${sip_from_user}@${sip_from_host},origination_caller_id_name=${caller_id_name},origination_caller_id_number=${caller_id_number}}user/${dialed_extension}"/</a>><br>
<action application="sleep"
data="3000"/><br>
<action
application="answer"/><br>
<action application="voicemail" data="default ${domain_name}
${dialed_extension}"/><br>
</condition><br>
</extension><br></font></div>
<div><font size="2"></font> </div>
<div><font size="2">and this in dialplan/features</font></div>
<div><font size="2"></font> </div>
<div><font size="2"></font> </div>
<div><font size="2"> <extension
name="receivefax"><br> <condition
field="destination_number"
expression="^receivefax$"><br>
<action application="set"
data="session_in_hangup_hook=true"/><br>
<action application="set"
data="fax_file=/usr/local/freeswitch/storage/fax/${caller_id_number}-${uuid}.rxfax.tiff"/><br>
<action application="set"
data="fax_mode=recv"/><br>
<action application="set" data="api_hangup_hook=perl
/usr/local/freeswitch/scripts/perl/faxStatus.pl"/><br>
<action application="answer"
/><br> <action
application="playback"
data="silence_stream://2000"/><br>
<action application="set"
data="fax_enable_t38_request=true"/><br>
<action application="set"
data="fax_enable_t38=true"/><br>
<action application="rxfax"
data="/usr/local/freeswitch/storage/fax/${caller_id_number}-${uuid}.rxfax.tiff"/><br>
<action application="hangup"/><br>
</condition><br> </extension></font></div>
<div><font size="2"></font> </div>
<div><font size="2"></font> </div>
<div><font size="2">the fax is received well, but the perl script is not
executed.</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Am I missing anything ?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Thanks</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Franck</font></div>
<div><br></div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>