<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Could you provide with some examples how to do it within lua script,
please? I was not able to find any examples myself,<br>
<br>
Michael Collins wrote:
<blockquote
 cite="mid:87f2f3b90910141300o5fa68740rd256fbac78e130ea@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">On Wed, Oct 14, 2009 at 12:44 PM, Peter
Volchek <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:pvolchek@voicemobility.com">pvolchek@voicemobility.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">Well, the problem with the
dialplan is that you could have a single
entry per application.<br>
However, if your mailbox is capable of receiving both the voice and fax
messages, then the decision which one to take should be taken inside
your application.<br>
    <br>
In other words, I do have the following in my dialplan:<br>
    <br>
    <tt>&nbsp;&nbsp;&nbsp; &lt;extension name="main_entry"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"
expression="^(7[0-9][0-9][0-9][0-9])$"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="lua"
data="/home/freeswitch/scripts/app/main.lua"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br>
    </tt><br>
All calls to the #s&nbsp; 70000-7999 are directed to main.lua scrtipt. The
call is answered prompt then, is being played, "Please leave a voice
message or fax".<br>
Now, I need a way to catch a fax tone, if exists, and route my code
flow to the appropriate function.<br>
Note, that the sender may hit 'Send' upon listening the prompt, in
other words, the fax negotiation will not start immediately.<br>
Does it all make sense?<br>
    </div>
  </blockquote>
  <div><br>
Yep. In either case you need to turn on tone_detect at some point, so
you can do it in your script or in your dialplan. <br>
-MC<br>
  </div>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
FreeSWITCH-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
  </pre>
</blockquote>
</body>
</html>