CallerID(name) case change

An odd inquiry, but is there a way to force callerid name to be all lowercase?

Reason being is that more of the name can fit on Cisco phones if it is lower case vs all upper case.

Can I pass the information to an agi somehow to modify case using perl/php?

If I had a dollar for every time I answered one of these posts with “Use the Set Caller ID module” I’d be a wealthy man :slight_smile:

Use it to set your caller ID name to [font=Courier]${TOLOWER(${CALLERID(name)})}[/font]

Thanks! Now to work this into my complex call flow and ring groups. I foresee this being a pain because I prefix the callerID on certain trunks and ring groups.

Thanks again!