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 user contact q<br>12 A A@IP_X 1<br>
13 A A@IP_Y 1<br>14 B B@IP_Z 1<br><br><br>so, B calls A and A has an incoming CPL script. <br>In this script I'd like to call the 2 A's contacts in sequential order:
<br>The script is after looup("location"), so the R-URI is just A@IP_X (because it has lowest ID)<br><br>SRIPT user A:<br><cpl><br> <incoming><br> <location url="sip:A@IP_Y" priority="
0.3"><br> <proxy timeout="10" ordering="sequential" /><br> </location><br> </incoming><br></cpl><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 A@IP_Y (that it has lowest priority).<br><br>CPL don'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'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>