Is this an incoming call? If so then why are you doing "execute_on_media"? Wouldn't you want to pre_answer the call, do the tone_detect and sleep for 5000ms or so, and then proceed on to the bridge?<div><br></div>
<div>-MC<br><br><div class="gmail_quote">On Thu, Mar 31, 2011 at 10:10 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'm trying to find a way to dectect a fax or call from the
same extension</font></div>
<div><font size="2"></font> </div>
<div><font size="2"> <extension
name="myphone"><br>
<condition field="${sip_to_uri}"
expression="^(9999)@$${domain}$"><br>
<action inline="true" application="export"
data="dialed_extension=$1"/><br>
<action application="set"
data="session_in_hangup_hook=true"/><br>
<action application="set"
data="hangup_after_bridge=true"/><br>
<action application="set"
data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,CALL_REJECTED,NORMAL_CLEARING,USER_NOT_REGISTERED,NO_ANSWER,NO_USER_RESPONSE,USER_BUSY"/><br>
<action application="set"
data="group_confirm_cancel_timeout=1"/><br>
<action
application="ring_ready"/><br>
<action application="set" data="execute_on_media=tone_detect fax 1100 r +5000
transfer 'receivefax XML features'
1"/><br>
<action application="export"
data="originate_timeout=25"/><br>
<action application="bridge"
data="{sip_invite_domain=${sip_from_host},nibble_account=,nibble_rate=,origination_caller_id_name=${caller_id_name},origination_caller_id_number=${caller_id_number,}}user/${dialed_extension}"/><br>
</condition><br>
</extension><br></font><font size="2"></font></div>
<div><font size="2">is there a way to detect a fax before answer (2 rings for
example) and avoid </font></div>
<div><font size="2">phone rings until no answer ?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">thanks</font></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>