Hi:<br>I occur some problems during modifing the opensips.cfg. I have got the username from the database and stored it in the avp(username), but i want to use modify the value of avp(username) as&quot;sip: username@domain&quot;. I tried to change it like  $avp(uri) = &quot;sip:&quot;+$avp(username)+&quot;@domain&quot;; so that i can use the function avp_pushto(&quot;$ru&quot;, &quot;$avp(uri)&quot;), but it doesn&#39;t work. Is there any other ways reach this target?<br>
<br>PS: i do want to use avp_pushto(&quot;$ru/username&quot;, &quot;$avp(username)&quot;), because the domain is different.<br><br>Thanks<br> <br><br>