<br><br><div class="gmail_quote">On Wed, Apr 13, 2011 at 5:16 AM, romon.zaman <span dir="ltr"><<a href="mailto:romon.zaman@gmail.com">romon.zaman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hi,<br>
<br>
i am trying to detect fax tone on outgoing calls.<br>
here is my javascript code<br>
<br>
+++++++++++++++++++++++<br>
<br>
session1 = new<br>
Session("{ignore_early_media=false}sofia/gateway/flowroute/"+argv[0]+"");<br>
<br>
session1.execute("tone_detect", "fax 1100 r +30000 set<br>
'fax_tone_detected=true' 1");<br>
msleep(argv[1]);<br>
session1.hangup();<br>
<br>
++++++++++++++++++++++++<br>
<br>
i checked pcap file and using wireshark , i can hear sone tone on rtp<br>
audio playback.<br>
<br>
but freeswitch cant detect that..<br>
<br>
is there any other solution to find out specific tone like fax??<br>
<br>
thanks in advance<br></blockquote><div><br></div><div>Was this the one we talked about yesterday where your fax machine was really spitting out a tone around 2096Hz?</div><div><br></div><div>-MC</div></div>