Hi all,<br>I have this problem.<br>I have 2 contacts for one user subscriber, so in LOCATION tables, after REGISTER session I have:<br><br>ID &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; q<br>12 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A@IP_X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
13 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A@IP_Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>14 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B@IP_Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br><br><br>so, B calls A and A has an incoming CPL script. <br>In this script I&#39;d like to call the 2 A&#39;s contacts in sequential order:
<br>The script is after looup(&quot;location&quot;), so the R-URI is just A@IP_X (because it has lowest ID)<br><br>SRIPT user A:<br>&lt;cpl&gt;<br>&nbsp; &lt;incoming&gt;<br>&nbsp;&nbsp;&nbsp; &lt;location url=&quot;sip:A@IP_Y&quot; priority=&quot;
0.3&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;proxy timeout=&quot;10&quot; ordering=&quot;sequential&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/location&gt;<br>&nbsp; &lt;/incoming&gt;<br>&lt;/cpl&gt;<br><br>Whit this script I hoped to add A@IP_Y to location set (that already included 
A@IP_X) with priority 0.3, and then call A@IP_X as first (it has priority=q=1) and then, if I no aswer after 10sec, call&nbsp; A@IP_Y (that&nbsp; it has&nbsp; lowest priority).<br><br>CPL don&#39;t add A@IP_Y to the location set, but it rewrites the location (it removes the old R-URI, 
A@IP_X) with A@IP_Y and it call only this contact.<br><br>Is there a sense in what I&#39;ve write?<br>if yes, where is the problem?<br><br>regards,<br>daniel <br clear="all"><br>-- <br>Daniel Grotti<br>________________________
<br>e-mail : <a href="mailto:d.grotti@gmail.com">d.grotti@gmail.com</a>