What is the output of &quot;oz list&quot; and &quot;oz dump&quot;? Put them in <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and link here in the mailing list.<br>-MC<br><br><div class="gmail_quote">
On Tue, Sep 8, 2009 at 11:31 PM, Vassil Panayotov <span dir="ltr">&lt;<a href="mailto:panayotov.vd@gmail.com">panayotov.vd@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sorry I hit &#39;send&#39; by mistake...<div class="im"><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><div><div class="im">conf.xml:<br><br>&lt;boost_spans&gt;<br>    &lt;span name=&quot;boostbri1&quot;&gt;<br></div><div class="im">      &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></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><font color="#888888">Vassil Panayotov <br><br>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>