Hi everyone,<div><br></div><div>I notice that the rxgain and txgain in the openzap.conf is not working for the first span (span 1)</div><div><br></div><div>Is it an issue?</div><div><div>Here is the result of my investigation.</div>
</div><div><br></div><div>Configuration:</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Latest Freeswitch (September 9, 2010)</div><div><div>WANPIPE Release: 3.5.15 without smg_pri</div>
</div><div>Sangoma A108 with Echo cancellation enabled.</div></blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Wanpipe and libpri.</div></blockquote><div>
<br></div><div>In the following openzap.conf, the telus2 got the gains but not telus1</div><div>The logs indicate that both got the configuration correctly... But the recording session demonstrate that they don&#39;t...</div>
<div><br></div><div><div><div>[span wanpipe telus1]</div><div>trunk_type =&gt; T1</div><div>b-channel =&gt; 1:1-23</div><div>d-channel =&gt; 1:24</div><div>rxgain =&gt; 11.0</div><div>txgain =&gt; 7.0</div></div><div><br>
</div><div>[span wanpipe telus2]</div><div>trunk_type =&gt; T1</div><div>b-channel =&gt; 2:1-23</div><div>d-channel =&gt; 2:24</div><div>rxgain =&gt; 11.0</div><div>txgain =&gt; 7.0</div><div><br></div><div>WORKAROUND:</div>
<div><br></div><div>Then I maid a dummy span at the top of these two configs...</div><div><div>Yes the dummy span doesn&#39;t exists, in fact there is no T1 connected to it.  I got some opening error, but I got the gains on both span now...</div>
</div><div><br></div><div>ex:</div><div><br></div><div><div><div>[span wanpipe dummy]</div><div>trunk_type =&gt; T1</div><div>b-channel =&gt; 3:1-23</div><div>d-channel =&gt; 3:24</div><div>rxgain =&gt; 11.0</div><div>txgain =&gt; 7.0</div>
<div><br></div><div>[span wanpipe telus1]</div><div>trunk_type =&gt; T1</div><div>b-channel =&gt; 1:1-23</div><div>d-channel =&gt; 1:24</div><div>rxgain =&gt; 11.0</div><div>txgain =&gt; 7.0</div><div><br></div><div>[span wanpipe telus2]</div>
<div>trunk_type =&gt; T1</div><div>b-channel =&gt; 2:1-23</div><div>d-channel =&gt; 2:24</div><div>rxgain =&gt; 11.0</div><div>txgain =&gt; 7.0</div><div><br></div></div></div><div>-------------------------------</div><div>
<br></div><div>Openzap.xml.conf Libpri configuration</div><div><br></div><div><div>   &lt;libpri_spans&gt;</div><div>     &lt;span name=&quot;telus1&quot;&gt;</div><div>        &lt;param name=&quot;q921loglevel&quot; value=&quot;alert&quot;/&gt;</div>
<div>        &lt;param name=&quot;q931loglevel&quot; value=&quot;alert&quot;/&gt;</div><div>        &lt;param name=&quot;node&quot; value=&quot;user&quot;/&gt;</div><div>        &lt;param name=&quot;switch&quot; value=&quot;ni2&quot;/&gt;</div>
<div>        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>        &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;</div><div>     &lt;/span&gt;</div><div>     &lt;span name=&quot;telus2&quot;&gt;</div>
<div>        &lt;param name=&quot;q921loglevel&quot; value=&quot;alert&quot;/&gt;</div><div>        &lt;param name=&quot;q931loglevel&quot; value=&quot;alert&quot;/&gt;</div><div>        &lt;param name=&quot;node&quot; value=&quot;user&quot;/&gt;</div>
<div>        &lt;param name=&quot;switch&quot; value=&quot;ni2&quot;/&gt;</div><div>        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>        &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;</div>
<div>    &lt;/span&gt;</div><div>   &lt;/libpri_spans&gt;</div></div><div><br></div><div><br></div></div><div><br></div>