[OpenSIPS-Users] Set userpart parameter using $rU
xaled
xaled at web.de
Wed Jul 12 08:45:49 EDT 2017
Hello,
I cannot set the userpart parameter in the RURI using $rU. The needed parameter always becomes the URI and not userpart parameter.
rewriteuser("+1234556;rn=+1234567");
or
$rU = "+1234556;rn=+1234567";
Produces the same result with the userpart parameter becoming URI parameter:
"INVITE sip:+1234567 at test.com:5080;rn=+1234567 SIP/2.0\r
Only modifying the whole URI using $ru works as needed:
$ru="sip:" + "+1234567;rn=+1234567" + "@" + "test.com";
"INVITE sip:+1234567;rn=+1234567 at test.com SIP/2.0\r
Is there a reason for this behavior?
Thanks,
xaled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20170712/62bcdb13/attachment.html>
More information about the Users
mailing list