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">http://pastebin.freeswitch.org/10609</a><br>After saying originate openzap/1/1/9952248266 openzap/1/1/9952248266<br>
<a href="http://pastebin.freeswitch.org/10610">http://pastebin.freeswitch.org/10610</a><br><br>Please help me to solve this. <br>