WARNING: This server is unstable and will be retired in the next days.
If you want to keep this forum available, please request immediately a migration
on the
Nabble Support forum.
Forums that don't receive any migration request will be deleted forever.
How to edit "From" Field
I have to implement a "caller identifier restriction" service and I need to edit "From" field.
When using this instruction :
req.getFrom().setURI("sip:unknown@open-ims.test")
I get the following error :
java.lang.IllegalStateException: You cannot modify a system header.
Could you please help me.