Sorry I hit &#39;send&#39; by mistake...<br><br>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>conf.xml:<br><br>&lt;boost_spans&gt;<br>    &lt;span name=&quot;boostbri1&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;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>When I try to originate call I am getting errors:<br>
<br>freeswitch@emo-voip&gt; originate openzap/2/a/123456 music<br>
API CALL [originate(openzap/2/a/123456 music)] output:<br>-ERR NORMAL_CIRCUIT_CONGESTION<br><br>2009-09-04 09:23:34.87253 [CRIT] ozmod_ss7_boost.c:244 SPAN is not online.<br>2009-09-04 09:23:34.87253 [ERR] mod_openzap.c:1043 No channels available<br>

2009-09-04 09:23:34.87253 [ERR] switch_ivr_originate.c:1510 Cannot
create outgoing channel of type [openzap] cause:
[NORMAL_CIRCUIT_CONGESTION]<br><br>Then I tried to modify the /etc/wanpipe/smg_bri.conf:<br><br>;Sangoma AFT-A500 port 11 [slot:8 bus:1 span:7]<br>
group=2<br>country=europe<br>operator=etsi<br>connection_type=point_to_point<br>signalling=bri_nt<br>spans=7<br><br>;Sangoma AFT-A500 port 12 [slot:8 bus:1 span:8]<br>group=2<br>country=europe<br>operator=etsi<br>connection_type=point_to_point<br>

signalling=bri_nt<br>spans=8<br><br>i.e. changed &#39;group&#39; to 2, but this doesn&#39;t help either.<br><br>Marc Celsie from Sangoma&#39;s techdesk told me that I should &#39; dial X@gY with X being the number and Y
being the group number&#39;.<br><br>How originate command should look like in this case?<br>originate openzap/1/a/123456@g2 someExt ?<br><br>I tried this syntax but with no effect. Marc also told me that there is a bug in FS which prevents groups from working.<br>
<br>Should I fill bug report or feature request?<br><br>Best regards,<br>Vassil Panayotov <br><br>