[OpenSIPS-Users] how to construct a new uri from 2 variables
    kamika 
    kamil.nigmatullin at gmail.com
       
    Wed May 21 12:43:25 CEST 2014
    
    
  
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.
    
    
More information about the Users
mailing list