<br><br><div class="gmail_quote">On Tue, Oct 6, 2009 at 3:30 AM, lakshmanan ganapathy <span dir="ltr">&lt;<a href="mailto:lakindia89@gmail.com">lakindia89@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;">
Hi I&#39;m using freeswitch1.0.4. This post is moreover similar to my previous post.<br>When I make an outgoing call, it is saying INVALID_IE_CONTENTS.<br>Here are the details.<br>openzap.conf.xml<br><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;7&quot;/&gt;<br>&lt;/settings&gt;<br>&lt;libpri_spans&gt;<br>&lt;span name=&quot;PRI_1&quot;&gt;<br>&lt;param name=&quot;node&quot; value=&quot;cpe&quot;/&gt;<br>

&lt;param name=&quot;switch&quot; value=&quot;euroisdn&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;/libpri_spans&gt;<br>&lt;/configuration&gt;<br><br>openzap.conf<br>[span zt PRI_1]<br>trunk_type =&gt; e1<br>b-channel =&gt; 1:1-15<br>d-channel=&gt; 1:16<br>b-channel =&gt; 1:17-31<br>oz libpri debug 1 all<br><br>API CALL [oz(libpri debug 1 all)] output:<br>

src/ozmod/ozmod_libpri/ozmod_libpri.c: +OK debug set.<br><br>oz list<br><br>API CALL [oz(list)] output:<br>+OK<br>span: 1 (PRI_1)<br>type: isdn<br>chan_count: 47<br>dialplan: XML<br>context: default<br>dial_regex:<br>fail_dial_regex:<br>

hold_music:<br>analog_options none<br><br>Freeswitch startup log:<br><a href="http://pastebin.freeswitch.org/10609" target="_blank">http://pastebin.freeswitch.org/10609</a><br>After saying originate openzap/1/1/9952248266 openzap/1/1/9952248266<br>
</blockquote><div><br>Can you confirm your originate line? What you type above is incorrect syntax. Correct syntax:<br><br>openzap/1/a/99522448266 1234<br><br>Where the &#39;a&#39; means select first available b chan and the 1234 is just an extension number. You can put any number that works for your dialplan. The originate command originates a call leg and then connects it to a second call leg in the dialplan. Make sure that you are using this command properly before continuing your debugging.<br>
-MC<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<a href="http://pastebin.freeswitch.org/10610" target="_blank">http://pastebin.freeswitch.org/10610</a><br><br>Please help me to solve this. <br>
<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>