<div dir="ltr">i&#39;m trying to understand the steps inaki as much as i can here is what i got : <br><br>what i understood to make such blind call forward feature in firstly i should use the function avp_db_load and load in the string AVP callfwd the value of the attribute callfwd which matched the requested user (i already know that $ru mean the sip request uri )<br>
<br>now after loading the value i should push it to the new R-uri which has the &quot;value field &quot; in the usr_preferences column using avp_pushto(&quot;$ru&quot;,&quot;$avp(s:callfwd)&quot;) <br><br>so i want to ask now what is the equivalent pseudo-variable to the new R-uri ? i want to make somthing like that <br>
<br>if(avp_check(&quot;$avp(s:callfwd)&quot;, &quot;eq/$ru/i&quot;))<br>avp_delete(&quot;$avp(s:callfwd)&quot;);<br><br>btw i dont know what /i mean in the op_name but i saw some examples put it <br><br>i tried with that sytanx but it didn;t work , as what i understood also that the attribute value is being loaded in ram so what i want to achieve is to check if the attribute callfwd are found in ram so delete it ,else establish the call in normal way <br>
<br>i hope my words are clear and Understandable<br><br>regards<br><br></div>