Sure it would work - possibilities are many. But depends of how much of
the header you want to change.
Regards,
Bogdan
IƱaki Baz Castillo wrote:
On Tuesday 05 February 2008 16:49:50 Bogdan-Andrei
Iancu wrote:
Hi Skender,
See the textops module for the subst() / replace() functions.
http://www.openser.org/docs/modules/1.3.x/textops.html
Hi, why not just using the following?
remove_hf("To");
append_hf("To: <sip:XXXXXXXX@XXXXXXXX\r\n");
AFAIK it should work.