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"sip: username@domain". I tried to change it like $avp(uri) = "sip:"+$avp(username)+"@domain"; so that i can use the function avp_pushto("$ru", "$avp(uri)"), but it doesn't work. Is there any other ways reach this target?<br>
<br>PS: i do want to use avp_pushto("$ru/username", "$avp(username)"), because the domain is different.<br><br>Thanks<br> <br><br>