I am trying out the CPLED java program which is available at<br><div class="gmail_quote">
<br>
<a href="https://sourceforge.net/projects/cpled/" target="_blank">https://sourceforge.net/projects/cpled/</a><br>
<br>
I have created the following xml using the above tool:<br>
<br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;cpl xmlns=&quot;urn:ietf:params:xml:ns:cpl&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:schemaLocation=&quot;urn:ietf:params:xml:ns:cpl cpl.xsd&quot; &gt;<br>

  &lt;subaction id=&quot;overflow&quot; &gt;<br>
    &lt;location url=&quot;sip:990010004@...domain-hidden...&quot; /&gt;<br>
  &lt;/subaction&gt;<br>
  &lt;incoming &gt;<br>
    &lt;location clear=&quot;yes&quot; url=&quot;sip:990010007@...domain-hidden...&quot; &gt;<br>
      &lt;proxy timeout=&quot;5&quot; &gt;<br>
        &lt;noanswer &gt;<br>
          &lt;sub ref=&quot;overflow&quot; /&gt;<br>
        &lt;/noanswer&gt;<br>
      &lt;/proxy&gt;<br>
    &lt;/location&gt;<br>
  &lt;/incoming&gt;<br>
&lt;/cpl&gt;<br>
<br>
<br>
When I type the command<br>
<br>
opensipsctl fifo LOAD_CPL &quot;sip:&lt;username&gt;@domain&quot; /path/xmlfile.cpl.xml<br>
<br>
I get the error...<br>
<br>
Log:: Error: CPL script doesn&#39;t respect CPL grammar<br>
<br>
If I then remove all parameters from the cpl tag it compiles without<br>
errors.<br>
<br>
Has anyone run into this before?<br>
<br>
Oh, I am running CPLED from windows xp.<br>
</div><br><br>