<div dir="ltr"><div><div><div><div>Hello everyone,<br><br>I&#39;m trying to fine tune call progress tone using tone_detect_start. I set spandsp.conf.xml:<br></div>&lt;descriptions log-level=&quot;2&quot;&gt;<br><br></div>Log shows these lines: Tone segment f1=-1, f2=-1, duration=336ms<br>
<br></div>How can I tell which frequency represents -1, 4 or 5? <br>What is the frequency assignment of silence? <br><br>Let&#39;s use North America as an example.<br><br></div>/Nandy<br><div><pre>     &lt;!-- North America --&gt;
     &lt;descriptor name=&quot;1&quot;&gt;
       &lt;tone name=&quot;CED_TONE&quot; description=&quot;ANS / ANSam&quot;&gt;
         &lt;element freq1=&quot;2100&quot; freq2=&quot;0&quot; min=&quot;700&quot; max=&quot;0&quot;/&gt;
       &lt;/tone&gt;
        
       &lt;tone name=&quot;SIT&quot; description=&quot;Special Information Tone&quot;&gt;
         &lt;element freq1=&quot;950&quot; freq2=&quot;0&quot; min=&quot;256&quot; max=&quot;400&quot;/&gt;
         &lt;element freq1=&quot;1400&quot; freq2=&quot;0&quot; min=&quot;256&quot; max=&quot;400&quot;/&gt;
         &lt;element freq1=&quot;1800&quot; freq2=&quot;0&quot; min=&quot;256&quot; max=&quot;400&quot;/&gt;
       &lt;/tone&gt;

       &lt;tone name=&quot;RING_TONE&quot; description=&quot;North America ring&quot;&gt;
         &lt;element freq1=&quot;440&quot; freq2=&quot;480&quot; min=&quot;1200&quot; max=&quot;0&quot;/&gt;
       &lt;/tone&gt;                
        
       &lt;tone name=&quot;REORDER_TONE&quot; description=&quot;North America reorder&quot;&gt;
         &lt;element freq1=&quot;480&quot; freq2=&quot;620&quot; min=&quot;224&quot; max=&quot;316&quot;/&gt;
         &lt;element freq1=&quot;0&quot; freq2=&quot;0&quot; min=&quot;168&quot; max=&quot;352&quot;/&gt;
         &lt;element freq1=&quot;480&quot; freq2=&quot;620&quot; min=&quot;224&quot; max=&quot;316&quot;/&gt;
       &lt;/tone&gt;

       &lt;tone name=&quot;BUSY_TONE&quot; description=&quot;North America busy&quot;&gt;
         &lt;element freq1=&quot;480&quot; freq2=&quot;620&quot; min=&quot;464&quot; max=&quot;536&quot;/&gt;
         &lt;element freq1=&quot;0&quot; freq2=&quot;0&quot; min=&quot;464&quot; max=&quot;572&quot;/&gt;
         &lt;element freq1=&quot;480&quot; freq2=&quot;620&quot; min=&quot;464&quot; max=&quot;536&quot;/&gt;
       &lt;/tone&gt;
     &lt;/descriptor&gt;</pre><br><br><br></div></div>