Hi All,

 

Am trying to replace the user part of From header with own user name in kamailio.cfg

 

I tried to assign directly,

 

Eg: $fU = "abcd"

 

Sometime when I receive From header as  ' "12345" <12345@1.1.1.1>;tag=xxxx '. In this case it works as ' "12345" <abcd@1.1.1.1>;tag=xxxx ' .

 

So i tried using replace_all() function. But this ended up adding extra characters(in my case "abcd") infront of content_type header. I dont know why.

Can someone please help me out in replacing the from header in this case?

 

 

Thanks,

Vivek