Hello,
I want to replace the Caller-ID in quotes in the From Tag. Is there a switch that I can use in front of the “ so that the SER treats it as another character and not the end of the first “ ?
replace("From: “xxxxxxxxxx”", "From: “yyyyyyyyyy”");
-Mark