[OpenSIPS-Users] problem with pv string concatonation
Brett Nemeroff
brett at nemeroff.com
Wed Jul 29 16:58:45 CEST 2009
Hey All,
Weird problem here. This does not work:
$rU = $avp(s:lnp_prefix) + $rU;
When I do that, $rU appears "unchanged"
But if I do:
$rU = '' + $avp(s:lnp_prefix) + $rU;
It works fine!
Am I doing something wrong here?
Thanks,
Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090729/b5f3dd51/attachment.htm
More information about the Users
mailing list