<span><font size="2">Hi all,<br>
<br>
I am trying to implement call redirection feature using cpl script.<br>
I have complied cpl module that supports the cpl script.<br>
I have uploaded the cpl script.<br>
plz help me to solve the problem..<br>
<br>
<br>
<br>
I have written this mail regarding the error that<br>
&gt; we are getting in testing the cpl script of Call redirection.<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We have three X-lite phones with SIP uris <a href="mailto:2001@172.16.1.24" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2001@172.16.1.24</a>,<br>
&gt; ,<a href="mailto:2002@172.16.1.28" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2002@172.16.1.28</a> and <a href="mailto:2003@172.16.1.31" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

2003@172.16.1.31</a>&nbsp; and all the three soft phones<br>
&gt; have been registered with SER proxy running on <a href="http://10.2.3.123/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.2.3.123</a>. All the<br>
&gt; three users have added in the SER database along with mail ids.<br>
&gt;<br>
&gt; user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mail id<br>
&gt; 2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:2001@172.16.1.24" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2001@172.16.1.24</a><br>
&gt; 2002&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:2002@172.16.1.28" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2002@172.16.1.28</a><br>
&gt; 2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:2003@172.16.1.31" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2003@172.16.1.31</a><br>
&gt;<br>
&gt;&nbsp; The call scenario is as follows..<br>
&gt; 1.user 2001 will make a call to user 2002.<br>
&gt; 2. If the user 2002 is either not responding (No answer) or busy, then<br>
&gt; the call<br>
&gt; will be redirected to user 2003.<br>
&gt; 3. we able to make a call to 2002,and user 2002&#39;s X-lite phone is<br>
&gt; ringing but the call is<br>
&gt; not getting redirected.<br>
&gt;<br>
&gt; The cpl script for redirection has been deployed in SER proxy.<br>
&gt;<br>
&gt; I am sending the call log of sip phone:2001 as an attachment along<br>
&gt; with snapshot sip phone 2001.<br>
&gt;<br>
&gt; I am sending cpl script at the bottam of this mail.plz find the cpl script at the end of this mail.<br>
<br>
&gt; As shown in the xlite screen &quot;500 CPL script execution failed&quot; can u<br>
&gt; please suggest me if&nbsp; there is<br>
&gt;&nbsp; any error in XML/CPL syntax.<br>
&gt;<br>
&gt;<br>&nbsp; <br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br></font></span>
<font size="2">&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; &lt;?xml version=&quot;1.0&quot;?&gt;<br>
&gt; &lt;!DOCTYPE html cpl PUBLIC &quot;-//IETF//DTD RFCxxx CPL 1.0//EN&quot; &quot;cpl.dtd&quot;&gt;<br>
&gt; &lt;cpl&gt;<br>
&gt;&nbsp;&nbsp;&nbsp; &lt;subaction id=&quot;pda&quot;&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;location url=&quot;<a href="mailto:sip:1003@172.16.1.31" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sip:2003@172.16.1.31</a>&quot;&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;proxy/&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/location&gt;<br>
&gt;&nbsp;&nbsp;&nbsp; &lt;/subaction&gt;<br>
&gt;&nbsp;&nbsp;&nbsp; &lt;incoming&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;location url=&quot;<a href="mailto:sip:1002@172.16.1.28" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sip:2002@172.16.1.28</a>&quot;&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;proxy timeout=&quot;8&quot;&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;busy&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;sub ref=&quot;pda&quot;/&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/busy&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;noanswer&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;sub ref=&quot;pda&quot;/&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/noanswer&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/proxy&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/location&gt;<br>
&gt;&nbsp;&nbsp;&nbsp; &lt;/incoming&gt;<br>
&gt; &lt;/cpl&gt;<br>
<br>
</font>