You forgot plus sign here:

$ru = "sip:" + $tU + "*" + $avp(COID) "@" + $avp(COIP); 

Must be like this

$ru = "sip:" + $tU + "*" + $avp(COID) + "@" + $avp(COIP); 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/how-to-construct-a-new-uri-from-2-variables-tp7591444p7591478.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to