Sorry I hit 'send' 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 => 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>conf.xml:<br><br><boost_spans><br> <span name="boostbri1"><br> <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><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>Vassil Panayotov <br><br>