Hello,
On 4/4/13 2:32 PM, qmail@polarismail.com wrote:
Hello,
As it happens we run Kamailio 3.2.0 on Debian Lenny which for some reason does not support uac_replace_to()!
Anyhoo, we are trying to change the domain part in the To URI. What is the best way to do it ?
if you don't need to change it back for replies and next requests, try:
$td = "xyz.com";
IIRC, that is available on 3.2.x. If not, either you upgrade or use replace functions from textops.
Cheers, Daniel