What is the output of "oz list" and "oz dump"? 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"><<a href="mailto:panayotov.vd@gmail.com">panayotov.vd@gmail.com</a>></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 'send' 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 => bri<br>b-channel => 1:1-2<br>
b-channel => 2:1-2<br>b-channel => 3:1-2<br>b-channel => 4:1-2<br>b-channel => 5:1-2<br>b-channel => 6:1-2<br><br>[span wanpipe boostbri2]<br>trunk_type => bri<br>b-channel => 7:1-2<br>b-channel => 8:1-2<br>
<br>conf/autoload_configs/openzap.</div><div><div class="im">conf.xml:<br><br><boost_spans><br> <span name="boostbri1"><br></div><div class="im"> <param name="dialplan" value="XML"/><br>
<param name="context" value="isdn"/><br>
</span><br><br> <span name="boostbri2"><br>
<param name="dialplan" value="XML"/><br> <param name="context" value="isdn"/><br> </span><br><br> </boost_spans></div></div><br>When I try to originate call I am getting errors:<br>
<br>freeswitch@emo-voip> 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 'group' to 2, but this doesn't help either.<br><br>Marc Celsie from Sangoma's techdesk told me that I should ' dial X@gY with X being the number and Y
being the group number'.<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>