Dear all,<br>I&#39;m having a A102 Sangoma hardware. I configured it with freeswitch. <br>wanrouter status, says both the port as connected.<br>My smg_prid version is <br><br>Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: ================System restart=============<br>
Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Sangoma PRI Protocol Stack Daemon       =<br>Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Version: 1.54                           =<br>Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Date: Feb 15 2010                       =<br>
Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Wanpipe Release: wanpipe-3.5.8.6       =<br>Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Revision:Revision: 15288                =<br>Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid:                               ===========================================<br>
<br>My freeswitch version is 16729.<br>I started freeswitch.<br><br>oz list<br>+OK<br>span: 1 (smg_prid)<br>type: Sangoma (boost)<br>chan_count: 60<br>dialplan: XML<br>context: default<br>dial_regex:<br>fail_dial_regex:<br>
hold_music:<br>analog_options none<br><br>I originated a call as<br>originate openzap/smg_prid/a/9952248266 &amp;park(), which hits my mobile.<br><br>But when I issued the following command:<br>originate openzap/smg_prid/a/9952248266 &amp;bridge(openzap/smg_prid/a/8122133885)<br>
It rings my mobile (9952248266) first, but after that the following error was displayed<br><br>2010-02-26 16:20:51.736080 [ERR] switch_ivr_originate.c:2387 Cannot create outgoing channel of type [openzap] cause: [NORMAL_CIRCUIT_CONGESTION]<br>
The call got ended in my mobile.<br><br>Freeswitch log and smg_pri.conf<br>          <a href="http://pastebin.freeswitch.org/12248">http://pastebin.freeswitch.org/12248</a><br>openzap.conf:<br>[span wanpipe smg_prid]<br>name =&gt; smg_prid<br>
trunk_type =&gt;e1<br>b-channel =&gt; 1:1-15<br>b-channel =&gt; 1:17-31<br>trunk_type =&gt;e1<br>b-channel =&gt; 2:1-15<br>b-channel =&gt; 2:17-31<br><br>openzap.conf.xml:<br>&lt;configuration name=&quot;openzap.conf&quot; description=&quot;OpenZAP Configuration&quot;&gt;<br>
  &lt;settings&gt;<br>    &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>  &lt;/settings&gt;<br>  &lt;boost_spans&gt;<br>        &lt;span id=&quot;smg_prid&quot;&gt;<br>        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
        &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>        &lt;/span&gt;<br>  &lt;/boost_spans&gt;<br>&lt;/configuration&gt;<br><br>Please guide me to setup this one!!.<br><br>