Using the Set CallerID module, you can change the CallerID Name by:
- Prefixing the existing CallerID name with a fixed value, e.g
PREFIX${CALLERID(name)}
- Replacing the existing CallerID name with a fixed value, e.g
REPLACE
- Replacing the existing CallerID name with another Asterisk channel variable value, e.g.
${arbitrary_variable_name}
Obviously, the channel variable has to be set at some point in the call flow so a more advanced feature.