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't...</div>
<div><br></div><div><div><div>[span wanpipe telus1]</div><div>trunk_type => T1</div><div>b-channel => 1:1-23</div><div>d-channel => 1:24</div><div>rxgain => 11.0</div><div>txgain => 7.0</div></div><div><br>
</div><div>[span wanpipe telus2]</div><div>trunk_type => T1</div><div>b-channel => 2:1-23</div><div>d-channel => 2:24</div><div>rxgain => 11.0</div><div>txgain => 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'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 => T1</div><div>b-channel => 3:1-23</div><div>d-channel => 3:24</div><div>rxgain => 11.0</div><div>txgain => 7.0</div>
<div><br></div><div>[span wanpipe telus1]</div><div>trunk_type => T1</div><div>b-channel => 1:1-23</div><div>d-channel => 1:24</div><div>rxgain => 11.0</div><div>txgain => 7.0</div><div><br></div><div>[span wanpipe telus2]</div>
<div>trunk_type => T1</div><div>b-channel => 2:1-23</div><div>d-channel => 2:24</div><div>rxgain => 11.0</div><div>txgain => 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> <libpri_spans></div><div> <span name="telus1"></div><div> <param name="q921loglevel" value="alert"/></div>
<div> <param name="q931loglevel" value="alert"/></div><div> <param name="node" value="user"/></div><div> <param name="switch" value="ni2"/></div>
<div> <param name="dialplan" value="XML"/></div><div> <param name="context" value="public"/></div><div> </span></div><div> <span name="telus2"></div>
<div> <param name="q921loglevel" value="alert"/></div><div> <param name="q931loglevel" value="alert"/></div><div> <param name="node" value="user"/></div>
<div> <param name="switch" value="ni2"/></div><div> <param name="dialplan" value="XML"/></div><div> <param name="context" value="public"/></div>
<div> </span></div><div> </libpri_spans></div></div><div><br></div><div><br></div></div><div><br></div>