<br><br><div class="gmail_quote">On Tue, Oct 6, 2009 at 3:30 AM, lakshmanan ganapathy <span dir="ltr"><<a href="mailto:lakindia89@gmail.com">lakindia89@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;">
Hi I'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><configuration name="openzap.conf" description="OpenZAP Configuration"><br>
<settings><br><param name="debug" value="7"/><br></settings><br><libpri_spans><br><span name="PRI_1"><br><param name="node" value="cpe"/><br>
<param name="switch" value="euroisdn"/><br><param name="dialplan" value="XML"/><br><param name="context" value="default"/><br></span><br>
</libpri_spans><br></configuration><br><br>openzap.conf<br>[span zt PRI_1]<br>trunk_type => e1<br>b-channel => 1:1-15<br>d-channel=> 1:16<br>b-channel => 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 'a' 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>