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>
<?xml version="1.0" encoding="UTF-8"?><br>
<cpl xmlns="urn:ietf:params:xml:ns:cpl" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>" xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd" ><br>
<subaction id="overflow" ><br>
<location url="sip:990010004@...domain-hidden..." /><br>
</subaction><br>
<incoming ><br>
<location clear="yes" url="sip:990010007@...domain-hidden..." ><br>
<proxy timeout="5" ><br>
<noanswer ><br>
<sub ref="overflow" /><br>
</noanswer><br>
</proxy><br>
</location><br>
</incoming><br>
</cpl><br>
<br>
<br>
When I type the command<br>
<br>
opensipsctl fifo LOAD_CPL "sip:<username>@domain" /path/xmlfile.cpl.xml<br>
<br>
I get the error...<br>
<br>
Log:: Error: CPL script doesn'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>