Hi,<br><br>Is it possible to originate calls from specific A500 ports with FreeSWITCH?<br>I am using a A504 (8 BRI interfaces), and I want some outbound calls to be made from specific BRI interfaces.<br><br>I tried to modify OpenZAP config as follows:<br>
<br>conf/openzap.conf<br><br>[span wanpipe boostbri1]<br>trunk_type =&gt; bri<br>b-channel =&gt; 1:1-2<br>
b-channel =&gt; 2:1-2<br>b-channel =&gt; 3:1-2<br>b-channel =&gt; 4:1-2<br>b-channel =&gt; 5:1-2<br>b-channel =&gt; 6:1-2<br><br>[span wanpipe boostbri2]<br>trunk_type =&gt; bri<br>b-channel =&gt; 7:1-2<br>b-channel =&gt; 8:1-2<br>

<br>conf/autoload_configs/openzap.<div id=":5n" class="ii gt">conf.xml:<br><br>&lt;boost_spans&gt;<br>    &lt;span name=&quot;boostbri1&quot;&gt;<br>      &lt;!--&lt;param name=&quot;hold-music&quot; value=&quot;$${moh_uri}&quot;/&gt;--&gt;<br>
      &lt;!--&lt;param name=&quot;enable-analog-option&quot; value=&quot;call-swap&quot;/&gt;--&gt;<br>
      &lt;!--&lt;param name=&quot;enable-analog-option&quot; value=&quot;3-way&quot;/&gt;--&gt;<br>      &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>      &lt;param name=&quot;context&quot; value=&quot;isdn&quot;/&gt;<br>

      &lt;/span&gt;<br><br>    &lt;span name=&quot;boostbri2&quot;&gt;<br>
      &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>      &lt;param name=&quot;context&quot; value=&quot;isdn&quot;/&gt;<br>    &lt;/span&gt;<br><br>  &lt;/boost_spans&gt;</div><br>